Fixed gruvbox_dark theme's focused text input style.

This commit is contained in:
casey langen 2019-03-17 15:38:25 -07:00
parent 6a742b950e
commit 9cc1a08ab4
2 changed files with 3 additions and 6 deletions

View File

@ -62,13 +62,10 @@ InputOverlay::InputOverlay() {
this->textInput.reset(new TextInput());
this->textInput->SetFocusOrder(0);
this->textInput->SetFrameColor(Color::OverlayFrame);
this->textInput->SetContentColor(Color::OverlayContent);
this->textInput->SetFocusedFrameColor(Color::OverlayTextInputFrame);
this->textInput->SetFocusedContentColor(Color::OverlayContent);
this->textInput->EnterPressed.connect(this, &InputOverlay::OnInputEnterPressed);
this->textInput->TextChanged.connect(this, &InputOverlay::OnInputKeyPress);
this->AddWindow(this->textInput);
style(*this->textInput);
}
InputOverlay::~InputOverlay() {

View File

@ -51,8 +51,8 @@
"palette": 109
},
"overlay_focused_border": {
"hex": "#83a598",
"palette": 109
"hex": "#fb4934",
"palette": 167
},
"overlay_focused_text": {
"hex": "#fb4934",