diff options
author | Süleyman Fərəcli <suleyman@farajli.net> | 2025-06-20 17:22:54 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-20 17:22:54 +0400 |
commit | eb312b971b85c117e02799d72d6dfdcc15c478ed (patch) | |
tree | 210d516c35c370cb851c59c0b0d177128e109552 /config/x11/themes/light-nord | |
parent | 4d14ace3c5180ec0827408c1222cb35fe27cf484 (diff) | |
parent | f2ca88c01f88fe3234b196202cd86b19cd9b72bb (diff) |
Merge pull request #11 from sfarajli/dev
Dev
Diffstat (limited to 'config/x11/themes/light-nord')
-rw-r--r-- | config/x11/themes/light-nord | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/config/x11/themes/light-nord b/config/x11/themes/light-nord new file mode 100644 index 0000000..085b5d8 --- /dev/null +++ b/config/x11/themes/light-nord @@ -0,0 +1,28 @@ +! Light Nord Theme + +*color0: #d8dee9 ! nord4 - light background base +*color1: #bf616a ! nord11 - red +*color2: #a3be8c ! nord14 - green +*color3: #ebcb8b ! nord13 - yellow +*color4: #81a1c1 ! nord10 - blue +*color5: #b48ead ! nord15 - magenta +*color6: #88c0d0 ! nord8 - cyan +*color7: #434c5e ! nord1 - dark gray (text) +*color8: #e5e9f0 ! nord6 - bright background (lighter) +*color9: #bf616a ! nord11 - bright red +*color10: #a3be8c ! nord14 - bright green +*color11: #ebcb8b ! nord13 - bright yellow +*color12: #81a1c1 ! nord10 - bright blue +*color13: #b48ead ! nord15 - bright magenta +*color14: #8fbcbb ! nord7 - bright cyan +*color15: #2e3440 ! nord0 - dark text for contrast + +! Background and foreground for terminal and apps +XTerm.vt100.background: #d8dee9 ! light background +XTerm.vt100.foreground: #434c5e ! dark text + +Sxiv.background: #d8dee9 +Sxiv.foreground: #434c5e + +Nsxiv.window.background: #d8dee9 +Nsxiv.window.foreground: #434c5e |