diff options
| -rw-r--r-- | doric-xresources/.Xresources.d/Xresources.dark | 36 | ||||
| -rw-r--r-- | doric-xresources/.Xresources.d/Xresources.walnut | 36 | ||||
| -rw-r--r-- | ef-xresources/.Xresources.d/Xresources.orange | 44 |
3 files changed, 116 insertions, 0 deletions
diff --git a/doric-xresources/.Xresources.d/Xresources.dark b/doric-xresources/.Xresources.d/Xresources.dark new file mode 100644 index 0000000..692d2b1 --- /dev/null +++ b/doric-xresources/.Xresources.d/Xresources.dark @@ -0,0 +1,36 @@ +*.foreground: #ffffff +*.background: #000000 +*.cursorColor: #ccaaee + +*.color0: #332d38 +*.color8: #a2a0b2 + +*.color9: #eca28f +*.color10: #b9d0aa +*.color11: #c0b080 +*.color12: #9fbfe7 +*.color13: #e9acbf +*.color14: #a0c0d0 + +*.color1: #eca28f +*.color2: #b9d0aa +*.color3: b9d0aa +*.color4: #9fbfe7 +*.color5: #e9acbf +*.color6: #a0c0d0 + +dmenu.background: #000000 +dmenu.foreground: #ffffff +dmenu.selbackground: #50447f +dmenu.selforeground: #cfcff8 + +Nsxiv.window.background: #000000 +Nsxiv.window.foreground: #ffffff +Nsxiv.mark.foreground: #ffffff +Nsxiv.bar.background: #50447f +Nsxiv.bar.foreground: #cfcff8 + +dwm.background: #000000 +dwm.foreground: #ffffff +dwm.selbackground: #50447f +dwm.selforeground: #cfcff8 diff --git a/doric-xresources/.Xresources.d/Xresources.walnut b/doric-xresources/.Xresources.d/Xresources.walnut new file mode 100644 index 0000000..05b4107 --- /dev/null +++ b/doric-xresources/.Xresources.d/Xresources.walnut @@ -0,0 +1,36 @@ +*.foreground: #b9d3b0 +*.background: #153227 +*.cursorColor: #d3b18e + +*.color0: #303931 +*.color8: #9ba3a2 + +*.color9: #e8a27f +*.color10: #82cc7f +*.color11: #c4b980 +*.color12: #8fbae5 +*.color13: #e9acbf +*.color14: #a0c0d0 + +*.color1: #e8a27f +*.color2: #82cc7f +*.color3: #c4b980 +*.color4: #8fbae5 +*.color5: #e9acbf +*.color6: #a0c0d0 + +dmenu.background: #153227 +dmenu.foreground: #b9d3b0 +dmenu.selbackground: #0c512c +dmenu.selforeground: #63c789 + +Nsxiv.window.background: #153227 +Nsxiv.window.foreground: #b9d3b0 +Nsxiv.mark.foreground: #b9d3b0 +Nsxiv.bar.background: #0c512c +Nsxiv.bar.foreground: #63c789 + +dwm.background: #153227 +dwm.foreground: #b9d3b0 +dwm.selbackground: #0c512c +dwm.selforeground: #63c789 diff --git a/ef-xresources/.Xresources.d/Xresources.orange b/ef-xresources/.Xresources.d/Xresources.orange new file mode 100644 index 0000000..97f67ca --- /dev/null +++ b/ef-xresources/.Xresources.d/Xresources.orange @@ -0,0 +1,44 @@ +!!!!! Ef Orange Xresources theme +*.foreground: #6c4631 +*.background: #ffedc9 +URxvt.background: [93]#ffedc9 +*.cursorColor: #cf5f00 +! black +*.color0: #6c4631 +*.color8: #6f6a70 +! red +*.color1: #ba2d2f +*.color9: #c13f00 +! green +*.color2: #007a0a +*.color10: #5f7200 +! yellow +*.color3: #a05a22 +*.color11: #b05115 +! blue +*.color4: #375cc6 +*.color12: #5f50df +! magenta +*.color5: #ba3e54 +*.color13: #c32f80 +! cyan +*.color6: #467080 +*.color14: #3f6fa2 +! white +*.color7: #cfbe9b +*.color15: #efdbac + +dmenu.background: #ffedc9 +dmenu.foreground: #6c4631 +dmenu.selbackground: #ffc255 +dmenu.selforeground: #742f18 + +Nsxiv.window.background: #ffedc9 +Nsxiv.window.foreground: #6c4631 +Nsxiv.mark.foreground: #6c4631 +Nsxiv.bar.background: #ffc255 +Nsxiv.bar.foreground: #742f18 +dwm.background: #ffedc9 +dwm.foreground: #6c4631 +dwm.selbackground: #ffc255 +dwm.selforeground: #742f18 |
