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 ++++++++++++++++++++++++++++++++++++++++++++ .Xresources.d/rxvt-unicode | 33 +++------------------------------ .Xresources.d/xterm | 4 ---- 3 files changed, 47 insertions(+), 34 deletions(-) create mode 100644 .Xresources.d/colorscheme (limited to '.Xresources.d') 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: diff --git a/.Xresources.d/rxvt-unicode b/.Xresources.d/rxvt-unicode index 941f653..6d3c26b 100644 --- a/.Xresources.d/rxvt-unicode +++ b/.Xresources.d/rxvt-unicode @@ -4,41 +4,14 @@ URxvt.termName: rxvt-unicode-256color URxvt.font:\ xft:DejaVu Sans Mono:size=12,\ - xft:WenQuanYi Micro Hei Mono:size=12 + xft:WenQuanYi Micro Hei Mono:style=Light:size=12 URxvt.boldfont:\ xft:DejaVu Sans Mono:size=12:style=Bold,\ - xft:WenQuanYi Micro Hei Mono:size=12:style=Bold + xft:WenQuanYi Micro Hei Mono:size=12:style=Regular + URxvt.lineSpace: 0 URxvt.letterSpace: -1 URxvt.geometry: 80x24 URxvt.scrollBar: false - -! Colors -URxvt*background: #000000 -URxvt*foreground: #B2B2B2 -! black -URxvt*color0: #000000 -URxvt*color8: #686868 -! red -URxvt*color1: #B21818 -URxvt*color9: #FF5454 -! green -URxvt*color2: #18B218 -URxvt*color10: #54FF54 -! yellow -URxvt*color3: #B26818 -URxvt*color11: #FFFF54 -! blue -URxvt*color4: #1818B2 -URxvt*color12: #5454FF -! purple -URxvt*color5: #B218B2 -URxvt*color13: #FF54FF -! cyan -URxvt*color6: #18B2B2 -URxvt*color14: #54FFFF -! white -URxvt*color7: #B2B2B2 -URxvt*color15: #FFFFFF diff --git a/.Xresources.d/xterm b/.Xresources.d/xterm index 283b529..3e128cb 100644 --- a/.Xresources.d/xterm +++ b/.Xresources.d/xterm @@ -6,10 +6,6 @@ XTerm.termName: xterm-256color XTerm.vt100.locale: false XTerm.vt100.utf8: true -! Color -XTerm.vt100.foreground: white -XTerm.vt100.background: black - XTerm.vt100.saveLines: 1024 ! Fonts -- cgit v1.2.3