diff options
Diffstat (limited to 'env/.Xresources')
-rw-r--r-- | env/.Xresources | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/env/.Xresources b/env/.Xresources index 2a03da8..a07e5c4 100644 --- a/env/.Xresources +++ b/env/.Xresources @@ -1,7 +1,3 @@ -#define color_dark #111111 -#define color_light #bbbbbb -#define color_primary #d79921 - !Black + DarkGrey *color0: #282828 *color8: #928374 @@ -32,6 +28,6 @@ st.foreground: #ebdbb2 *.background: #1d2021 *.foreground: #ebdbb2 -*.selbackground: color_primary +*.selbackground: #ebdbb2 *.selforeground: #1d2021 *.font: fira code nerd font:pixelsize=12:antialias=true:autohint=true |