GTK icon folder color?

Hello,
I’m trying to use tela-circle-icon-theme with the dracula colorVariants how to do it?
same with papirus-icon-theme I can’t change the color of the folders

You probably need an overlay that overwrites the color variant.

In the following example I choose two color variants:

    environment.systemPackages = with pkgs; [
      # ...
      (tela-circle-icon-theme.override { colorVariants = [ "green" "ubuntu" ]; }')
      # ...
    ];
1 Like

wow, exactly what i was looking to do! thank you