mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-14 04:18:36 +00:00
Fixed gruvbox_dark
theme's focused text input style.
This commit is contained in:
parent
6a742b950e
commit
9cc1a08ab4
@ -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() {
|
||||
|
@ -51,8 +51,8 @@
|
||||
"palette": 109
|
||||
},
|
||||
"overlay_focused_border": {
|
||||
"hex": "#83a598",
|
||||
"palette": 109
|
||||
"hex": "#fb4934",
|
||||
"palette": 167
|
||||
},
|
||||
"overlay_focused_text": {
|
||||
"hex": "#fb4934",
|
||||
|
Loading…
x
Reference in New Issue
Block a user