mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
Remove borderFocused, separator, selection, selectionBackground, disabled, statusBarForeground, statusBarHighlight from Palette protocol and all consumers. Views now use palette essentials directly (e.g. palette.accent instead of palette.borderFocused, palette.foregroundTertiary instead of palette.disabled). Update tests and DocC articles accordingly.