diff --git a/home/eww.nix b/home/eww.nix index 18c1ac0c..e78e1a87 100644 --- a/home/eww.nix +++ b/home/eww.nix @@ -3,6 +3,7 @@ let inherit (config.home) homeDirectory; inherit (config.xdg.userDirs) download documents music pictures videos; + inherit (config.lib.stylix.colors) base00 base05; inherit (pkgs) eww; fluent-icons = pkgs.callPackage ../packages/fluent-icons.nix { }; @@ -52,9 +53,9 @@ in .overlay { background: transparent; - color: #f8f8f2; + color: #${base05}; font-weight: bold; - text-shadow: 0 0 0.075em #272822; + text-shadow: 0 0 0.075em #${base00}; font-size: 32px; opacity: 0.1; }