-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxresources
61 lines (56 loc) · 1.43 KB
/
xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Xft.dpi: 143
! urxvt
URxvt.borderless: true
URxvt.internalBorder: 3
URxvt.externalBorder: 3
URxvt.scrollBar: false
URxvt.font: xft:inconsolata:pixelsize=18:antialias=false
URxvt.boldFont: xft:inconsolata:bold:pixelsize=18:antialias=false
! transparency
!URxvt.transparent: true
!URxvt.tintColor: #101010
!URxvt.shading: 4
! clickable urls
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: /usr/bin/chromium
URxvt.matcher.button: 1
! tabs
URxvt.tabbed.tabbar-bg: -1
URxvt.tabbed.tabbar-fg: -2
URxvt.tabbed.tab-bg: -2
URxvt.tabbed.tab-fg: -1
URxvt.tabbed.title-bg: -1
URxvt.tabbed.title-fg: -2
URxvt.tabbed.autohide: true
URxvt.tabbed.new-button: false
URxvt.tabbed.title: true
! copy/paste
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.keysym.Shift-Control-C: perl:clipboard:on_sel_grab
URxvt.iso14755: False
URxvt.perl-ext-common: default,clipboard
! Darkburn color-scheme
URxvt*background: #111111
URxvt*foreground: #eeeeee
URxvt*cursorColor: #DCDCCC
URxvt*cursorColor2: #FFFFEF
URxvt*colorUL: #8CD0D3
URxvt*underlineColor: #F0DFAF
URxvt*colorBD: #E0CF9F
URxvt*colorIT: #656555
URxvt*color0: #1E2320
URxvt*color8: #709080
URxvt*color1: #705050
URxvt*color9: #DCA3A3
URxvt*color2: #60B48A
URxvt*color10: #C3BF9F
URxvt*color3: #DFAF8F
URxvt*color11: #F0DFAF
URxvt*color4: #506070
URxvt*color12: #94BFF3
URxvt*color5: #DC8CC3
URxvt*color13: #EC93D3
URxvt*color6: #8CD0D3
URxvt*color14: #93E0E3
URxvt*color7: #DCDCCC
URxvt*color15: #FFFFFF