From add5885378c8c2ec5a4579aaef26d77da0d0d493 Mon Sep 17 00:00:00 2001 From: Dmugetsu Date: Wed, 26 Mar 2025 00:26:05 -0600 Subject: [PATCH] reverting all OLED theme changes --- src/qt_gui/main_window_themes.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/qt_gui/main_window_themes.cpp b/src/qt_gui/main_window_themes.cpp index 9d7892e61..624673cba 100644 --- a/src/qt_gui/main_window_themes.cpp +++ b/src/qt_gui/main_window_themes.cpp @@ -179,7 +179,7 @@ void WindowThemes::SetWindowTheme(Theme theme, QLineEdit* mw_searchbar) { themePalette.setColor(QPalette::ToolTipBase, Qt::black); themePalette.setColor(QPalette::ToolTipText, Qt::white); themePalette.setColor(QPalette::Text, Qt::white); - themePalette.setColor(QPalette::Button, Qt::black); + themePalette.setColor(QPalette::Button, QColor(5, 5, 5)); themePalette.setColor(QPalette::ButtonText, Qt::white); themePalette.setColor(QPalette::BrightText, Qt::red); themePalette.setColor(QPalette::Link, QColor(42, 130, 218)); @@ -187,8 +187,7 @@ void WindowThemes::SetWindowTheme(Theme theme, QLineEdit* mw_searchbar) { themePalette.setColor(QPalette::HighlightedText, Qt::black); qApp->setPalette(themePalette); qApp->setStyleSheet("QLineEdit {" - "background-color: QColor(0, 0, 0, 0); color: QColor(0, 0, 0, 0); " - "border: 1px solid #a0a0a0; " + "background-color: #000000; color: #ffffff; border: 1px solid #a0a0a0; " "border-radius: 4px; padding: 5px; }" "QCheckBox::indicator:unchecked {"