aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-01-12 09:47:24 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:30 +0100
commit75130e7f528279780dc955a74fe872931a8db66c (patch)
tree19c8b07ccffc7cc46360b13b57636d951951ad92
parent1b07bfae5dcc8f5f0fde4b993a91628f9c7e283c (diff)
downloaddotnvim-75130e7f528279780dc955a74fe872931a8db66c.tar.gz
dotnvim-75130e7f528279780dc955a74fe872931a8db66c.zip
Xterm config
-rw-r--r--xresources39
-rw-r--r--xterm.md8
2 files changed, 47 insertions, 0 deletions
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 <Key>N: scroll-back(1, halfpage) \n\
+ Ctrl Shift <Key>T: scroll-forw(1, halfpage) \n\
+ Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
+ Ctrl Shift <Key>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
+
diff --git a/xterm.md b/xterm.md
new file mode 100644
index 0000000..f28fb68
--- /dev/null
+++ b/xterm.md
@@ -0,0 +1,8 @@
+Copy (or merge) `xresources` to `~/.Xresources`.
+
+Then load the config:
+
+ xrdb .Xresources
+
+And that should give you a usable xterm.
+