treewide: add accentColor Option - #2404
Conversation
lwb-2021
commented
Jul 6, 2026
- I certify that I have the right to submit this contribution under the MIT license
- Commit messages adhere to Stylix commit conventions
- Theming changes adhere to the Stylix style guide
- Changes have been tested locally
- Changes have been tested in testbeds
- Each commit in this PR is suitable for backport
dcfc29c to
dde9228
Compare
trueNAHO
left a comment
There was a problem hiding this comment.
Combining the base16 scheme with an arbitrary subset of a semantic representation introduces subtle breaking changes, further ambiguates the style guide, and undesirably encourages bloating the base16 scheme with unrelated features. I am against this.
Full semantic support is pending in #892 and I will take care of this once I get to it.
|
How will it support accent color instead of just using blue as accent color or just replacing blue with accent color? |
Could you be more specific? I do not understand. Why do you only want accent colors? |
Now we use base0D as blue and accent color, and if we want to change accent color by changing base0D(for example to mavue) we may get mavue where we expect to get blue(for example, in nixos-icons). |