diff options
Diffstat (limited to '.config/X11')
-rw-r--r-- | .config/X11/base | 9 | ||||
-rw-r--r-- | .config/X11/dark (renamed from .config/X11/Xresources) | 10 | ||||
-rw-r--r-- | .config/X11/light | 20 |
3 files changed, 29 insertions, 10 deletions
diff --git a/.config/X11/base b/.config/X11/base new file mode 100644 index 0000000..b2a81c9 --- /dev/null +++ b/.config/X11/base @@ -0,0 +1,9 @@ +*.font: JetBrainsMono Nerd Font:style=Medium,Regular:size=9 + +*.termname: st-256color +*.shell: /bin/sh + +*.tabspaces: 4 +*.borderpx: 16 + +Xcursor.theme: OpenZone_Black diff --git a/.config/X11/Xresources b/.config/X11/dark index ed78ad5..b4083bd 100644 --- a/.config/X11/Xresources +++ b/.config/X11/dark @@ -18,13 +18,3 @@ *.foreground: #fdf9f7 *.background: #121213 *.cursorColor: #fdf9f7 - -*.font: JetBrainsMono Nerd Font:style=Medium,Regular:size=9 - -*.termname: st-256color -*.shell: /bin/sh - -*.tabspaces: 4 -*.borderpx: 16 - -Xcursor.theme: OpenZone_Black diff --git a/.config/X11/light b/.config/X11/light new file mode 100644 index 0000000..1f9c2ae --- /dev/null +++ b/.config/X11/light @@ -0,0 +1,20 @@ +*.color0: #fdf9f7 +*.color1: #8c627a +*.color2: #628c6e +*.color3: #8c8b62 +*.color4: #626b8c +*.color5: #6e628c +*.color6: #62808c +*.color7: #121213 +*.color8: #ccbeb7 +*.color9: #725063 +*.color10: #50725a +*.color11: #727250 +*.color12: #505872 +*.color13: #5a5072 +*.color14: #506872 +*.color15: #393b3b + +*.foreground: #121213 +*.background: #fdf9f7 +*.cursorColor: #121213 |