blob: 8464c53a30c8fd61d6e6f8abdef6db301c14607c (
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
|
!!!! Modus Operandi Xresources theme
*.foreground: #000000
*.background: #ffffff
URxvt.background: [90]#ffffff
*.cursorColor: #000000
! black
*.color0: #000000
*.color8: #5C6370
! red
*.color1: #a60000
*.color9: #972500
! green
*.color2: #006800
*.color10: #00663f
! yellow
*.color3: #6f5500
*.color11: #884900
! blue
*.color4: #0031A9
*.color12: #3548cf
! magenta
*.color5: #721045
*.color13: #531ab6
! cyan
*.color6: #005e8b
*.color14: #005f5f
! white
*.color7: #ffffff
*.color15: #ffffff
dmenu.background: #ffffff
dmenu.foreground: #000000
dmenu.selbackground: #c8c8c8
dmenu.selforeground: #000000
Nsxiv.window.background: #ffffff
Nsxiv.window.foreground: #000000
Nsxiv.mark.foreground: #000000
Nsxiv.bar.background: #c8c8c8
Nsxiv.bar.foreground: #000000
dwm.background: #ffffff
dwm.foreground: #000000
dwm.selbackground: #c8c8c8
dwm.selforeground: #000000
|