fix(tui): honor skin highlight colors (#20895)

This commit is contained in:
brooklyn!
2026-05-06 14:01:56 -07:00
committed by GitHub
parent da6019820a
commit f1a8e99942
5 changed files with 61 additions and 6 deletions

View File

@@ -42,6 +42,7 @@ All fields are optional. Missing values inherit from the ``default`` skin.
session_border: "#8B8682" # Session ID dim color
status_bar_bg: "#1a1a2e" # TUI status/usage bar background
voice_status_bg: "#1a1a2e" # TUI voice status background
selection_bg: "#333355" # TUI mouse-selection highlight background
completion_menu_bg: "#1a1a2e" # Completion menu background
completion_menu_current_bg: "#333355" # Active completion row background
completion_menu_meta_bg: "#1a1a2e" # Completion meta column background