diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-28 17:09:41 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-28 17:09:41 +0300 |
commit | 649f8096892f732ad3d6fb9029787fa152dd768b (patch) | |
tree | 6397e636f64fe90e4df8f94ebec438d889473b8f | |
parent | 7af73b776221b31a84ddb4a10a8af54a794a542a (diff) | |
download | dotfiles-649f8096892f732ad3d6fb9029787fa152dd768b.tar.gz |
feat(dwm): move gruvbox theme to Xresources
-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 |