blob: 94a501e316a0b5311e2a681fac88b358622133d1 (
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
|
! Ef Reverie Xresources theme
*.foreground: #4f204f
*.background: #f3eddf
*.cursorColor: #4f204f
! black
*.color0: #4f204f
*.color8: #6f6877
! red
*.color1: #ba2d2f
*.color9: #b21f00
! green
*.color2: #5a7400
*.color10: #008250
! yellow
*.color3: #87591f
*.color11: #a05900
! blue
*.color4: #5059c0
*.color12: #265fbf
! magenta
*.color5: #9f4e74
*.color13: #7755b4
! cyan
*.color6: #3060af
*.color14: #0b6e8a
! white
*.color7: #efd5c5
*.color15: #efd5c5
dmenu.background: #f3eddf
dmenu.foreground: #4f204f
dmenu.selbackground: #d1b0df
dmenu.selforeground: #523044
Nsxiv.window.background: #f3eddf
Nsxiv.window.foreground: #4f204f
Nsxiv.mark.foreground: #4f204f
Nsxiv.bar.background: #d1b0df
Nsxiv.bar.foreground: #523044
dwm.background: #f3eddf
dwm.foreground: #4f204f
dwm.selbackground: #d1b0df
dwm.selforeground: #523044
|