-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.Xresources
90 lines (71 loc) · 1.42 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
78
79
80
81
82
83
84
85
86
87
88
89
90
! special
!*.foreground: #d3c6aa
!*.background: #232a2e
!*.cursorColor: #d3c6aa
! black
!*.color0: #7a8478
!*.color8: #7a8478
! red
!*.color1: #e67e80
!*.color9: #e67e80
! green
!*.color2: #a7c080
!*.color10: #a7c080
! yellow
!*.color3: #dbbc7f
!*.color11: #dbbc7f
! blue
!*.color4: #7fbbb3
!*.color12: #7fbbb3
! magenta
!*.color5: #d699b6
!*.color13: #d699b6
! cyan
!*.color6: #83c092
!*.color14: #83c092
! white
!*.color7: #d3c6aa
!*.color15: #d3c6aa
! special
*.foreground: #d4be98
*.background: #1d2021
*.cursorColor: #ddc7a1
! black
*.color0: #141617
*.color8: #141617
! red
*.color1: #ea6962
*.color9: #ea6962
! green
*.color2: #a9b665
*.color10: #a9b665
! yellow
*.color3: #d8a657
*.color11: #d8a657
! blue
*.color4: #7daea3
*.color12: #7daea3
! magenta
*.color5: #d3869b
*.color13: #d3869b
! cyan
*.color6: #89b482
*.color14: #89b482
! white
*.color7: #ddc7a1
*.color15: #ddc7a1
st.font: monospace:size=12:antialias=true:autohint=true
st.background: #141617
!st.background: #101010
st.depth: 32
st.letterSpace: 0
st.lineSpace: 0
st.geometry: 92x24
!URxvt.internalBorder: 24
st.internalBorder: 4
st.cursorBlink: true
st.cursorUnderline: false
st.saveline: 2048
st.scrollBar_right: false
st.urgentOnBell: true
st.iso14755: false