Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-06-15 20:06:59 +0300
committerCamila <smayres@gmail.com>2020-06-16 19:52:20 +0300
commitf147e5a66f43657805542904b43e0b4e662ffe04 (patch)
treebbd1e20cf62ffec09791b57bee9f2ab16acd8d6e /theme
parent2096e8295d9310bb08666b8f48fa16f19b532926 (diff)
Don't use a bright blue color for menus
As advised, use a light gray instead, this electric blue was a bit too much. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to 'theme')
-rw-r--r--theme/Style/Style.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/Style/Style.qml b/theme/Style/Style.qml
index 7f6774214..09e7bd991 100644
--- a/theme/Style/Style.qml
+++ b/theme/Style/Style.qml
@@ -8,6 +8,7 @@ QtObject {
property color ncBlue: "#0082c9"
property color ncBlueHover: "#009dd9"
property color lightHover: "#f7f7f7"
+ property color menuBorder: "#ededed"
// Fonts
// We are using pixel size because this is cross platform comparable, point size isn't