-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
executable file
·211 lines (188 loc) · 5.35 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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
!!~/.Xresources > imrahil@archaeoteryx
!! no inline comments
!! ALL
!*.background: rgb:10/10/10
!! FONTS
!! Applications without fontconfig support
Xft.antialias: 1
Xft.autohint: 0
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
!! URxvt (case sensitive?)
!! ttps://wiki.archlinux.org/index.php/Rxvt-unicode
!URxvt*termname: consolicus
!URxvt*title: consolicus
URxvt*loginshell: true
URxvt*saveLines: 10000
URxvt*pointerblank: true
URxvt*letterSpace: 0
URxvt*font: xft:DejaVuSansMono Nerd Font:size=12:antialias=true
URxvt*boldFont: xft:DejaVuSansMono Nerd Font:size=12:antialias=true:style=Bold
!URxvt*font: xft: Bitstream Vera Sans Mono:size=12
!URxvt*boldFont: xft: Bitstream Vera Sans Mono:size=12:style=Bold
!Xterm escapes, word by word movement
URxvt*secondaryScreen: true
!! SCROLLING
! do not scroll with output
URxvt*scrollTtyOutput: false
!! scroll in relation to buffer (with mouse scroll or Shift+Page Up):
URxvt*scrollWithBuffer: true
!! scroll back to the bottom on keypress:
URxvt*scrollTtyKeypress: true
URxvt*secondaryScroll: false
URxvt*secondaryWheel: true
!URxvt*scrollStyle:rxvt
URxvt*scrollBar: false
URxvt*scrollBar_right: true
URxvt*scrollBar_floating: true
URxvt*scrollColor: darkgrey
URxvt*scrollstyle: plain
URxvt*scrollBar_align: centre
URxvt*jumpScroll: true
URxvt*mouseWheelScrollPage: true
!! scroll up/down 10 lines
URxvt*keysym.Shift-Up: command:\033]720;10\007
URxvt*keysym.Shift-Down: command:\033]721;10\007
!! scroll up/down 100 lines
URxvt*keysym.Control-Up: command:\033]720;100\007
URxvt*keysym.Control-Down: command:\033]721;100\007
!! scroll up/down all the way (10000 lines)
URxvt*keysym.Control-Shift-Up: command:\033]720;10000\007
URxvt*keysym.Control-Shift-Down: command:\033]721;10000\007
!! page up/page down/home/end conflicts with pager (less)!
! URxvt*keysym.Prior: command:\033]720;100\007
! URxvt*keysym.Next: command:\033]721;100\007
! URxvt*keysym.Home: command:\033]720;10000\007
! URxvt*keysym.End: command:\033]721;10000\007
!! if you do not use the perl extension features, you can improve the security and speed by disabling perl extensions completely.
!URxvt*perl-ext:
URxvt*perl-ext-common:resize-font
!! GRAPHICS
URxvt*skipBuiltinGlyphs: true
URxvt*iconFile: /usr/share/icons/Adwaita/scalable/apps/utilities-terminal-symbolic.svg
! borderless conflicts with something! awesome?
!URxvt*borderLess: true
URxvt*cursorBlink: false
! fake transparency
! fade the text by the given percentage when focus is lost.
URxvt*fading: 30
URxvt*transparent: true
! 0 to 99 darkens, 101 to 200 lightens
URxvt*shading: 30
URxvt*buffered: true
! real transparency: much to annoying
URxvt*depth: 32
!URxvt*background: [80]#000000
!or URxvt*background: rgba:0000/0000/0000/c900
!! COLORS
!! $colortheme 4 demo
URxvt*foreground: #A89C8C
!URxvt*background: #241e1e
URxvt*background: black
!URxvt*underlineColor:
!URxvt*scrollColor:
!URxvt*troughColor:
!URxvt*highlightColor:
!URxvt*highlightTextColor:
URxvt*cursorColor: magenta
!URxvt*cursorColor2:
URxvt*pointerColor: magenta
URxvt*pointerColor2: magenta
! URxvt*color0: #282a2b
! URxvt*color1: #AD513E
! URxvt*color2: #4C7D58
! URxvt*color3: #FFB200
! URxvt*color4: #B8CBE6
! URxvt*color5: #666699
! URxvt*color6: #8caff0
! URxvt*color7: #a8a8a8
! URxvt*color8: #2c2f30
! URxvt*color9: #E0671B
! URxvt*color10: #31DE96
! URxvt*color11: #dadf45
! URxvt*color12: #3955c4
! URxvt*color13: #6698D9
! URxvt*color14: #9bbaf1
! URxvt*color15: #f0f0f0
! # foreground: background
! 0: 30, black
! 1: 31, red
! 2: 32, green
! 3: 33, yellow
! 4: 34, blue
! 5: 35, magenta
! 6: 36, cyan
! 7: 37, white
!
! # bold foreground: background
! 8: 40, black
! 9: 41, red
! 10: 42, green
! 11: 43, yellow
! 12: 44, blue
! 13: 45, magenta
! 14: 46, cyan
! 15: 47, white
! 16: 48, default
*color0: #555a5c
*color1: #AD513E
*color2: #4C7D58
*color3: #FFB200
*color4: #B8CBE6
*color5: #666699
*color6: #8caff0
*color7: #a8a8a8
*color8: #6b7275
*color9: #E0671B
*color10: #31DE96
*color11: #dadf45
*color12: #6f7bf7
*color13: #6698D9
*color14: #9be0f1
*color15: #f0f0f0
!*color16: #A89C8C
!! MISC
!!The 2023-01-02 update may require adding some lines into ~/.Xresources:
URxvt*geometry: 400x400
!! for otave via emacs
gnuplot*background: transparent truecolor
!! XTERM
!!*.termName: xterm-256color
*.vt100.locale: false
*.vt100.utf8: true
*.vt100.metaSendsEscape: true
*.vt100.backarrowKey: false
*.ttyModes: erase ^?
*.vt100.saveLines: 4096
*.vt100.scrollBar: false
*.vt100.scrollbar.width: 8
*.vt100.geometry: 80x32
*.vt100.faceName: DejaVuSansMono Nerd Font:size=12:antialias=true
*.vt100.boldFont: DejaVuSansMono Nerd Font:size=12:antialias=true:style=Bold
*.vt100.transparent: true
!*.vt100.foreground: white
*.vt100.foreground: rgb:A8/9C/8C
*.vt100.background: black
!*.vt100.background: rgb:24/1e/1e
!*.vt100.background: rgb:10/10/10
*.vt100.cursorColor: magenta
*.vt100.cursorColor2: magenta
! *.vt100.color0: rgb:28/2a/2b
! *.vt100.color1: rgb:AD/51/3E
! *.vt100.color2: rgb:4C/7D/58
! *.vt100.color3: rgb:FF/B2/00
! *.vt100.color4: rgb:B8/CB/E6
! *.vt100.color5: rgb:66/66/99
! *.vt100.color6: rgb:8c/af/f0
! *.vt100.color7: rgb:a8/a8/a8
! *.vt100.color8: rgb:2c/2f/30
! *.vt100.color9: rgb:E0/67/1B
! *.vt100.color10: rgb:31/DE/96
! *.vt100.color11: rgb:da/df/45
! *.vt100.color12: rgb:39/55/c4
! *.vt100.color13: rgb:66/98/D9
! *.vt100.color14: rgb:9b/ba/f1
! *.vt100.color15: rgb:f0/f0/f0
*vt100.veryBoldColors: 6