diff options
author | eug-vs <eug-vs@keemail.me> | 2021-07-23 22:34:39 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-07-23 22:34:59 +0300 |
commit | 29a87cb642336e02470003a5201b091fdbe88346 (patch) | |
tree | e9d845163d542b138c20a98c80d9d446bd328bb5 /env | |
parent | e29c2ae94666914aa2bae2bcf48bfc28545d47b4 (diff) | |
download | dotfiles-29a87cb642336e02470003a5201b091fdbe88346.tar.gz |
feat!: replace yellow with foreground color
Diffstat (limited to 'env')
-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 |