aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2018-04-27 15:06:37 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2018-04-27 13:52:35 +0000
commit729fc96c487bf6b7b384f2f247163427d2975a36 (patch)
tree147cd69734ad8387713407b3bf8870d12058a793 /share
parent9ed3a05c59f4e0022ed29e220f9dd8acda7cf37d (diff)
dark theme: Define splitterColor
Color "SplitterColor" is neither a named color nor a valid color Fix-up for: 98e26dc6fb91f3d083d028cb85d468258dac3f55 Change-Id: I2d3749a06850e4c630d6a0392e6a1c6e2a75258f Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/themes/dark.creatortheme5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/qtcreator/themes/dark.creatortheme b/share/qtcreator/themes/dark.creatortheme
index c1c8c679d8..3b4a457375 100644
--- a/share/qtcreator/themes/dark.creatortheme
+++ b/share/qtcreator/themes/dark.creatortheme
@@ -13,6 +13,7 @@ normalBackground=ff333333
alternateBackground=ff515151
error=ffd84044
warning=ffe0b716
+splitterColor=ff313131
textColorLink=ff007af4
textColorLinkVisited=ffa57aff
backgroundColorDisabled=ff444444
@@ -113,7 +114,7 @@ ProgressBarColorFinished=ff5aaa3c
ProgressBarColorNormal=ff808080
ProgressBarTitleColor=text
ProgressBarBackgroundColor=normalBackground
-SplitterColor=ff313131
+SplitterColor=splitterColor
TextColorDisabled=textDisabled
TextColorError=ffff4040
TextColorHighlight=ffff0000
@@ -220,7 +221,7 @@ QmlDesigner_FormEditorSelectionColor=ff4ba2ff
QmlDesigner_FormEditorForegroundColor=ffffffff
QmlDesigner_BackgroundColorDarkAlternate=qmlDesignerButtonColor
QmlDesigner_BackgroundColorDarker=ff151515
-QmlDesigner_BorderColor=SplitterColor
+QmlDesigner_BorderColor=splitterColor
QmlDesigner_ButtonColor=ff505050
QmlDesigner_TabDark=shadowBackground
QmlDesigner_TabLight=text