diff options
Diffstat (limited to 'xorg')
| -rw-r--r-- | xorg/Xresources.duo-dark | 39 | ||||
| -rw-r--r-- | xorg/Xresources.gruvbox | 19 |
2 files changed, 58 insertions, 0 deletions
diff --git a/xorg/Xresources.duo-dark b/xorg/Xresources.duo-dark new file mode 100644 index 0000000..e17c26d --- /dev/null +++ b/xorg/Xresources.duo-dark @@ -0,0 +1,39 @@ +! Ef Duo Dark Xresources theme +*.foreground: #d0d0d0 +*.background: #070019 +*.cursorColor: #ef6f11 +! black +*.color0: #070019 +*.color8: #2a2739 +! red +*.color1: #ef6560 +*.color9: #f47360 +! green +*.color2: #3fb83f +*.color10: #7fc500 +! yellow +*.color3: #d4aa02 +*.color11: #e09a0f +! blue +*.color4: #37aff6 +*.color12: #78afff +! magenta +*.color5: #d38faf +*.color13: #af9fff +! cyan +*.color6: #6fc5ef +*.color14: #5dc0aa +! white +*.color7: #d0d0d0 +*.color15: #d0d0d0 + +dmenu.background: #070019 +dmenu.foreground: #d0d0d0 +dmenu.selbackground: #352487 +dmenu.selforeground: #dedeff + +Nsxiv.window.background: #070019 +Nsxiv.window.foreground: #d0d0d0 +Nsxiv.mark.foreground: #d0d0d0 +Nsxiv.bar.background: #352487 +Nsxiv.bar.foreground: #dedeff diff --git a/xorg/Xresources.gruvbox b/xorg/Xresources.gruvbox new file mode 100644 index 0000000..2441abd --- /dev/null +++ b/xorg/Xresources.gruvbox @@ -0,0 +1,19 @@ +*.color0: #1d2021 +*.color1: #cc241d +*.color2: #98971a +*.color3: #d79921 +*.color4: #458588 +*.color5: #b16286 +*.color6: #689d6a +*.color7: #a89984 +*.color8: #928374 +*.color9: #fb4934 +*.color10: #b8bb26 +*.color11: #fabd2f +*.color12: #83a598 +*.color13: #d3869b +*.color14: #8ec07c +*.color15: #ebdbb2 +*.background: #282828 +*.foreground: white +*.cursorColor: white |
