diff options
author | listout <listout@protonmail.com> | 2022-08-25 01:20:09 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:45 +0530 |
commit | bd05a1b1f0308a540e2a02d6de12df47b058942a (patch) | |
tree | f3256e14000ee095425f9348dbb283f11724242f /.Xresources | |
parent | 8e7a130439c2b0a1612967c80d299a9d9dc3376a (diff) |
xresources: color scheme
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 55 |
1 files changed, 26 insertions, 29 deletions
diff --git a/.Xresources b/.Xresources index ea2e3ba..1b1c225 100644 --- a/.Xresources +++ b/.Xresources @@ -1,36 +1,33 @@ -! Colors -! TokyoNight (storm) colors for Xresources - -*background: #24283b -*foreground: #c0caf5 - -*color0: #1D202F -*color1: #f7768e -*color2: #9ece6a -*color3: #e0af68 -*color4: #7aa2f7 -*color5: #bb9af7 -*color6: #7dcfff -*color7: #a9b1d6 +! vim: set filetype=xdefaults nomodeline: +! Substrata Theme <https://github.com/arzg/vim-substrata> -*color8: #414868 -*color9: #f7768e -*color10: #9ece6a -*color11: #e0af68 -*color12: #7aa2f7 -*color13: #bb9af7 -*color14: #7dcfff -*color15: #c0caf5 +*.foreground: #b5b4c9 +*.background: #1c1c1c +*.color0: #2e313d +*.color8: #5b5f71 +*.color1: #cf8164 +*.color9: #fe9f7c +*.color2: #76a065 +*.color10: #92c47e +*.color3: #ab924c +*.color11: #d2b45f +*.color4: #8296b0 +*.color12: #a0b9d8 +*.color5: #a18daf +*.color13: #c6aed7 +*.color6: #659ea2 +*.color14: #7dc2c7 +*.color7: #b5b4c9 +*.color15: #f0ecfe Xcursor.size: 16 -Xft.dpi: 100 -! These might also be useful depending on your monitor and personal preference: -Xft.autohint: 0 +Xft.dpi: 96 +Xft.antialias: true +Xft.rgba: rgb +Xft.hinting: true +Xft.hintstyle: hintslight +Xft.autohint: false Xft.lcdfilter: lcddefault -Xft.hintstyle: hintfull -Xft.hinting: 1 -Xft.antialias: 1 -Xft.rgba: rgb ! XTerm config XTerm.visualBell: true |