X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=.Xresources;h=24a168bf32101c744cc2a6736f509d5e9c68f4d2;hp=08174432f583fec0bd28329fccbf854b724a7ff0;hb=280abf6fd7d3541bf0bed20c9335f640087de257;hpb=1e538d57480c7eba19393a8b365f662bf0a6dfb5 diff --git a/.Xresources b/.Xresources index 0817443..24a168b 100644 --- a/.Xresources +++ b/.Xresources @@ -1,60 +1,120 @@ +/* + * __ __ + * \ \/ /_ __ ___ ___ ___ _ _ _ __ ___ ___ ___ + * \ /| '__/ _ \/ __|/ _ \| | | | '__/ __/ _ \/ __| + * _ / \| | | __/\__ \ (_) | |_| | | | (_| __/\__ \ + * (_)_/\_\_| \___||___/\___/ \__,_|_| \___\___||___/ + * +*/ + +/* nord */ +#define nord0 #3B4252 +#define nord8 #4C566A +#define nord1 #BF616A +#define nord9 #BF616A +#define nord2 #A3BE8C +#define nord10 #A3BE8C +#define nord3 #EBCB8B +#define nord11 #EBCB8B +#define nord4 #81A1C1 +#define nord12 #81A1C1 +#define nord5 #B48EAD +#define nord13 #B48EAD +#define nord6 #88C0D0 +#define nord14 #8FBCBB +#define nord7 #E5E9F0 +#define nord15 #ECEFF4 +#define nordfg #D8DEE9 +#define nordbg #2E3440 + +/* gruvbox */ +#define gruv0 #282828 +#define gruv8 #928374 +#define gruv1 #CC241D +#define gruv9 #FB4934 +#define gruv2 #98971A +#define gruv10 #B8BB26 +#define gruv3 #D79921 +#define gruv11 #FABD2F +#define gruv4 #458588 +#define gruv12 #83A598 +#define gruv5 #B16286 +#define gruv13 #D3869B +#define gruv6 #689D6A +#define gruv14 #8EC07C +#define gruv7 #A89984 +#define gruv15 #EBDBB2 +#define gruvfg #EBDBB2 +#define gruvbg #282828 + +#define theme0 nord0 +#define theme8 nord8 +#define theme1 nord1 +#define theme9 nord9 +#define theme2 nord2 +#define theme10 nord10 +#define theme3 nord3 +#define theme11 nord11 +#define theme4 nord4 +#define theme12 nord12 +#define theme5 nord5 +#define theme13 nord13 +#define theme6 nord6 +#define theme14 nord14 +#define theme7 nord7 +#define theme15 nord15 +#define themefg nordfg +#define themebg nordbg +#define themehl nord11 + *.font: Source Code Pro:size=12 -#define nord0 #2E3440 -#define nord1 #3B4252 -#define nord2 #434C5E -#define nord3 #4C566A -#define nord4 #D8DEE9 -#define nord5 #E5E9F0 -#define nord6 #ECEFF4 -#define nord7 #8FBCBB -#define nord8 #88C0D0 -#define nord9 #81A1C1 -#define nord10 #5E81AC -#define nord11 #BF616A -#define nord12 #D08770 -#define nord13 #EBCB8B -#define nord14 #A3BE8C -#define nord15 #B48EAD - -*.foreground: nord4 -*.background: nord0 -*.cursorColor: nord4 -*.termname: st-256color +*.foreground: themefg +*.background: themebg +*.cursorColor: themefg +*.termname: st-256color +! black + darkgrey +*.color0: theme0 +*.color8: theme8 +! darkred + red +*.color1: theme1 +*.color9: theme9 +! darkgreen + green +*.color2: theme2 +*.color10: theme10 +! darkyellow + yellow +*.color3: theme3 +*.color11: theme11 +! darkblue + blue +*.color4: theme4 +*.color12: theme12 +! darkmagenta + magneta +*.color5: theme5 +*.color13: theme13 +! darkcyan + cyan +*.color6: theme6 +*.color14: theme14 +! lightgrey + white +*.color7: theme7 +*.color15: theme15 + +/* dwm */ *.borderpx: 5 -*.normbordercolor: nord0 -*.selbordercolor: nord6 - -*.normbgcolor: nord0 -*.selbgcolor: nord8 - -*.selfgcolor: nord0 - -*.color0: nord1 -*.color1: nord11 -*.color2: nord14 -*.color3: nord13 -*.color4: nord9 -*.color5: nord15 -*.color6: nord8 -*.color7: nord5 -*.color8: nord3 -*.color9: nord11 -*.color10: nord14 -*.color11: nord13 -*.color12: nord9 -*.color13: nord15 -*.color14: nord7 -*.color15: nord6 - -# dmenu -dmenu.selbackground: nord8 - -# herbe -herbe.background_color: nord0 -# herbe.font_pattern: Source Code Pro:size=10,Symbols Nerd Font:style=2048-em -herbe.font_pattern: Source Code Pro:size=10 +dwm.normbordercolor: themebg +dwm.selbordercolor: themefg +/* dwm's bar */ +dwm.normbgcolor: themebg +dwm.selbgcolor: themehl +dwm.selfgcolor: themebg + +/* dmenu */ +dmenu.selbackground: themehl + +/* herbe */ +herbe.background_color: themebg +herbe.font_pattern: Sauce Code Pro Nerd Font:size=10 +/* herbe.font_pattern: Symbols Nerd Font:style=2048-em */ herbe.width: 300 herbe.pos_x: 20 herbe.pos_y: 50