zed: improve terminal contrast in light themes
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-15 23:14:35 -04:00
parent 2297a3c1e7
commit f48e2946cc

View file

@ -297,7 +297,7 @@ in {
"terminal.background" = config.lib.stylix.colors.withHashtag.base00; "terminal.background" = config.lib.stylix.colors.withHashtag.base00;
"terminal.bright_foreground" = null; "terminal.bright_foreground" = null;
"terminal.dim_foreground" = null; "terminal.dim_foreground" = null;
"terminal.foreground" = null; "terminal.foreground" = config.lib.stylix.colors.withHashtag.base05;
text = config.lib.stylix.colors.withHashtag.base05; text = config.lib.stylix.colors.withHashtag.base05;
"text.accent" = config.lib.stylix.colors.withHashtag.base0C; "text.accent" = config.lib.stylix.colors.withHashtag.base0C;
"text.disabled" = config.lib.stylix.colors.withHashtag.base02; "text.disabled" = config.lib.stylix.colors.withHashtag.base02;