diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-10 13:22:23 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-10 13:22:23 +0400 |
commit | 116925d1c5d74a02cad52468d5ef4f3029c34394 (patch) | |
tree | 6243d966eca05b300916e8c275d5c146fd08cf08 /config/x11/Xresources | |
parent | fc82948672087405858d95d57b448c405371df8b (diff) |
xorg configuration updated
Diffstat (limited to 'config/x11/Xresources')
-rw-r--r-- | config/x11/Xresources | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/config/x11/Xresources b/config/x11/Xresources new file mode 100644 index 0000000..b4f3398 --- /dev/null +++ b/config/x11/Xresources @@ -0,0 +1,34 @@ +! Black + DarkGrey +*color0: #000000 +*color8: #555753 +! DarkRed + Red +*color1: #ff6565 +*color9: #ff8d8d +! DarkGreen + Green +*color2: #93d44f +*color10: #c8e7a8 +! DarkYellow + Yellow +*color3: #eab93d +*color11: #ffc123 +! DarkBlue + Blue +*color4: #204a87 +*color12: #3465a4 +! DarkMagenta + Magenta +*color5: #ce5c00 +*color13: #f57900 +!DarkCyan + Cyan (both not tango) +*color6: #89b6e2 +*color14: #46a4ff +! LightGrey + White +*color7: #cccccc +*color15: #ffffff + +XTerm.vt100.background: black +XTerm.vt100.foreground: grey +XTerm.vt100.foreground: grey + +Sxiv.background: #282828 +Sxiv.foreground: #ebdbb2 + +Nsxiv.window.foreground: #282828 +Nsxiv.window.background: #ebdbb2 |