mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
eww: Replace hard-coded color values with stylix ones
This commit is contained in:
parent
ce67ffbf73
commit
7bb8aa9674
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user