diff options
author | listout <listout@protonmail.com> | 2022-09-01 16:16:50 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:49 +0530 |
commit | c1e6bf03d77db72dca3a7485e6ade04531ed2760 (patch) | |
tree | 4f129db83d4d07e6c2b790f81474f79ffb0b8098 /.Xresources | |
parent | abb510376e264ebb60adff29e3ec313e28453730 (diff) |
xresources: cleanup
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/.Xresources b/.Xresources index 1b1c225..851ae9b 100644 --- a/.Xresources +++ b/.Xresources @@ -1,25 +1,3 @@ -! vim: set filetype=xdefaults nomodeline: -! Substrata Theme <https://github.com/arzg/vim-substrata> - -*.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: 96 Xft.antialias: true @@ -29,49 +7,4 @@ Xft.hintstyle: hintslight Xft.autohint: false Xft.lcdfilter: lcddefault -! XTerm config -XTerm.visualBell: true -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: xft:TamzenForPowerline:pixelsize=16 -XTerm.vt100.boldFont: xft:TamzenForPowerline:bold:pixelsize=16 -XTerm.vt100.italicFont: xft:TamzenForPowerline:pixelsize=16 - -! URxvt config -URxvt.scrollBar: flase - -URxvt.font: xft:TamzenForPowerline:regular:pixelsize=20 -URxvt.italicFont: xft:TamzenForPowerline:regular:pixelsize=20 -URxvt.boldFont: xft:TamzenForPowerline:bold:pixelsize=20 -URxvt.boldItalicFont: xft:TamzenForPowerline:bold:pixelsize=20 - -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 -URxvt.keysym.Control-Down: \033[1;5B -URxvt.keysym.Control-Right: \033[1;5C -URxvt.keysym.Control-Left: \033[1;5D - -URxvt.iso14755: false - -URxvt.keysym.Control-Meta-c: builtin-string: -URxvt.keysym.Control-Meta-v: builtin-string: -URxvt.keysym.Shift-Control-V: eval:paste_clipboard -URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard - -URxvt.perl-lib: /usr/lib/urxvt/perl/ -URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select - -URxvt.urlLauncher: firefox -URxvt.underlineURLs: true -URxvt.urlButton: 1 - ! vim: set filetype=xdefaults nomodeline: |