From 75130e7f528279780dc955a74fe872931a8db66c Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 12 Jan 2021 09:47:24 +0000 Subject: Xterm config --- xresources | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 xresources (limited to 'xresources') diff --git a/xresources b/xresources new file mode 100644 index 0000000..45faa1b --- /dev/null +++ b/xresources @@ -0,0 +1,39 @@ +! Sensible defaults +XTerm.vt100.locale: false +XTerm.vt100.utf8: true +XTerm.vt100.scrollTtyOutput: false +XTerm.vt100.scrollKey: true +XTerm.vt100.bellIsUrgent: true +XTerm.vt100.metaSendsEscape: true +! Styling +XTerm.vt100.faceName: JetBrains Mono +XTerm.vt100.boldMode: true +XTerm.vt100.faceSize: 11 +XTerm.vt100.internalBorder: 0 +XTerm.borderWidth: 0 +XTerm.vt100.translations: #override \n\ + Ctrl Shift N: scroll-back(1, halfpage) \n\ + Ctrl Shift T: scroll-forw(1, halfpage) \n\ + Ctrl Shift C: copy-selection(CLIPBOARD) \n\ + Ctrl Shift V: insert-selection(CLIPBOARD) +!Theme Nine +xterm*background: rgb:1a/1a/1a +xterm*foreground: rgb:d6/d6/d6 +xterm*color0: rgb:00/00/00 +xterm*color1: rgb:9e/18/28 +xterm*color2: rgb:00/88/00 +xterm*color3: rgb:96/8a/38 +xterm*color4: rgb:41/41/71 +xterm*color5: rgb:96/3c/59 +xterm*color6: rgb:41/81/79 +xterm*color7: rgb:be/be/be +xterm*color8: rgb:66/66/66 +xterm*color9: rgb:cf/61/71 +xterm*color10: rgb:7c/bc/8c +xterm*color11: rgb:ff/f7/96 +xterm*color12: rgb:41/86/be +xterm*color13: rgb:cf/9e/be +xterm*color14: rgb:71/be/be +xterm*color15: rgb:ff/ff/ff +xterm*cursorColor: #d6d6d6 + -- cgit v1.2.3