aboutsummaryrefslogtreecommitdiff
path: root/xresources
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-06-02 11:31:57 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-06-02 11:31:57 +0100
commita65237fc8abc89c06b9f06180d572c6dd5553e56 (patch)
tree121532b5215fc050e4ea14d94d1a2328f1bf8dba /xresources
parentf4beec61de603d89378a78746d8de4c5124ba88d (diff)
downloaddotnvim-a65237fc8abc89c06b9f06180d572c6dd5553e56.tar.gz
dotnvim-a65237fc8abc89c06b9f06180d572c6dd5553e56.zip
For xterm
Diffstat (limited to 'xresources')
-rw-r--r--xresources66
1 files changed, 23 insertions, 43 deletions
diff --git a/xresources b/xresources
index 9c9acd9..3e3665c 100644
--- a/xresources
+++ b/xresources
@@ -17,46 +17,26 @@ XTerm.vt100.translations: #override \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
-! Generated with :
-! XRDB2Xreources.py
-!
-*.foreground: #e6d4a3
-*.background: #1e1e1e
-*.cursorColor: #bbbbbb
-!
-! Black
-*.color0: #161819
-*.color8: #7f7061
-!
-! Red
-*.color1: #f73028
-*.color9: #be0f17
-!
-! Green
-*.color2: #aab01e
-*.color10: #868715
-!
-! Yellow
-*.color3: #f7b125
-*.color11: #cc881a
-!
-! Blue
-*.color4: #719586
-*.color12: #377375
-!
-! Magenta
-*.color5: #c77089
-*.color13: #a04b73
-!
-! Cyan
-*.color6: #7db669
-*.color14: #578e57
-!
-! White
-*.color7: #faefbb
-*.color15: #e6d4a3
-!
-! Bold, Italic, Underline
-*.colorBD: #978771
-!*.colorIT:
-!*.colorUL:
+! 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
+