diff options
Diffstat (limited to 'xorg')
| -rw-r--r-- | xorg/Xresources.operandi | 40 | ||||
| -rw-r--r-- | xorg/Xresources.operandi-tinted | 34 |
2 files changed, 54 insertions, 20 deletions
diff --git a/xorg/Xresources.operandi b/xorg/Xresources.operandi index 62ca3bb..7a69f2f 100644 --- a/xorg/Xresources.operandi +++ b/xorg/Xresources.operandi @@ -1,34 +1,34 @@ ! Modus Operandi Tinted Xresources theme *.foreground: #000000 -*.background: #fbf7f0 -URxvt.background: [90]#fbf7f0 +*.background: #ffffff +URxvt.background: [90]#ffffff *.cursorColor: #000000 ! black -*.color0: #000000 +*.color0: #ffffff *.color8: #5C6370 ! red -*.color1: #ff5f59 -*.color9: #ff5f59 +*.color1: #a60000 +*.color9: #a60000 ! green -*.color2: #44BC44 -*.color10: #44BC44 +*.color2: #005E00 +*.color10: #005E00 ! yellow -*.color3: #fec43f -*.color11: #fec43f +*.color3: #813E00 +*.color11: #813E00 ! blue -*.color4: #2FAFFF -*.color12: #2FAFFF +*.color4: #0031A9 +*.color12: #0031A9 ! magenta -*.color5: #FEACD0 -*.color13: #FEACD0 +*.color5: #721045 +*.color13: #721045 ! cyan -*.color6: #00D3D0 -*.color14: #00D3D0 +*.color6: #005e8b +*.color14: #005e8b ! white -*.color7: #fbf7f0 -*.color15: #fbf7f0 +*.color7: #ffffff +*.color15: #ffffff -dmenu.background: #fbf7f0 +dmenu.background: #ffffff dmenu.foreground: #000000 -dmenu.selbackground: #cab9b2 -dmenu.selforeground: #000000 +dmenu.selbackground: #c0deff +dmenu.selforeground: #000000
\ No newline at end of file diff --git a/xorg/Xresources.operandi-tinted b/xorg/Xresources.operandi-tinted new file mode 100644 index 0000000..62ca3bb --- /dev/null +++ b/xorg/Xresources.operandi-tinted @@ -0,0 +1,34 @@ +! Modus Operandi Tinted Xresources theme +*.foreground: #000000 +*.background: #fbf7f0 +URxvt.background: [90]#fbf7f0 +*.cursorColor: #000000 +! black +*.color0: #000000 +*.color8: #5C6370 +! red +*.color1: #ff5f59 +*.color9: #ff5f59 +! green +*.color2: #44BC44 +*.color10: #44BC44 +! yellow +*.color3: #fec43f +*.color11: #fec43f +! blue +*.color4: #2FAFFF +*.color12: #2FAFFF +! magenta +*.color5: #FEACD0 +*.color13: #FEACD0 +! cyan +*.color6: #00D3D0 +*.color14: #00D3D0 +! white +*.color7: #fbf7f0 +*.color15: #fbf7f0 + +dmenu.background: #fbf7f0 +dmenu.foreground: #000000 +dmenu.selbackground: #cab9b2 +dmenu.selforeground: #000000 |
