diff options
author | listout <listout@protonmail.com> | 2022-03-31 11:11:51 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-03-31 11:11:51 +0530 |
commit | bc5c7263cabde801ba72c64a0168aa07c22bfb87 (patch) | |
tree | 66368d9bb6d09701d902378c63cfab40f495b90b /.Xresources | |
parent | 4aaf1cbc8f67273220a19a87defe4b7c150f7325 (diff) |
Xresources: color scheme to substrata
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 44 |
1 files changed, 21 insertions, 23 deletions
diff --git a/.Xresources b/.Xresources index 4607b1c..07f3666 100644 --- a/.Xresources +++ b/.Xresources @@ -1,24 +1,22 @@ ! Colors -*background: #1a1b26 -*foreground: #c0caf5 - -*color0: #15161E -*color1: #f7768e -*color2: #9ece6a -*color3: #e0af68 -*color4: #7aa2f7 -*color5: #bb9af7 -*color6: #7dcfff -*color7: #a9b1d6 - -*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 ! XTerm config XTerm.vt100.locale: false @@ -31,9 +29,9 @@ XTerm.vt100.translations: #override \n\ Ctrl <Key>R: restore() \n\ Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\ Ctrl Shift <Key>V: insert-selection(CLIPBOARD) -XTerm.vt100.faceName: UW Ttyp0:pixelsize=16 -XTerm.vt100.boldFont: UW Ttyp0:bold:pixelsize=16 -XTerm.vt100.italicFont: UW Ttyp0:pixelsize=16 +XTerm.vt100.faceName: Dina:pixelsize=13 +XTerm.vt100.boldFont: Dina:bold:pixelsize=13 +XTerm.vt100.italicFont: Dina:pixelsize=13 ! URxvt config URxvt.scrollBar: flase |