diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-20 17:12:25 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-20 17:12:25 +0400 |
commit | bba94b7aec1d5267747aa6bd51fda0d9b9a5b633 (patch) | |
tree | ef022ddabc2aa45ea7b1a6afc69c4d80b955b688 /config/x11/themes/solarized-light | |
parent | 43ca830b6cfbffba757230b59ba18c978974a060 (diff) |
feat(x11): add multiple Xresources themes with symlink-based selection
Diffstat (limited to 'config/x11/themes/solarized-light')
-rw-r--r-- | config/x11/themes/solarized-light | 27 |
1 files changed, 27 insertions, 0 deletions
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 |