Skip to content

Commit b41b23e

Browse files
committed
Dark palette color tweaks
1 parent 1f3ee66 commit b41b23e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/QmlControls/QGCPalette.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ void QGCPalette::_buildMap()
5959
DECLARE_QGC_COLOR(button, "#ffffff", "#ffffff", "#707070", "#626270")
6060
DECLARE_QGC_COLOR(buttonBorder, "#9d9d9d", "#3A9BDC", "#707070", "#adadb8")
6161
DECLARE_QGC_COLOR(buttonText, "#9d9d9d", "#333333", "#A6A6A6", "#ffffff")
62-
DECLARE_QGC_COLOR(buttonHighlight, "#e4e4e4", "#3A9BDC", "#3a3a3a", "#fff291")
63-
DECLARE_QGC_COLOR(buttonHighlightText, "#2c2c2c", "#ffffff", "#2c2c2c", "#000000")
62+
DECLARE_QGC_COLOR(buttonHighlight, "#e4e4e4", "#3A9BDC", "#3a3a3a", "#3A9BDC")
63+
DECLARE_QGC_COLOR(buttonHighlightText, "#2c2c2c", "#ffffff", "#2c2c2c", "#ffffff")
6464
DECLARE_QGC_COLOR(primaryButton, "#585858", "#8cb3be", "#585858", "#8cb3be")
6565
DECLARE_QGC_COLOR(primaryButtonText, "#2c2c2c", "#333333", "#2c2c2c", "#000000")
6666
DECLARE_QGC_COLOR(textField, "#ffffff", "#ffffff", "#707070", "#ffffff")

0 commit comments

Comments
 (0)