diff options
author | listout <listout@protonmail.com> | 2021-11-30 10:39:56 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-11-30 10:39:56 +0530 |
commit | d63a08746888f76f04c6eecad878d970fdab62f1 (patch) | |
tree | 4d1782080dfd2e37ffad7dd5d1755127f90bad0a /.Xresources | |
parent | 0440085b3602de7a68e366146c965473ed1b401c (diff) |
Changed default font and colorscheme
The default font now is Source Code Pro
The default colorscheme now is Tango
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 54 |
1 files changed, 35 insertions, 19 deletions
diff --git a/.Xresources b/.Xresources index 765b0d2..ea52e23 100644 --- a/.Xresources +++ b/.Xresources @@ -1,22 +1,39 @@ ! Colors -URxvt.background: #1c1c1c -URxvt.foreground: #b5b4c9 -*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 +*foreground: #eeeeec +*background: #000000 +*cursorColor: #8ae234 +*colorUL: #8ae234 +*underlineColor: #92659a +*color0: #2e3436 +*color8: #888A85 +*color1: #cc0000 +*color9: #ef2929 +*color2: #4e9a06 +*color10: #8ae234 +*color3: #edd400 +*color11: #fce94f +*color4: #3465a4 +*color12: #729fcf +*color5: #92659a +*color13: #c19fbe +*color6: #07c7ca +*color14: #63e9e9 +*color7: #d3d7cf +*color15: #eeeeec + +! XTerm config +XTerm.vt100.locale: false +XTerm.vt100.utf8: true +XTerm.vt100.metaSendsEscape: true +XTerm.vt100.backarrowKey: false +XTerm.ttyModes: erase ^? +XTerm.vt100.translations: #override \n\ + Ctrl <Key>M: maximize() \n\ + Ctrl <Key>R: restore() \n\ + Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\ + Ctrl Shift <Key>V: insert-selection(CLIPBOARD) +XTerm.vt100.faceName: Source Code Pro:semibold:size=10 +XTerm.vt100.boldFont: Source Code Pro:bold:size=10 ! URxvt config URxvt.scrollBar: flase @@ -24,7 +41,6 @@ URxvt.scrollBar: flase URxvt.font: xft:TamzenForPowerline:pixelsize=16 URxvt.boldFont: xft:TamzenForPowerline:bold - URxvt.keysym.Shift-Up: command:\033]720;1\007 URxvt.keysym.Shift-Down: command:\033]721;1\007 URxvt.keysym.Control-Up: \033[1;5A |