-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.Xresources
77 lines (76 loc) · 1.96 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
! URxvt configuration.
!
! Setting boltFont and italicFont to empty disables those features. Also useful
! is setting itensityStyles to false so that high intensity colors (for bold,
! etc) will not be used.
!
! Canonical color names:
! color0 = black
! color1 = red
! color2 = green
! color3 = yellow
! color4 = blue
! color5 = magenta
! color6 = cyan
! color7 = white
!
! See: http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod#RESOURCES
URxvt.background: #000000
URxvt.borderColor: #101010
URxvt.boldFont:
URxvt.color0: #2e3436
URxvt.color1: #cc0000
URxvt.color2: #4e9a06
URxvt.color3: #c4a000
URxvt.color4: #3465a4
URxvt.color5: #75507b
URxvt.color6: #06989a
URxvt.color7: #d3d7cf
URxvt.color8: #555753
URxvt.color9: #ef2929
URxvt.color10: #8ae234
URxvt.color11: #fce94f
URxvt.color12 : #729fcf
URxvt.color13 : #ad7fa8
URxvt.color14: #34e2e2
URxvt.color15: #eeeeec
URxvt.colorUL: #86a2b0
URxvt.cursorBlink: true
URxvt.cursorUnderline: true
URxvt.depth: 32
URxvt.externalBorder: 0
URxvt.font: xft:mono:size=10:antialias=true
URxvt.foreground: #dedede
URxvt.imLocale: en_US.UTF-8
URxvt.inputMethod: ibus
URxvt.internalBorder: 0
URxvt.intensityStyles: false
URxvt.iso14755: false
URxvt.italicFont:
URxvt.letterSpace: -1
URxvt.loginShell: true
URxvt.matcher.button: 1
URxvt.metaSendsEscape: true
URxvt.modifier: alt
URxvt.perl-ext-common: clipboard,default,matcher,selection
URxvt.preeditType: OnTheSpot,None
URxvt.saveLines: 1000
URxvt.scrollBar_right: true
URxvt.scrollColor: #202020
URxvt.scrollTtyOutput: false
URxvt.scrollTtyKeypress: false
URxvt.scrollstyle: plain
URxvt.termName: rxvt-unicode-256color
URxvt.transparent: false
URxvt.underlineColor: yellow
URxvt.urgentOnBell: true
URxvt.url-launcher: /usr/bin/google-chrome
URxvt.urlLauncher: /usr/bin/google-chrome
URxvt.visualBell: false
XTerm.audibleBell: false
XTerm.bellIsUrgent: true
XTerm.font: xft:mono:size=10:antialias=true
XTerm.visualBell: false
passwordDialog: true
shareDesktop: true
*multiClickTime: 400