blob: 28cd681673a8e4cdc684d07ce6e6abcface0354b (
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
|
! Modus Vivendi Tritanopia Xresources theme
*.foreground: #ffffff
*.background: #000000
*.cursorColor: #ff5f5f
! black
*.color0: #000000
*.color8: #535353
! red
*.color1: #ff5f59
*.color9: #ff6b55
! green
*.color2: #44BC44
*.color10: #00c06f
! yellow
*.color3: #cabf00
*.color11: #ffa00f
! blue
*.color4: #2FAFFF
*.color12: #79a8ff
! magenta
*.color5: #FEACD0
*.color13: #b6a0ff
! cyan
*.color6: #00D3D0
*.color14: #6ae4b9
! white
*.color7: #ffffff
*.color15: #ffffff
dmenu.background: #000000
dmenu.foreground: #ffffff
dmenu.selbackground: #003c52
dmenu.selforeground: #f0f0f0
Nsxiv.window.background: #000000
Nsxiv.window.foreground: #ffffff
Nsxiv.mark.foreground: #ffffff
Nsxiv.bar.background: #003c52
Nsxiv.bar.foreground: #f0f0f0
dwm.background: #000000
dwm.foreground: #ffffff
dwm.selbackground: #003c52
dwm.selforeground: #f0f0f0
|