diff options
author | eug-vs <eug-vs@keemail.me> | 2021-07-21 15:53:52 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-07-21 16:04:10 +0300 |
commit | cf3eefda31e98d4725a64000861a388ba7708c62 (patch) | |
tree | 7e0028cede47398c74056c92af30c515bc8f9579 /xorg/.Xresources | |
parent | 26d393eacb0468edeed62befe365c1ae0752a680 (diff) | |
download | dotfiles-feat/stow.tar.gz |
feat!: move to GNU Stow, remove wikifeat/stow
Diffstat (limited to 'xorg/.Xresources')
-rw-r--r-- | xorg/.Xresources | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/xorg/.Xresources b/xorg/.Xresources new file mode 100644 index 0000000..2a03da8 --- /dev/null +++ b/xorg/.Xresources @@ -0,0 +1,37 @@ +#define color_dark #111111 +#define color_light #bbbbbb +#define color_primary #d79921 + +!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: #1d2021 +*.font: fira code nerd font:pixelsize=12:antialias=true:autohint=true |