Remove unused color_scheme field in the theme

This commit is contained in:
Nate Butler 2023-07-04 00:40:01 -04:00
parent 0b4c5db5e2
commit 5a1476a1e5
2 changed files with 1 additions and 17 deletions

View file

@ -65,7 +65,6 @@ pub struct Theme {
pub assistant: AssistantStyle,
pub feedback: FeedbackStyle,
pub welcome: WelcomeStyle,
pub color_scheme: ColorScheme,
pub titlebar: Titlebar,
}