Fix light-themed CLI util display in X terminals
1 file changed, 5 insertions(+), 5 deletions(-)
changed files
M user/xresources/base16-tomorrow → user/xresources/base16-tomorrow
@@ -18,13 +18,13 @@ #define base0D #4271ae #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 @@ *color3: base0A *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