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/material | |
parent | 4d14ace3c5180ec0827408c1222cb35fe27cf484 (diff) | |
parent | f2ca88c01f88fe3234b196202cd86b19cd9b72bb (diff) |
Merge pull request #11 from sfarajli/dev
Dev
Diffstat (limited to 'config/x11/themes/material')
-rw-r--r-- | config/x11/themes/material | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/config/x11/themes/material b/config/x11/themes/material new file mode 100644 index 0000000..a159177 --- /dev/null +++ b/config/x11/themes/material @@ -0,0 +1,28 @@ +! Material Theme (default/dark variant) + +*color0: #263238 ! background dark blue-gray +*color1: #e06c75 ! red (error) +*color2: #98c379 ! green (success) +*color3: #e5c07b ! yellow (warning) +*color4: #61afef ! blue (info) +*color5: #c678dd ! magenta (purple) +*color6: #56b6c2 ! cyan +*color7: #abb2bf ! light gray (foreground) + +*color8: #5c6370 ! dark gray (bright black) +*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: #263238 +XTerm.vt100.foreground: #abb2bf + +Sxiv.background: #263238 +Sxiv.foreground: #abb2bf + +Nsxiv.window.background: #263238 +Nsxiv.window.foreground: #abb2bf |