diff --git a/src/main.cpp b/src/main.cpp
index 1f3da59020fa7757cd426aefca87d48d6a22e0d7..f4a6fde4af474578ce65d9ff880e4de0531cfff7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -139,6 +139,8 @@ int main(int argc, char *argv[])
     auto pal = qApp->palette();
     pal.setColor(QPalette::Active, QPalette::Highlight, QColor(0, 160, 160)); // Teal color of highlight for Android
     pal.setColor(QPalette::Active, QPalette::Shadow, QColor(120, 120, 120)); // Dark gray for shadow
+    pal.setColor(QPalette::Active, QPalette::Button, QColor(240, 240, 240)); // Very light gray for button
+    pal.setColor(QPalette::Active, QPalette::AlternateBase, QColor(245, 255, 255)); // Very light teal for alternate base
     qApp->setPalette(pal);
 #elif defined (Q_OS_WIN)
     QSettings accent(QStringLiteral("HKEY_USERS\\.DEFAULT\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Accent"),