diff --git a/modules/nixos/graphical/polybar.nix b/modules/nixos/graphical/polybar.nix index 7981428..9a1f73e 100644 --- a/modules/nixos/graphical/polybar.nix +++ b/modules/nixos/graphical/polybar.nix @@ -141,7 +141,7 @@ format-volume = " "; # format-volume-background = colors.background; # label-volume-background = colors.background; - format-volume-foreground = config.theme.colors.base0B; + format-volume-foreground = config.theme.colors.base04; label-volume = "%percentage%%"; label-muted = "󰝟 ---"; label-muted-foreground = config.theme.colors.base03; @@ -197,7 +197,7 @@ date = "%d %b %l:%M %p"; date-alt = "%Y-%m-%d %H:%M:%S"; label = "%date%"; - label-foreground = config.theme.colors.base0A; + label-foreground = config.theme.colors.base06; # format-background = colors.background; }; "module/keyboard" = {