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-dark | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 config/x11/themes/one-dark (limited to 'config/x11/themes/one-dark') diff --git a/config/x11/themes/one-dark b/config/x11/themes/one-dark new file mode 100644 index 0000000..99e2564 --- /dev/null +++ b/config/x11/themes/one-dark @@ -0,0 +1,27 @@ +! One Dark Theme (dark) + +*color0: #282c34 ! background +*color1: #e06c75 ! red +*color2: #98c379 ! green +*color3: #e5c07b ! yellow +*color4: #61afef ! blue +*color5: #c678dd ! magenta +*color6: #56b6c2 ! cyan +*color7: #abb2bf ! light gray (foreground) +*color8: #5c6370 ! dark gray +*color9: #e06c75 ! bright red +*color10: #98c379 ! bright green +*color11: #e5c07b ! bright yellow +*color12: #61afef ! bright blue +*color13: #c678dd ! bright magenta +*color14: #56b6c2 ! bright cyan +*color15: #ffffff ! white + +XTerm.vt100.background: #282c34 +XTerm.vt100.foreground: #abb2bf + +Sxiv.background: #282c34 +Sxiv.foreground: #abb2bf + +Nsxiv.window.background: #282c34 +Nsxiv.window.foreground: #abb2bf -- cgit v1.2.3