The comp/ TUI screens hardcode a purple highlight (#874BFD/#7D56F4) for tab borders, window border, and frame fill, ignoring the theme picker (yellow/red/blue).
Drive the comp highlight from the resolved theme accent. Also rename the misleadingly-named styling.YellowColor/Yellow to ThemeColor/Theme and drop the dead YellowAdaptive* vars.
The
comp/TUI screens hardcode a purple highlight (#874BFD/#7D56F4) for tab borders, window border, and frame fill, ignoring the theme picker (yellow/red/blue).Drive the comp highlight from the resolved theme accent. Also rename the misleadingly-named
styling.YellowColor/YellowtoThemeColor/Themeand drop the deadYellowAdaptive*vars.