zed: scrollbar follows theme
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-17 18:22:35 -04:00
parent 1fbef53792
commit e74b92ef5a

View file

@ -107,7 +107,7 @@ in {
"scrollbar.thumb.border" = config.lib.stylix.colors.withHashtag.base02;
"scrollbar.thumb.hover_background" = config.lib.stylix.colors.withHashtag.base03;
"scrollbar.track.background" = config.lib.stylix.colors.withHashtag.base00;
"scrollbar.track.border" = null;
"scrollbar.track.border" = config.lib.stylix.colors.withHashtag.base00;
"scrollbar_thumb.background" = config.lib.stylix.colors.withHashtag.base02;
"search.match_background" = config.lib.stylix.colors.withHashtag.base02;
"status_bar.background" = config.lib.stylix.colors.withHashtag.base00;