-
|
The current colors here don't always work as expected. For example, I have the theme Here are my configured colors in Noctalia. As you can see from the workspace buttons at the top (
This is the case with multiple dark themes I've tried. Is there a way to override the color selection in this case? Or perhaps we need to fix the selection logic generally? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, improving the
Either override already declared options with something like programs.noctalia-shell.colors.mOnPrimary = lib.mkForce base01;or disable the entire group and implement it yourself: stylix.targets.noctalia-shell.colors.enable = false;
programs.noctalia-shell.colors = /* declare all colors */;IMHO, the better option is to fix the |
Beta Was this translation helpful? Give feedback.

Yes, improving the
/modules/noctalia-shell/hm.nixtheme might be the best solution. Feel free to submit a PR.