blob: 7d11e736fbe88c3a23963b7cbf77f28ba2f7be1e (
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
|
! Ef Elea Light Xresources theme
*.foreground: #eaedef
*.background: #131c2b
URxvt.background: [90]#131c2b
*.cursorColor: #eaedef
! black
*.color0: #131c2b
*.color8: #2a3644
! red
*.color1: #ff6f6f
*.color9: #ff6f6f
! green
*.color2: #31bf4f
*.color10: #31bf4f
! yellow
*.color3: #d0d24f
*.color11: #d0d24f
! blue
*.color4: #57b0ff
*.color12: #57b0ff
! magenta
*.color5: #f59acf
*.color13: #f59acf
! cyan
*.color6: #2fd0db
*.color14: #2fd0db
! white
*.color7: #eaedef
*.color15: #eaedef
dmenu.background: #131c2b
dmenu.foreground: #eaedef
dmenu.selbackground: #2f527b
dmenu.selforeground: #eaedef
Nsxiv.window.background: #131c2b
Nsxiv.window.foreground: #eaedef
Nsxiv.mark.foreground: #eaedef
Nsxiv.bar.background: #2f527b
Nsxiv.bar.foreground: #eaedef
|