diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-19 17:51:43 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-19 17:51:43 -0500 |
| commit | a04e65b812db507a74adc3efc2d630558240f55b (patch) | |
| tree | e8e23ddceeae60c8ee610b196547c95a4481ed67 /.config | |
| parent | aefdcfaad3e2c81208c872563649ebf11e027e6f (diff) | |
| download | eibhear-a04e65b812db507a74adc3efc2d630558240f55b.tar.gz eibhear-a04e65b812db507a74adc3efc2d630558240f55b.tar.zst eibhear-a04e65b812db507a74adc3efc2d630558240f55b.zip | |
xresources moved to conf
Diffstat (limited to '.config')
| -rw-r--r-- | .config/Xresources | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/Xresources b/.config/Xresources new file mode 100644 index 0000000..7d88a35 --- /dev/null +++ b/.config/Xresources @@ -0,0 +1,21 @@ +!! The default colors are "Gruvbox": +*.color0: #1d2021 +*.color1: #cc241d +*.color2: #98971a +*.color3: #d79921 +*.color4: #458588 +*.color5: #b16286 +*.color6: #689d6a +*.color7: #a89984 +*.color8: #928374 +*.color9: #fb4934 +*.color10: #b8bb26 +*.color11: #fabd2f +*.color12: #83a598 +*.color13: #d3869b +*.color14: #8ec07c +*.color15: #ebdbb2 +!! Transparency (0-255): +st.alpha: 230 +!! Set a default font and font size as below: +!! *.font: Monospace-14; |
