zed: color ghost_element.active
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-16 08:15:18 -04:00
parent f48e2946cc
commit 307608c129

View file

@ -62,7 +62,7 @@ in {
error = config.lib.stylix.colors.withHashtag.base08;
"error.background" = config.lib.stylix.colors.withHashtag.base00;
"error.border" = config.lib.stylix.colors.withHashtag.base08;
"ghost_element.active" = null;
"ghost_element.active" = config.lib.stylix.colors.withHashtag.base02;
"ghost_element.background" = null;
"ghost_element.disabled" = null;
"ghost_element.hover" = config.lib.stylix.colors.withHashtag.base01;