From 38d2e4a6002346891b14c56698fce1f92bd6209d Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 8 Aug 2021 15:41:04 -0500 Subject: Switch from Termite to XTerm Switched from termite to xterm, so the termite config is no longer used --- .Xresources | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .Xresources (limited to '.Xresources') diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..6875eb2 --- /dev/null +++ b/.Xresources @@ -0,0 +1,58 @@ +! 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: Fantasque Sans Mono:size=12:antialias=true +XTerm.vt100.bellIsUrgent: true +XTerm.vt100.translations: #override \n\ + Ctrl Shift C: copy-selection(CLIPBOARD) \n\ + Ctrl Shift V: insert-selection(CLIPBOARD) + +! URxvt settings +URxvt.font: xft:Fantasque\\ Sans\\ Mono:pixelsize=13 +URxvt.scrollBar: false +URxvt*scrollTtyOutput: false +URxvt*scrollWithBuffer: true +URxvt*scrollTtyKeypress: true +URxvt*secondaryScreen: 1 +URxvt*secondaryScroll: 0 -- cgit v1.2.3