From bba94b7aec1d5267747aa6bd51fda0d9b9a5b633 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Fri, 20 Jun 2025 17:12:25 +0400 Subject: feat(x11): add multiple Xresources themes with symlink-based selection --- config/x11/themes/solarized-light | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 config/x11/themes/solarized-light (limited to 'config/x11/themes/solarized-light') diff --git a/config/x11/themes/solarized-light b/config/x11/themes/solarized-light new file mode 100644 index 0000000..8a89223 --- /dev/null +++ b/config/x11/themes/solarized-light @@ -0,0 +1,27 @@ +! Solarized Light + +*color0: #eee8d5 +*color1: #dc322f +*color2: #859900 +*color3: #b58900 +*color4: #268bd2 +*color5: #d33682 +*color6: #2aa198 +*color7: #073642 +*color8: #fdf6e3 +*color9: #cb4b16 +*color10: #586e75 +*color11: #657b83 +*color12: #839496 +*color13: #6c71c4 +*color14: #93a1a1 +*color15: #002b36 + +XTerm.vt100.background: #fdf6e3 +XTerm.vt100.foreground: #586e75 + +Sxiv.background: #fdf6e3 +Sxiv.foreground: #586e75 + +Nsxiv.window.background: #fdf6e3 +Nsxiv.window.foreground: #586e75 -- cgit v1.2.3