feat: add unfocused tab colors
Some checks are pending
Release tarball / release_tarball (push) Waiting to run

This commit is contained in:
CJ van den Berg 2026-01-20 12:18:23 +01:00
parent 870b0340c6
commit c6c7f18cfb
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 40 additions and 0 deletions

View file

@ -36,6 +36,8 @@ input_option_hover: Style,
tab_active: Style,
tab_inactive: Style,
tab_selected: Style,
tab_unfocused_active: Style,
tab_unfocused_inactive: Style,
tokens: Tokens,