-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathXresources
More file actions
75 lines (51 loc) · 1.12 KB
/
Copy pathXresources
File metadata and controls
75 lines (51 loc) · 1.12 KB
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
!-----------------------------------------------!
! William Cunningham !
! wcunning@ieee.org !
! !
!-----------------------------------------------!
!--- Colors ---!
URxvt*termName:xterm-color
*color0: #000000
*color8: #555753
*color1: #A40000
*color9: #EF2929
*color2: #4E9A06
*color10: #73D216
*color3: #C4A000
*color11: #EDD400
*color4: #204A87
*color12: #729FCF
*color5: #5C3566
*color13: #AD7FA8
*color6: #2B8C8C
*color14: #40DFDF
*color7: #D3D7CF
*color15: #F3F3F3
!URxvt*background: #000000
URxvt.depth: 32
URxvt*background: rgba:0000/0000/0000/cccc
URxvt*foreground: #B2B2B2
!*color0: #000000
!*color8: #686868
!*color1: #B21818
!*color9: #FF5454
!*color2: #18B218
!*color10: #54FF54
!*color3: #B26818
!*color11: #FFFF54
!*color4: #1818B2
!*color12: #5454FF
!*color5: #B218B2
!*color13: #FF54FF
!*color6: #18B2B2
!*color14: #54FFFF
!*color7: #B2B2B2
!*color15: #FFFFFF
!--- Fonts ---!
URxvt.font: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-5
!--- Key Bindings ---!
URxvt*keysym.Home: \033[1~
URxvt*keysym.End: \033[4~
!--- Scripts ---!
URxvt.perl-ext-common: default
!!! End Config !!!