-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
76 lines (70 loc) · 1.61 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
! Molokai theme
xterm*background: #1C1C1C
xterm*foreground: #d0d0d0
xterm*cursorColor: #d0d0d0
xterm*color0: #1e1e1e
xterm*color1: #cc0000
xterm*color2: #4e9a06
xterm*color3: #c4a000
xterm*color4: #3465a4
xterm*color5: #75507b
xterm*color6: #0b939b
xterm*color7: #d3d7cf
xterm*color8: #555753
xterm*color9: #ef2929
xterm*color10: #8ae234
xterm*color11: #fce94f
xterm*color12: #729fcf
xterm*color13: #ad7fa8
xterm*color14: #00f5e9
xterm*color15: #eeeeec
xterm*faceName: DejaVu Sans Mono:style=Book:size=9
xterm*dynamicColors:true
xterm*utf8:2
xterm*eightBitInput:true
xterm*saveLines:512
xterm*scrollTtyKeypress:true
xterm*scrollTtyOutput:false
xterm*scrollBar:false
xterm*scrollKey:true
xterm*jumpScroll:true
xterm*multiScroll:true
xterm*toolBar:false
URxvt*background: #1C1C1C
URxvt*foreground: #d0d0d0
URxvt*cursorColor: #d0d0d0
URxvt*color0: #1e1e1e
URxvt*color1: #cc0000
URxvt*color2: #4e9a06
URxvt*color3: #c4a000
URxvt*color4: #3465a4
URxvt*color5: #75507b
URxvt*color6: #0b939b
URxvt*color7: #d3d7cf
URxvt*color8: #555753
URxvt*color9: #ef2929
URxvt*color10: #8ae234
URxvt*color11: #fce94f
URxvt*color12: #729fcf
URxvt*color13: #ad7fa8
URxvt*color14: #00f5e9
URxvt*color15: #eeeeec
URxvt*font: xft:DejaVu Sans Mono:size=9
URxvt*boldFont: xft:DejaVu Sans Mono:size=9
URxvt*dynamicColors:true
URxvt*utf8:2
URxvt*eightBitInput:true
URxvt*saveLines:512
URxvt*scrollTtyKeypress:true
URxvt*scrollTtyOutput:false
URxvt*scrollBar:false
URxvt*scrollKey:true
URxvt*jumpScroll:true
URxvt*multiScroll:true
URxvt*toolBar:false
!URxvt*letterSpace:-1
!Xft.autohint: 0
!Xft.lcdfilter: lcddefault
!Xft.hintstyle: hintfull
!Xft.hinting: 1
!Xft.antialias: 1