diff options
| -rw-r--r-- | .Xresources | 38 | 
1 files changed, 32 insertions, 6 deletions
| diff --git a/.Xresources b/.Xresources index 499d3d9..d6e0126 100644 --- a/.Xresources +++ b/.Xresources @@ -1,11 +1,37 @@ -#define font dejavusansmono nerd font:size=10 -#define color_black #000000  #define color_dark #111111  #define color_light #bbbbbb  #define color_primary #d79921 -*.font: font -*.background: color_dark -*.foreground: color_light +!Black + DarkGrey +*color0:  #282828 +*color8:  #928374 +!DarkRed + Red +*color1:  #cc241d +*color9:  #fb4934 +!DarkGreen + Green +*color2:  #98971a +*color10: #b8bb26 +!DarkYellow + Yellow +*color3:  #d79921 +*color11: #fabd2f +!DarkBlue + Blue +*color4:  #458588 +*color12: #83a598 +!DarkMagenta + Magenta +*color5:  #b16286 +*color13: #d3869b +!DarkCyan + Cyan +*color6:  #689d6a +*color14: #8ec07c +!LightGrey + White +*color7:  #a89984 +*color15: #ebdbb2 + +st.background: #282828 +st.foreground: #ebdbb2 + +*.background: #1d2021 +*.foreground: #ebdbb2  *.selbackground: color_primary -*.selforeground: color_dark +*.selforeground: #1d2021 +*.font: fira code nerd font:bold:pixelsize=12:antialias=true:autohint=true | 
