From 5e05c197c14409acbc87b05a18aba1b690c36c2e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 16 Dec 2020 12:51:21 +0100 Subject: Fix light-themed CLI util display in X terminals --- user/xresources/base16-tomorrow | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'user/xresources/base16-tomorrow') diff --git a/user/xresources/base16-tomorrow b/user/xresources/base16-tomorrow index d1d3867f..7170891f 100644 --- a/user/xresources/base16-tomorrow +++ b/user/xresources/base16-tomorrow @@ -18,13 +18,13 @@ #define base0E #8959a8 #define base0F #a3685a -*foreground: base05 +*foreground: base07 #ifdef background_opacity *background: [background_opacity]base00 #else *background: base00 #endif -*cursorColor: base05 +*cursorColor: base04 *color0: base06 *color1: base08 @@ -33,16 +33,16 @@ *color4: base0D *color5: base0E *color6: base0C -*color7: base05 +*color7: base04 -*color8: base00 +*color8: base05 *color9: base08 *color10: base0B *color11: base0A *color12: base0D *color13: base0E *color14: base0C -*color15: base07 +*color15: base02 ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt), ! use 'shell' template to set these if necessary -- cgit 1.4.1