blob: 824918e40489c41a349c4ea5020690b9081c03d0 (
plain)
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
|
! X colors.
! Generated by 'wal'
*foreground: #e5e5e8
*background: #100f0e
*.foreground: #e5e5e8
*.background: #100f0e
XTerm*foreground: #e5e5e8
XTerm*background: #100f0e
XTerm*cursorColor: #e5e5e8
! Colors 0-15.
*.color0: #100f0e
*color0: #100f0e
*.color1: #e56800
*color1: #e56800
*.color2: #fdb64e
*color2: #fdb64e
*.color3: #fecf41
*color3: #fecf41
*.color4: #7C838F
*color4: #7C838F
*.color5: #B8BAC5
*color5: #B8BAC5
*.color6: #CDCED6
*color6: #CDCED6
*.color7: #e5e5e8
*color7: #e5e5e8
*.color8: #a0a0a2
*color8: #a0a0a2
*.color9: #d27e3b
*color9: #d27e3b
*.color10: #fdb64e
*color10: #fdb64e
*.color11: #fecf41
*color11: #fecf41
*.color12: #7C838F
*color12: #7C838F
*.color13: #B8BAC5
*color13: #B8BAC5
*.color14: #CDCED6
*color14: #CDCED6
*.color15: #e5e5e8
*color15: #e5e5e8
! Black color that will not be affected by bold highlighting.
*.color66: #100f0e
*color66: #100f0e
! Xclock colors.
XClock*foreground: #e5e5e8
XClock*background: #100f0e
XClock*majorColor: rgba:e5/e5/e8/ff
XClock*minorColor: rgba:e5/e5/e8/ff
XClock*hourColor: rgba:e5/e5/e8/ff
XClock*minuteColor: rgba:e5/e5/e8/ff
XClock*secondColor: rgba:e5/e5/e8/ff
! Set depth to make transparency work.
URxvt*depth: 32
|