From a65237fc8abc89c06b9f06180d572c6dd5553e56 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 2 Jun 2022 11:31:57 +0100 Subject: For xterm --- xresources | 66 ++++++++++++++++++++++---------------------------------------- 1 file 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 C: copy-selection(CLIPBOARD) \n\ Ctrl Shift 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 + -- cgit v1.2.3