diff options
Diffstat (limited to 'xorg')
| -rw-r--r-- | xorg/.xinitrc | 2 | ||||
| -rw-r--r-- | xorg/Xresources.elea-dark | 44 | ||||
| -rw-r--r-- | xorg/Xresources.maris-light | 44 |
3 files changed, 89 insertions, 1 deletions
diff --git a/xorg/.xinitrc b/xorg/.xinitrc index 5d09cc5..b5479be 100644 --- a/xorg/.xinitrc +++ b/xorg/.xinitrc @@ -63,5 +63,5 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi if [ -n "$failsafe" ]; then - exec fvwm + exec fvwm3 fi diff --git a/xorg/Xresources.elea-dark b/xorg/Xresources.elea-dark new file mode 100644 index 0000000..4e37ea8 --- /dev/null +++ b/xorg/Xresources.elea-dark @@ -0,0 +1,44 @@ +! Ef Arbutus Xresources theme +*.foreground: #eaf2ef +*.background: #222524 +URxvt.background: [90]#222524 +*.cursorColor: #eaf2ef +! black +*.color0: #222524 +*.color8: #969faf +! red +*.color1: #ff656a +*.color9: #ff656a +! green +*.color2: #7fc87f +*.color10: #7fc87f +! yellow +*.color3: #cac85f +*.color11: #cac85f +! blue +*.color4: #57aff6 +*.color12: #57aff6 +! magenta +*.color5: #f59acf +*.color13: #f59acf +! cyan +*.color6: #6fcfd2 +*.color14: #6fcfd2 +! white +*.color7: #eaf2ef +*.color15: #eaf2ef + +st.font: Iosevka Comfy-16 + +dmenu.background: #222524 +dmenu.foreground: #eaf2ef +dmenu.selbackground: #35605d +dmenu.selforeground: #eaf2ef +dmenu.font: Iosevka Comfy-16 + +Nsxiv.window.background: #222524 +Nsxiv.window.foreground: #eaf2ef +Nsxiv.mark.foreground: #eaf2ef +Nsxiv.bar.background: #35605d +Nsxiv.bar.foreground: #eaf2ef +Nsxiv.bar.font: IosevkaComfy-16
\ No newline at end of file diff --git a/xorg/Xresources.maris-light b/xorg/Xresources.maris-light new file mode 100644 index 0000000..08ca908 --- /dev/null +++ b/xorg/Xresources.maris-light @@ -0,0 +1,44 @@ +! Ef Elea Light Xresources theme +*.foreground: #151a27 +*.background: #edf4f8 +URxvt.background: [90]#edf4f8 +*.cursorColor: #151a27 +! black +*.color0: #131c2b +*.color8: #afb8c3 +! red +*.color1: #c3303a +*.color9: #c3303a +! green +*.color2: #007010 +*.color10: #007010 +! yellow +*.color3: #805a1f +*.color11: #805a1f +! blue +*.color4: #375cc6 +*.color12: #375cc6 +! magenta +*.color5: #80308f +*.color13: #80308f +! cyan +*.color6: #1f66af +*.color14: #1f66af +! white +*.color7: #edf4f8 +*.color15: #edf4f8 + +st.font: Iosevka Comfy-16 + +dmenu.background: #edf4f8 +dmenu.foreground: #151a27 +dmenu.selbackground: #2f527b +dmenu.selforeground: #151a27 +dmenu.font: Iosevka Comfy-16 + +Nsxiv.window.background: #edf4f8 +Nsxiv.window.foreground: #151a27 +Nsxiv.mark.foreground: #151a27 +Nsxiv.bar.background: #2f527b +Nsxiv.bar.foreground: #151a27 +Nsxiv.bar.font: IosevkaComfy-16 |
