mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-24 16:11:54 -05:00
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
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:
parent
2297a3c1e7
commit
f48e2946cc
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue