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/one-light | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 config/x11/themes/one-light (limited to 'config/x11/themes/one-light') diff --git a/config/x11/themes/one-light b/config/x11/themes/one-light new file mode 100644 index 0000000..dea790d --- /dev/null +++ b/config/x11/themes/one-light @@ -0,0 +1,27 @@ +! One Light Theme (light) + +*color0: #fafafa ! background +*color1: #e45649 ! red +*color2: #50a14f ! green +*color3: #c18401 ! yellow +*color4: #0184bc ! blue +*color5: #a626a4 ! magenta +*color6: #0997b3 ! cyan +*color7: #383a42 ! dark gray (foreground) +*color8: #a0a1a7 ! light gray +*color9: #e45649 ! bright red +*color10: #50a14f ! bright green +*color11: #c18401 ! bright yellow +*color12: #0184bc ! bright blue +*color13: #a626a4 ! bright magenta +*color14: #0997b3 ! bright cyan +*color15: #fafafa ! white + +XTerm.vt100.background: #fafafa +XTerm.vt100.foreground: #383a42 + +Sxiv.background: #fafafa +Sxiv.foreground: #383a42 + +Nsxiv.window.background: #fafafa +Nsxiv.window.foreground: #383a42 -- cgit v1.2.3