From 2f94ff25869a36c12dd34c182679e13d62ddd277 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Feb 2024 19:41:14 -0600 Subject: [PATCH] wip --- selfdrive/ui/qt/sidebar.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/sidebar.cc b/selfdrive/ui/qt/sidebar.cc index 16b890c..55e9597 100644 --- a/selfdrive/ui/qt/sidebar.cc +++ b/selfdrive/ui/qt/sidebar.cc @@ -52,7 +52,7 @@ Sidebar::Sidebar(QWidget *parent) : QFrame(parent), onroad(false), flag_pressed( themeConfiguration = { {0, {"stock", {QColor(255, 255, 255)}}}, - {1, {"frog_theme", {QColor(23, 134, 68)}}}, + {1, {"frog_theme", {QColor(0, 72, 255)}}}, {2, {"tesla_theme", {QColor(0, 72, 255)}}}, {3, {"stalin_theme", {QColor(255, 0, 0)}}} };