-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
494 lines (471 loc) · 14.8 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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
!05151acc
XTerm*background: #222D31
XTerm*foreground: #d8d8d8
XTerm*pointerColor: #1ABB9B
XTerm*faceName: Fixed
XTerm*faceSize: 11
XTerm*reverseVideo: on
XTerm*selectToClipboard: true
*background: #222D31
*foreground: #d8d8d8
*fading: 8
*fadeColor: black
*cursorColor: #1ABB9B
*pointerColorBackground: #2B2C2B
*pointerColorForeground: #16A085
############################
#define t_bg_floor #000010
#define t_bg_dip #373737
#define t_background #212121
#define t_bg_bump #373737
#define t_fg_comment #545454
#define t_foreground #A6A7AA
#define t_fg_highlight #B6B7BB
#define t_fg_ceiling #FEFFFF
#define c_bg #05151acc
! BLK
URxvt.color0: t_bg_bump
URxvt.color8: t_fg_comment
URxvt.color15: t_fg_ceiling
! RED
URxvt.color1: #B36B65
URxvt.color9: #EFA29B
! YEL
URxvt.color3: #8D7E45
URxvt.color11: #C7B679
! GRN
URxvt.color2: #4F8C61
URxvt.color10: #86C596
! CYN
URxvt.color6: #3f88ff
URxvt.color14: #4dacff
! BLU
URxvt.color4: #6181B8
URxvt.color12: #9AB9F3
! MAG
URxvt.color5: #A46D9D
URxvt.color13: #DFA4D7
URxvt.color16: t_bg_floor
URxvt.color17: t_bg_dip
URxvt.color18: t_background
URxvt.color19: t_bg_bump
URxvt.color20: t_fg_comment
URxvt.color21: t_foreground
URxvt.color22: t_fg_highlight
URxvt.color23: t_fg_ceiling
URxvt.color24: #DE8FA8
URxvt.color25: #DE8FA7
URxvt.color26: #DF8FA5
URxvt.color27: #DF8FA3
URxvt.color28: #DF8FA2
URxvt.color29: #DF8FA0
URxvt.color30: #DF8F9F
URxvt.color31: #E0909D
URxvt.color32: #E0909B
URxvt.color33: #E0909A
URxvt.color34: #E09098
URxvt.color35: #E09097
URxvt.color36: #E09095
URxvt.color37: #DF9194
URxvt.color38: #DF9192
URxvt.color39: #DF9191
URxvt.color40: #DF918F
URxvt.color41: #DE928E
URxvt.color42: #DE928C
URxvt.color43: #DE928B
URxvt.color44: #DD9289
URxvt.color45: #DD9388
URxvt.color46: #DC9387
URxvt.color47: #DC9485
URxvt.color48: #DB9484
URxvt.color49: #DB9483
URxvt.color50: #DA9581
URxvt.color51: #D99580
URxvt.color52: #D9967F
URxvt.color53: #D8967E
URxvt.color54: #D7977D
URxvt.color55: #D6977B
URxvt.color56: #D5987A
URxvt.color57: #D59879
URxvt.color58: #D49978
URxvt.color59: #D39977
URxvt.color60: #D29A76
URxvt.color61: #D19A75
URxvt.color62: #D09B74
URxvt.color63: #CF9B73
URxvt.color64: #CE9C73
URxvt.color65: #CD9C72
URxvt.color66: #CB9D71
URxvt.color67: #CA9D70
URxvt.color68: #C99E6F
URxvt.color69: #C89E6F
URxvt.color70: #C79F6E
URxvt.color71: #C59F6E
URxvt.color72: #C4A06D
URxvt.color73: #C3A16D
URxvt.color74: #C1A16C
URxvt.color75: #C0A26C
URxvt.color76: #BFA26B
URxvt.color77: #BDA36B
URxvt.color78: #BCA36B
URxvt.color79: #BAA46B
URxvt.color80: #B9A46A
URxvt.color81: #B8A56A
URxvt.color82: #B6A56A
URxvt.color83: #B5A66A
URxvt.color84: #B3A66A
URxvt.color85: #B1A76A
URxvt.color86: #B0A86A
URxvt.color87: #AEA86A
URxvt.color88: #ADA96URxvt*background: c_bg
!URxvt*foreground: white
Rxvt*background: c_bg
!Rxvt*foreground: whiteB
URxvt.color89: #ABA96B
URxvt.color90: #AAAA6B
URxvt.color91: #A8AA6B
URxvt.color92: #A6AA6C
URxvt.color93: #A5AB6C
URxvt.color94: #A3AB6D
URxvt.color95: #A1AC6D
URxvt.color96: #A0AC6E
URxvt.color97: #9EAD6E
URxvt.color98: #9CAD6F
URxvt.color99: #9BAE70
URxvt.color100: #99AE70
URxvt.color101: #97AE71
URxvt.color102: #96AF72
URxvt.color103: #94AF73
URxvt.color104: #92B074
URxvt.color105: #90B075
URxvt.color106: #8FB076
URxvt.color107: #8DB176
URxvt.color108: #8BB178
URxvt.color109: #89B179
URxvt.color110: #88B27A
URxvt.color111: #86B27B
URxvt.color112: #84B27C
URxvt.color113: #82B37D
URxvt.color114: #81B37E
URxvt.color115: #7FB380
URxvt.color116: #7DB381
URxvt.color117: #7CB482
URxvt.color118: #7AB484
URxvt.color119: #78B485
URxvt.color120: #76B486
URxvt.color121: #75B588
URxvt.color122: #73B589
URxvt.color123: #71B58B
URxvt.color124: #70B58C
URxvt.color125: #6EB68E
URxvt.color126: #6CB68F
URxvt.color127: #6BB691
URxvt.color128: #69B692
URxvt.color129: #67B694
URxvt.color130: #66B695
URxvt.color131: #64B697
URxvt.color132: #63B798
URxvt.color133: #61B79A
URxvt.color134: #60B79C
URxvt.color135: #5EB79D
URxvt.color136: #5DB79F
URxvt.color137: #5BB7A0
URxvt.color138: #5AB7A2
URxvt.color139: #59B7A4
URxvt.color140: #57B7A5
URxvt.color141: #56B7A7
URxvt.color142: #55B7A9
URxvt.color143: #54B7AA
URxvt.color144: #53B7AC
URxvt.color145: #52B7AD
URxvt.color146: #51B7AF
URxvt.color147: #50B7B1
URxvt.color148: #4FB7B2
URxvt.color149: #4EB7B4
URxvt.color150: #4EB7B5
URxvt.color151: #4DB7B7
URxvt.color152: #4DB7B8
URxvt.color153: #4CB7BA
URxvt.color154: #4CB7BC
URxvt.color155: #4CB7BD
URxvt.color156: #4CB6BF
URxvt.color157: #4CB6C0
URxvt.color158: #4CB6C1
URxvt.color159: #4CB6C3
URxvt.color160: #4CB6C4
URxvt.color161: #4DB6C6
URxvt.color162: #4DB5C7
URxvt.color163: #4EB5C8
URxvt.color164: #4EB5CA
URxvt.color165: #4FB5CB
URxvt.color166: #50B5CC
URxvt.color167: #51B4CE
URxvt.color168: #52B4CF
URxvt.color169: #53B4D0
URxvt.color170: #55B4D1
URxvt.color171: #56B3D2
URxvt.color172: #57B3D3
URxvt.color173: #59B3D4
URxvt.color174: #5AB2D5
URxvt.color175: #5CB2D6
URxvt.color176: #5DB2D7
URxvt.color177: #5FB1D8
URxvt.color178: #61B1D9
URxvt.color179: #63B1DA
URxvt.color180: #64B0DB
URxvt.color181: #66B0DB
URxvt.color182: #68B0DC
URxvt.color183: #6AAFDD
URxvt.color184: #6CAFDE
URxvt.color185: #6EAEDE
URxvt.color186: #70AEDF
URxvt.color187: #72AEDF
URxvt.color188: #74ADE0
URxvt.color189: #76ADE0
URxvt.color190: #79ACE1
URxvt.color191: #7BACE1
URxvt.color192: #7DABE1
URxvt.color193: #7FABE1
URxvt.color194: #81AAE2
URxvt.color195: #83AAE2
URxvt.color196: #85A9E2
URxvt.color197: #87A9E2
URxvt.color198: #8AA8E2
URxvt.color199: #8CA8E2
URxvt.color200: #8EA7E2
URxvt.color201: #90A7E2
URxvt.color202: #92A6E2
URxvt.color203: #94A6E2
URxvt.color204: #96A5E1
URxvt.color205: #98A5E1
URxvt.color206: #9BA4E1
URxvt.color207: #9DA3E1
URxvt.color208: #9FA3E0
URxvt.color209: #A1A2E0
URxvt.color210: #A3A2DF
URxvt.color211: #A5A1DF
URxvt.color212: #A7A1DE
URxvt.color213: #A9A0DE
URxvt.color214: #ABA0DD
URxvt.color215: #AC9FDC
URxvt.color216: #AE9EDC
URxvt.color217: #B09EDB
URxvt.color218: #B29DDA
URxvt.color219: #B49DD9
URxvt.color220: #B69CD8
URxvt.color221: #B79CD8
URxvt.color222: #B99BD7
URxvt.color223: #BB9AD6
URxvt.color224: #BC9AD5
URxvt.color225: #BE99D4
URxvt.color226: #C099D3
URxvt.color227: #C198D1
URxvt.color228: #C398D0
URxvt.color229: #C497CF
URxvt.color230: #C697CE
URxvt.color231: #C796CD
URxvt.color232: #C996CB
URxvt.color233: #CA95CA
URxvt.color234: #CB95C9
URxvt.color235: #CD95C8
URxvt.color236: #CE94C6
URxvt.color237: #CF94C5
URxvt.color238: #D093C3
URxvt.color239: #D193C2
URxvt.color240: #D293C1
URxvt.color241: #D392BF
URxvt.color242: #D492BE
URxvt.color243: #D592BC
URxvt.color244: #D691BB
URxvt.color245: #D791B9
URxvt.color246: #D891B8
URxvt.color247: #D991B6
URxvt.color248: #D990B5
URxvt.color249: #DA90B3
URxvt.color250: #DB90B2
URxvt.color251: #DB90B0
URxvt.color252: #DC90AE
URxvt.color253: #DD90AD
URxvt.color254: #DD90AB
URxvt.color255: #DE8FAA
Xcursor.theme: Breeze
Xcursor.size: 0
URxvt.font: xft:Dejavu Sans Mono For Powerline
! alternative font settings with 'terminus':
! URxvt.font: -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1
! URxvt.bold.font: -xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso10646-1
!! terminus names see end of file!
URxvt.depth: 32
URxvt.background: [100]#212121
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: true
URxvt*background: black
URxvt*foreground: grey
URxvt*saveLines: 5000
! for 'fake' transparency (without Compton) uncomment the following three lines
! URxvt*inheritPixmap: true
! URxvt*transparent: true
! URxvt*shading: 138
! Normal copy-paste keybindings without perls
URxvt.iso14755: false
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!Xterm escape codes, word by word movement
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Shift-Control-Left: \033[1;6D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Shift-Control-Right: \033[1;6C
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Shift-Control-Up: \033[1;6A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Shift-Control-Down: \033[1;6B
! Rxvt.perl-ext-common: ...,clipboard
! URxvt.keysym.M-C-c: perl:clipboard:copy
! URxvt.keysym.M-v: perl:clipboard:paste
! URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
! URxvt*termName: string
! URxvt*geometry: geometry
! URxvt*chdir: string
! URxvt*loginShell: boolean
! URxvt*multiClickTime: number
! URxvt*jumpScroll: boolean
! URxvt*skipScroll: boolean
! URxvt*pastableTabs: boolean
! URxvt*scrollstyle: plain
! URxvt*scrollBar_right: boolean
! URxvt*scrollBar_floating: true
! URxvt*scrollBar_align: mode
! URxvt*thickness: number
! URxvt*scrollTtyOutput: boolean
! URxvt*scrollTtyKeypress: boolean
! URxvt*scrollWithBuffer: boolean
! URxvt*tintColor: !7DA55
! URxvt*blurRadius: HxV
! URxvt*fading: number
! URxvt*fadeColor: color
! URxvt*utmpInhibit: boolean
! URxvt*urgentOnBell: boolean
! URxvt*visualBell: boolean
! URxvt*mapAlert: boolean
! URxvt*meta8: boolean
! URxvt*tripleclickwords: boolean
! URxvt*insecure: boolean
! URxvt*cursorUnderline: boolean
! URxvt*pointerBlank: boolean
! URxvt*color0: color
! URxvt*color1: color
! URxvt*color2: color
! URxvt*color3: color
! URxvt*color4: color
! URxvt*color5: color
! URxvt*color6: color
! URxvt*color7: color
! URxvt*color8: color
! URxvt*color9: color
! URxvt*color10: color
! URxvt*color11: color
! URxvt*color12: color
! URxvt*color13: color
! URxvt*color14: color
! URxvt*color15: color
! URxvt*colorBD: color
! URxvt*colorIT: color
! URxvt*colorUL: color
! URxvt*colorRV: color
! URxvt*underlineColor: color
! URxvt*scrollColor: color
! URxvt*troughColor: color
! URxvt*highlightColor: color
! URxvt*highlightTextColor: color
! URxvt*cursorColor: color
! URxvt*cursorColor2: color
! URxvt*pointerColor: color
! URxvt*pointerColor2: color
! URxvt*borderColor: color
! URxvt*iconFile: file
! URxvt*font: fontname
! URxvt*boldFont: fontname
! URxvt*italicFont: fontname
! URxvt*boldItalicFont: fontname
! URxvt*intensityStyles: boolean
! URxvt*inputMethod: name
! URxvt*preeditType: style
! URxvt*imLocale: string
! URxvt*imFont: fontname
! URxvt*title: string
! URxvt*iconName: string
! URxvt*buffered: boolean
! URxvt*depth: number
! URxvt*visual: number
! URxvt*transient-for: windowid
! URxvt*override-redirect: boolean
! URxvt*hold: boolean
! URxvt*externalBorder: number
! URxvt*internalBorder: number
! URxvt*borderLess: true
! URxvt*lineSpace: number
! URxvt*letterSpace: number
! URxvt*skipBuiltinGlyphs: boolean
! URxvt*pointerBlankDelay: number
! URxvt*backspacekey: string
! URxvt*deletekey: string
! URxvt*print-pipe: string
! URxvt*modifier: modifier
! URxvt*cutchars: string
! URxvt*answerbackString: string
! URxvt*secondaryScreen: boolean
! URxvt*secondaryScroll: boolean
! URxvt*perl-lib: string
! URxvt*perl-eval: perl-eval
! URxvt*perl-ext-common: string
! URxvt*perl-ext: string
! URxvt*iso14755: boolean
! URxvt*iso14755_52: boolean
! URxvt*xrm: string
! URxvt*keysym.sym: keysym
! URxvt*background.border: boolean
! URxvt*background.expr: string
! URxvt*background.interval: seconds
! URxvt*bell-command: string
! URxvt*kuake.hotkey: string
! URxvt*matcher.button: string
! URxvt*matcher.launcher: string
! URxvt*matcher.launcher.*: string
! URxvt*matcher.pattern.*: string
! URxvt*matcher.rend.*: string
! URxvt*remote-clipboard.fetch: string
! URxvt*remote-clipboard.store: string
! URxvt*searchable-scrollback: string
! URxvt*selection-autotransform.*: string
! URxvt*selection-pastebin.cmd: string
! URxvt*selection-pastebin.url: string
! URxvt*selection.pattern-0: string
! URxvt*tab-bg: colour
! URxvt*tab-fg: colour
! URxvt*tabbar-bg: colour
! URxvt*tabbar-fg: colour
! URxvt*url-launcher: string
! The Terminus font uses the following X-names:
! -xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso10646-1
! -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1
! -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1
! -xos4-terminus-medium-r-normal--20-200-72-72-c-100-iso10646-1
! -xos4-terminus-medium-r-normal--22-220-72-72-c-110-iso10646-1
! -xos4-terminus-medium-r-normal--24-240-72-72-c-120-iso10646-1
! -xos4-terminus-medium-r-normal--28-280-72-72-c-140-iso10646-1
! -xos4-terminus-medium-r-normal--32-320-72-72-c-160-iso10646-1
! -xos4-terminus-bold-r-normal--12-120-72-72-c-60-iso10646-1
! -xos4-terminus-bold-r-normal--14-140-72-72-c-80-iso10646-1
! -xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso10646-1
! -xos4-terminus-bold-r-normal--20-200-72-72-c-100-iso10646-1
! -xos4-terminus-bold-r-normal--24-240-72-72-c-120-iso10646-1
! -xos4-terminus-bold-r-normal--28-280-72-72-c-140-iso10646-1
! -xos4-terminus-bold-r-normal--32-320-72-72-c-160-iso10646-1