From 7ed861fb9fe92c3ce290c5deef51e912565dc282 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 18 Dec 2020 12:42:08 -0800 Subject: mobile/UI: better dive list color for dark theme While the text name is 'light primary color' it really has to be a dark blueish color to fit with the theme. Signed-off-by: Dirk Hohndel --- mobile-widgets/themeinterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/themeinterface.cpp b/mobile-widgets/themeinterface.cpp index 28de58828..87fcd3d88 100644 --- a/mobile-widgets/themeinterface.cpp +++ b/mobile-widgets/themeinterface.cpp @@ -37,7 +37,7 @@ static const QColor DARK_DARKER_PRIMARY_COLOR = "#303F9f"; static const QColor DARK_DARKER_PRIMARY_TEXT_COLOR = "#ECECEC"; static const QColor DARK_DRAWER_COLOR = "#424242"; static const QColor DARK_LIGHT_DRAWER_COLOR = "#FFFFFF"; -static const QColor DARK_LIGHT_PRIMARY_COLOR = "#C5CAE9"; +static const QColor DARK_LIGHT_PRIMARY_COLOR = "#303050"; static const QColor DARK_LIGHT_PRIMARY_TEXT_COLOR = "#ECECEC"; static const QColor DARK_PRIMARY_COLOR = "#3F51B5"; static const QColor DARK_PRIMARY_TEXT_COLOR = "#ECECEC"; -- cgit v1.2.3-70-g09d2