all repos — nixfiles @ 5e05c197c14409acbc87b05a18aba1b690c36c2e

System and user configuration, managed by nix and home-manager

Fix light-themed CLI util display in X terminals

Alan Pearce
commit

5e05c197c14409acbc87b05a18aba1b690c36c2e

parent

143e5cd9c52c90deb0d3708ac2029fc91d87fd6e

1 file changed, 5 insertions(+), 5 deletions(-)

changed files
M user/xresources/base16-tomorrowuser/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