-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathXresources
67 lines (62 loc) · 1019 Bytes
/
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
*.cursorBlink: true
!--urxvt--
urxvt.scrollBar: false
urxvt.font: xft:DejaVu Sans Mono:antialias=true:size=9
!URxvt.letterSpace: 4
URxvt.transparent: true
URxvt.shading: 20
URxvt.depth: 32
!--colors--
*.foreground: #8CA68C
*.background: #131513
!black
*color0: #131513
*color8: #687D68
!red
*color1: #E6193C
*color9: #E6193C
!green
*color2: #29A329
*color10: #29A329
!yellow
*color3: #C3C322
*color11: #C3C322
!blue
*color4: #3D62F5
*color12: #3D62F5
!purple
*color5: #AD2BEE
*color13: #AD2BEE
!orange
*color6: #1999B3
*color14: #1999B3
!white
*color7: #8CA68C
*color15: #F0FFF0
!--old colors--
!*.foreground: white
!*.background: black
!black
!*color0: #2E3436
!*color8: #555753
!red
!*color1: #a40000
!*color9: #EF2929
!green
!*color2: #4E9A06
!*color10: #8AE234
!yellow
!*color3: #C4A000
!*color11: #FCE94F
!blue
!*color4: #3465A4
!*color12: #729FCF
!purple
!*color5: #75507B
!*color13: #AD7FA8
!orange
!*color6: #ce5c00
!*color14: #fcaf3e
!white
!*color7: #babdb9
!*color15: #EEEEEC