designsystemet icon indicating copy to clipboard operation
designsystemet copied to clipboard

add config overrides for `focus.*` and `linkVisited`

Open Barsnes opened this issue 2 months ago • 0 comments

These are the only colors now missing from overrides in our config.

linkVisited should be fine to add, and I think it should work like this:

"overrides": {
  "linkVisited": { "light": "HEX", "dark": "HEX" }
}

LinkVisited is done


Focus is a bit harder, since I think we need to change our tokens. focus.inner and focus.outer is currently only in the semantic layer, but if we want a theme to be able to override these, it needs to move to the primitive and theme layer as well.

Barsnes avatar Oct 28 '25 08:10 Barsnes