-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
164 lines (145 loc) Β· 3.63 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
! X colors.
! Generated by 'wal'
emacs*foreground: #F3F3F2
emacs*background: #131811
URxvt*foreground: #F3F3F2
XTerm*foreground: #F3F3F2
UXTerm*foreground: #F3F3F2
URxvt*background: [100]#131811
XTerm*background: #131811
UXTerm*background: #131811
URxvt*cursorColor: #F3F3F2
XTerm*cursorColor: #F3F3F2
UXTerm*cursorColor: #F3F3F2
URxvt*borderColor: [100]#131811
*.color0: {color0}
*color0: {color0}
*.color1: {color1}
*color1: {color1}
*.color2: {color2}
*color2: {color2}
*.color3: {color3}
*color3: {color3}
*.color4: {color4}
*color4: {color4}
*.color5: {color5}
*color5: {color5}
*.color6: {color6}
*color6: {color6}
*.color7: {color7}
*color7: {color7}
*.color8: {color8}
*color8: {color8}
*.color9: {color9}
*color9: {color9}
*.color10: {color10}
*color10: {color10}
*.color11: {color11}
*color11: {color11}
*.color12: {color12}
*color12: {color12}
*.color13: {color13}
*color13: {color13}
*.color14: {color14}
*color14: {color14}
*.color15: {color15}
*color15: {color15}
! Colors 0-15.
!*color0: #131811
!
!*color1: #798690
!
!*color2: #99A3AB
!
!*color3: #C0C1BD
!
!*color4: #B0BAC4
!
!*color5: #BAC4CB
!
!*color6: #CED4D7
!
!*color7: #F3F3F2
!
!*color8: #717470
!
!*color9: #798690
!
!*color10: #99A3AB
!
!*color11: #C0C1BD
!
!*color12: #B0BAC4
!
!*color13: #BAC4CB
!
!*color14: #CED4D7
!
!*color15: #F3F3F2
! Black color that will not be affected by bold highlighting.
*.color66: #131811
*color66: #131811
! rofi setup
rofi.color-enabled: true
rofi.separator-style: solid
rofi.font: curieMedium 20
rofi.bw: 2
rofi.columns: 1
rofi.yoffset: 0
rofi.fake-transparency: false
rofi.hide-scrollbar: true
!rofi.opacity: 90
rofi.location: 0
rofi.width: 50
rofi.lines: 10
rofi.fixed-num-lines: true
! Xclock colors.
XClock*foreground: #F3F3F2
XClock*background: #131811
XClock*majorColor: rgba:f3/f3/f2/ff
XClock*minorColor: rgba:f3/f3/f2/ff
XClock*hourColor: rgba:f3/f3/f2/ff
XClock*minuteColor: rgba:f3/f3/f2/ff
XClock*secondColor: rgba:f3/f3/f2/ff
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
Xft.dpi: 150
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!-------------------------------------------------------------------------------
! URxvt settings
!-------------------------------------------------------------------------------
URxvt.depth: 32
URxvt.geometry: 90x30
URxvt.transparent: false
URxvt.fading: 0
! URxvt.urgentOnBell: true
! URxvt.visualBell: true
URxvt.loginShell: true
URxvt.saveLines: 1000
URxvt.internalBorder: 7
URxvt*externalBorder: 5
URxvt*borderLess: false
URxvt.lineSpace: 0
! Fonts
URxvt.font: xft:Hack Nerd Font Mono:size=9:antialias=true
!URxvt.font: xft:Iosevka Light:size=9:antialias=true
URxvt.allow_bold: true
! Fix font space
URxvt*letterSpace: -1
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Perl extensions
URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select,
URxvt.matcher.button: 1
URxvt.urlLauncher: firefox
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true