diff options
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/.Xresources b/.Xresources deleted file mode 100644 index c96675b..0000000 --- a/.Xresources +++ /dev/null @@ -1,66 +0,0 @@ -! special -*.foreground: #fffbff -*.background: #040404 -*.cursorColor: #fffbff - -! black -*.color0: #040404 -*.color8: #61507a - -! red -*.color1: #b53b50 -*.color9: #b53b50 - -! green -*.color2: #06ea61 -*.color10: #06ea61 - -! yellow -*.color3: #dae84d -*.color11: #dae84d - -! blue -*.color4: #03aeff -*.color12: #03aeff - -! magenta -*.color5: #ea5ce2 -*.color13: #ea5ce2 - -! cyan -*.color6: #7cede9 -*.color14: #7cede9 - -! white -*.color7: #dfdbdf -*.color15: #fffbff - -! Xterm Settings -XTerm.termName: xterm-256color -XTerm.vt100.locale: false -XTerm.vt100.utf8: true -XTerm.vt100.metaSendsEscape: true -XTerm.vt100.saveLines: 4096 -XTerm.vt100.scrollBar: false -XTerm.vt100.faceName: SourceCodePro-Regular:size=10:antialias=true -XTerm.vt100.bellIsUrgent: true -XTerm.vt100.backarrowkey: false -XTerm.ttyModes: erase ^? -XTerm.vt100.translations: #override \n\ - Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\ - Ctrl Shift <Key>V: insert-selection(CLIPBOARD) - -! URxvt graphics -URxvt.font: xft:Fantasque\\ Sans\\ Mono:pixelsize=15 -URxvt.scrollBar: false -URxvt*scrollTtyOutput: false -URxvt*scrollWithBuffer: true -URxvt*scrollTtyKeypress: true -URxvt*secondaryScreen: 1 -URxvt*secondaryScroll: 0 -URxvt.perl-ext-common: default,url-select,keyboard-select,bell-command -URxvt.copyCommand: xclip -i -selection clipboard -URxvt.pasteCommand: xclip -o -selection clipboard -URxvt.url-select-launcher: /usr/bin/xdg-open -URxvt.url-select.underline: true -URxvt.bell-command: canberry-gtk-play -i bell |