aboutsummaryrefslogtreecommitdiff
path: root/Xresources
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-06-04 13:33:39 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-06-04 13:33:39 +0100
commit736b7d36fc49c1c16dadc54210a286efb5d644f3 (patch)
tree405eddf6ec8a6b2bcfb96d09584ec587c74ce8db /Xresources
parent46b3fcde0407d8919f272e21403acf88c9f6edca (diff)
downloaddotnvim-736b7d36fc49c1c16dadc54210a286efb5d644f3.tar.gz
dotnvim-736b7d36fc49c1c16dadc54210a286efb5d644f3.zip
First step to move to only nvim
Diffstat (limited to 'Xresources')
-rw-r--r--Xresources45
1 files changed, 45 insertions, 0 deletions
diff --git a/Xresources b/Xresources
new file mode 100644
index 0000000..b3abe14
--- /dev/null
+++ b/Xresources
@@ -0,0 +1,45 @@
+! this may be different in ytour system
+Xcursor.theme:Adwaita
+
+! 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: 9
+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)
+
+! TokyoNight colors for Xresources
+
+*background: #24283b
+*foreground: #c0caf5
+
+*color0: #1D202F
+*color1: #f7768e
+*color2: #9ece6a
+*color3: #e0af68
+*color4: #7aa2f7
+*color5: #bb9af7
+*color6: #7dcfff
+*color7: #a9b1d6
+
+*color8: #414868
+*color9: #f7768e
+*color10: #9ece6a
+*color11: #e0af68
+*color12: #7aa2f7
+*color13: #bb9af7
+*color14: #7dcfff
+*color15: #c0caf5
+