From 4608086dee176ee56d5ac8d554b261cae2b8db15 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 5 Feb 2022 00:10:16 +0800 Subject: Add colorscheme for all Xresources --- .Xresources.d/colorscheme | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .Xresources.d/colorscheme (limited to '.Xresources.d/colorscheme') diff --git a/.Xresources.d/colorscheme b/.Xresources.d/colorscheme new file mode 100644 index 0000000..2d70063 --- /dev/null +++ b/.Xresources.d/colorscheme @@ -0,0 +1,44 @@ +! +! Generated with : +! XRDB2Xreources.py +! +*.foreground: #dcdfe4 +*.background: #282c34 +*.cursorColor: #a3b3cc +! +! Black +*.color0: #282c34 +*.color8: #282c34 +! +! Red +*.color1: #e06c75 +*.color9: #e06c75 +! +! Green +*.color2: #98c379 +*.color10: #98c379 +! +! Yellow +*.color3: #e5c07b +*.color11: #e5c07b +! +! Blue +*.color4: #61afef +*.color12: #61afef +! +! Magenta +*.color5: #c678dd +*.color13: #c678dd +! +! Cyan +*.color6: #56b6c2 +*.color14: #56b6c2 +! +! White +*.color7: #dcdfe4 +*.color15: #dcdfe4 +! +! Bold, Italic, Underline +*.colorBD: #abb2bf +!*.colorIT: +!*.colorUL: -- cgit v1.2.3