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/one-light | |
parent | 43ca830b6cfbffba757230b59ba18c978974a060 (diff) |
feat(x11): add multiple Xresources themes with symlink-based selection
Diffstat (limited to 'config/x11/themes/one-light')
-rw-r--r-- | config/x11/themes/one-light | 27 |
1 files changed, 27 insertions, 0 deletions
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 |