From 2297a3c1e7e56750c798f64178f4a6a66a888d48 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 15 Aug 2024 22:56:04 -0400 Subject: [PATCH] zed: use base01 for sidebar --- homeManagerModules/apps/zed/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeManagerModules/apps/zed/default.nix b/homeManagerModules/apps/zed/default.nix index b2bfc405..b4fcbc46 100644 --- a/homeManagerModules/apps/zed/default.nix +++ b/homeManagerModules/apps/zed/default.nix @@ -23,7 +23,7 @@ in { appearance = config.stylix.polarity; name = "Stylix"; style = { - background = config.lib.stylix.colors.withHashtag.base00; + background = config.lib.stylix.colors.withHashtag.base01; border = config.lib.stylix.colors.withHashtag.base02; "border.disabled" = null; "border.focused" = null; @@ -58,7 +58,7 @@ in { "element.disabled" = null; "element.hover" = config.lib.stylix.colors.withHashtag.base02; "element.selected" = config.lib.stylix.colors.withHashtag.base02; - "elevated_surface.background" = config.lib.stylix.colors.withHashtag.base00; + "elevated_surface.background" = config.lib.stylix.colors.withHashtag.base01; error = config.lib.stylix.colors.withHashtag.base08; "error.background" = config.lib.stylix.colors.withHashtag.base00; "error.border" = config.lib.stylix.colors.withHashtag.base08; @@ -89,7 +89,7 @@ in { "modified.background" = config.lib.stylix.colors.withHashtag.base00; "modified.border" = config.lib.stylix.colors.withHashtag.base0D; "pane.focused_border" = null; - "panel.background" = config.lib.stylix.colors.withHashtag.base00; + "panel.background" = config.lib.stylix.colors.withHashtag.base01; "panel.focused_border" = config.lib.stylix.colors.withHashtag.base02; players = [ {