diff --git a/home/apps/mpv.nix b/home/apps/mpv.nix index a881441..84717cf 100644 --- a/home/apps/mpv.nix +++ b/home/apps/mpv.nix @@ -33,7 +33,7 @@ with config.scheme; lib.concatStringsSep "," ( lib.mapAttrsToList (key: value: "${key}=${value}") { - foreground = config.scheme.withHashtag.${config.colors.accent}; + foreground = config.scheme.${config.colors.accent}; foreground_text = base01; background = base00; background_text = base05;