forked from qt-creator/qt-creator
dark theme: Define splitterColor
Color "SplitterColor" is neither a named color nor a valid color
Fix-up for: 98e26dc6fb
Change-Id: I2d3749a06850e4c630d6a0392e6a1c6e2a75258f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -13,6 +13,7 @@ normalBackground=ff333333
|
|||||||
alternateBackground=ff515151
|
alternateBackground=ff515151
|
||||||
error=ffd84044
|
error=ffd84044
|
||||||
warning=ffe0b716
|
warning=ffe0b716
|
||||||
|
splitterColor=ff313131
|
||||||
textColorLink=ff007af4
|
textColorLink=ff007af4
|
||||||
textColorLinkVisited=ffa57aff
|
textColorLinkVisited=ffa57aff
|
||||||
backgroundColorDisabled=ff444444
|
backgroundColorDisabled=ff444444
|
||||||
@@ -113,7 +114,7 @@ ProgressBarColorFinished=ff5aaa3c
|
|||||||
ProgressBarColorNormal=ff808080
|
ProgressBarColorNormal=ff808080
|
||||||
ProgressBarTitleColor=text
|
ProgressBarTitleColor=text
|
||||||
ProgressBarBackgroundColor=normalBackground
|
ProgressBarBackgroundColor=normalBackground
|
||||||
SplitterColor=ff313131
|
SplitterColor=splitterColor
|
||||||
TextColorDisabled=textDisabled
|
TextColorDisabled=textDisabled
|
||||||
TextColorError=ffff4040
|
TextColorError=ffff4040
|
||||||
TextColorHighlight=ffff0000
|
TextColorHighlight=ffff0000
|
||||||
@@ -220,7 +221,7 @@ QmlDesigner_FormEditorSelectionColor=ff4ba2ff
|
|||||||
QmlDesigner_FormEditorForegroundColor=ffffffff
|
QmlDesigner_FormEditorForegroundColor=ffffffff
|
||||||
QmlDesigner_BackgroundColorDarkAlternate=qmlDesignerButtonColor
|
QmlDesigner_BackgroundColorDarkAlternate=qmlDesignerButtonColor
|
||||||
QmlDesigner_BackgroundColorDarker=ff151515
|
QmlDesigner_BackgroundColorDarker=ff151515
|
||||||
QmlDesigner_BorderColor=SplitterColor
|
QmlDesigner_BorderColor=splitterColor
|
||||||
QmlDesigner_ButtonColor=ff505050
|
QmlDesigner_ButtonColor=ff505050
|
||||||
QmlDesigner_TabDark=shadowBackground
|
QmlDesigner_TabDark=shadowBackground
|
||||||
QmlDesigner_TabLight=text
|
QmlDesigner_TabLight=text
|
||||||
|
Reference in New Issue
Block a user