Darken menu border color
authorStephan Beyer <s-beyer@gmx.net>
Fri, 19 Jun 2020 20:38:34 +0000 (22:38 +0200)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Mon, 22 Jun 2020 06:54:57 +0000 (06:54 +0000)
The lightgray menu border color #ededed introduced in
commit f147e5a66f43657805542904b43e0b4e662ffe04 (by PR #2095)
is way too light for my display (and probably others).
Thus the menus have no clear border which looks odd and broken.

This commit simply darkens the menu border to #bdbdbd, which
coincides with the (current default) color of the menu separator.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
theme/Style/Style.qml

index 09e7bd991063f2210d05a5dd823622fc496ffb49..8909c6377de3e0f1b37143c4baf2908220d8b9b1 100644 (file)
@@ -8,7 +8,7 @@ QtObject {
     property color ncBlue:      "#0082c9"\r
     property color ncBlueHover: "#009dd9"\r
     property color lightHover:  "#f7f7f7"\r
-    property color menuBorder:  "#ededed"\r
+    property color menuBorder:  "#bdbdbd"\r
 \r
     // Fonts\r
     // We are using pixel size because this is cross platform comparable, point size isn't\r