mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
d0d867d80a
commit
7ed861fb9f
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue