forked from qt-creator/qt-creator
QmlDesigner: Adapt theme colors to welcome screen
Change-Id: I566a692c05f9799e4f44718a426d9536d5e2b9cd Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
2ac3704e76
commit
c7c7747906
@@ -23,23 +23,23 @@ qmlDesignerButtonColor=ff3c3e40
|
|||||||
|
|
||||||
[Colors]
|
[Colors]
|
||||||
;DS controls theme START
|
;DS controls theme START
|
||||||
DSpanelBackground=ff323232
|
DSpanelBackground=ff2E2F30
|
||||||
|
|
||||||
DSwelcomeScreenBackground=ff242424
|
DSwelcomeScreenBackground=ff242424
|
||||||
DSsubPanelBackground=ff040404
|
DSsubPanelBackground=ff1c1c1c
|
||||||
DSthumbnailBackground=ff292929
|
DSthumbnailBackground=ff232323
|
||||||
DSthumbnailLabelBackground=ff3D3D3D
|
DSthumbnailLabelBackground=ff2b2a2a
|
||||||
|
|
||||||
DSinteraction=ff2aafd3
|
DSinteraction=ff2aafd3
|
||||||
DSerrorColor=ffdf3a3a
|
DSerrorColor=ffdf3a3a
|
||||||
DSwarningColor=warning
|
DSwarningColor=warning
|
||||||
DSdisabledColor=ff707070
|
DSdisabledColor=ff707070
|
||||||
|
|
||||||
DScontrolBackground=ff323232
|
DScontrolBackground=ff2e2f30
|
||||||
DScontrolBackgroundInteraction=ff595959
|
DScontrolBackgroundInteraction=ff3d3d3d
|
||||||
DScontrolBackgroundDisabled=ff323232
|
DScontrolBackgroundDisabled=ff2e2f30
|
||||||
DScontrolBackgroundGlobalHover=ff474747
|
DScontrolBackgroundGlobalHover=ff333333
|
||||||
DScontrolBackgroundHover=ff666666
|
DScontrolBackgroundHover=ff333333
|
||||||
|
|
||||||
DScontrolOutline=ff1f1f1f
|
DScontrolOutline=ff1f1f1f
|
||||||
DScontrolOutlineInteraction=ff2aafd3
|
DScontrolOutlineInteraction=ff2aafd3
|
||||||
@@ -54,9 +54,9 @@ DSplaceholderTextColor=ffffffff
|
|||||||
DSplaceholderTextColorInteraction=ffababab
|
DSplaceholderTextColorInteraction=ffababab
|
||||||
|
|
||||||
DSiconColor=ffffffff
|
DSiconColor=ffffffff
|
||||||
DSiconColorHover=ff262626
|
DSiconColorHover=ffffffff
|
||||||
DSiconColorInteraction=ff707070
|
DSiconColorInteraction=ff707070
|
||||||
DSiconColorDisabled=ff707070
|
DSiconColorDisabled=ffC7C7C7
|
||||||
DSiconColorSelected=ff2aafd3
|
DSiconColorSelected=ff2aafd3
|
||||||
|
|
||||||
DSlinkIndicatorColor=ff808080
|
DSlinkIndicatorColor=ff808080
|
||||||
@@ -102,7 +102,7 @@ DSactionJIT=ff2db543
|
|||||||
DStableHeaderBackground=ffff0000
|
DStableHeaderBackground=ffff0000
|
||||||
DStableHeaderText=ff00ff00
|
DStableHeaderText=ff00ff00
|
||||||
|
|
||||||
DSdockContainerBackground=ff323232
|
DSdockContainerBackground=ff242424
|
||||||
DSdockContainerSplitter=ff323232
|
DSdockContainerSplitter=ff323232
|
||||||
DSdockAreaBackground=ff262728
|
DSdockAreaBackground=ff262728
|
||||||
|
|
||||||
@@ -138,15 +138,15 @@ DStabFocusButtonPress=ff2aafd3
|
|||||||
|
|
||||||
DSnavigatorBranch=ff7c7b7b
|
DSnavigatorBranch=ff7c7b7b
|
||||||
DSnavigatorBranchIndicator=ff7c7b7b
|
DSnavigatorBranchIndicator=ff7c7b7b
|
||||||
DSnavigatorItemBackground=ff262626
|
DSnavigatorItemBackground=ff2E2F30
|
||||||
DSnavigatorItemBackgroundHover=ff666666
|
DSnavigatorItemBackgroundHover=ff333333
|
||||||
DSnavigatorItemBackgroundSelected=ff1f1f1f
|
DSnavigatorItemBackgroundSelected=ff3D3D3D
|
||||||
DSnavigatorText=ffffffff
|
DSnavigatorText=ffffffff
|
||||||
DSnavigatorTextHover=ff1f1f1f
|
DSnavigatorTextHover=ffffffff
|
||||||
DSnavigatorTextSelected=ff2aafd3
|
DSnavigatorTextSelected=ff2aafd3
|
||||||
DSnavigatorIcon=ffffffff
|
DSnavigatorIcon=ffffffff
|
||||||
DSnavigatorIconHover=ff1f1f1f
|
DSnavigatorIconHover=ffa1a1a1
|
||||||
DSnavigatorIconSelected=ff7c7b7b
|
DSnavigatorIconSelected=ffffffff
|
||||||
DSnavigatorAliasIconChecked=ffff0000
|
DSnavigatorAliasIconChecked=ffff0000
|
||||||
DSnavigatorDropIndicatorBackground=ff2aafd3
|
DSnavigatorDropIndicatorBackground=ff2aafd3
|
||||||
DSnavigatorDropIndicatorOutline=ff2aafd3
|
DSnavigatorDropIndicatorOutline=ff2aafd3
|
||||||
@@ -160,8 +160,8 @@ DStoolTipText=ffdadada
|
|||||||
|
|
||||||
DSUnimportedModuleColor=ffe33c2e
|
DSUnimportedModuleColor=ffe33c2e
|
||||||
|
|
||||||
DSBackgroundColorAlternate=ff323232
|
DSBackgroundColorAlternate=alternateBackground
|
||||||
DSBackgroundColorNormal=ff1f1f1f
|
DSBackgroundColorNormal=normalBackground
|
||||||
|
|
||||||
;DS controls theme END
|
;DS controls theme END
|
||||||
|
|
||||||
|
@@ -18,8 +18,9 @@ DSpanelBackground=ffeaeaea
|
|||||||
|
|
||||||
DSwelcomeScreenBackground=ffEAEAEA
|
DSwelcomeScreenBackground=ffEAEAEA
|
||||||
DSsubPanelBackground=ffEFEFEF
|
DSsubPanelBackground=ffEFEFEF
|
||||||
DSthumbnailBackground=ffF2F2F2
|
DSthumbnailBackground=ffE8E8E8
|
||||||
DSthumbnailLabelBackground=ffEBEBEB
|
DSthumbnailLabelBackground=ffDDDDDD
|
||||||
|
|
||||||
DSinteraction=ff2aafd3
|
DSinteraction=ff2aafd3
|
||||||
DSerrorColor=ffdf3a3a
|
DSerrorColor=ffdf3a3a
|
||||||
DSwarningColor=warning
|
DSwarningColor=warning
|
||||||
@@ -28,8 +29,8 @@ DSdisabledColor=ff8e8e8e
|
|||||||
DScontrolBackground=ffeaeaea
|
DScontrolBackground=ffeaeaea
|
||||||
DScontrolBackgroundInteraction=ffc9c9c9
|
DScontrolBackgroundInteraction=ffc9c9c9
|
||||||
DScontrolBackgroundDisabled=ffeaeaea
|
DScontrolBackgroundDisabled=ffeaeaea
|
||||||
DScontrolBackgroundGlobalHover=ffe5e5e5
|
DScontrolBackgroundGlobalHover=ffdedddd
|
||||||
DScontrolBackgroundHover=ffd1d1d1
|
DScontrolBackgroundHover=ffdedddd
|
||||||
|
|
||||||
DScontrolOutline=ffcecccc
|
DScontrolOutline=ffcecccc
|
||||||
DScontrolOutlineInteraction=ff2aafd3
|
DScontrolOutlineInteraction=ff2aafd3
|
||||||
@@ -105,7 +106,7 @@ DStitleBarIcon=ff4f5052
|
|||||||
DStitleBarButtonHover=40ffffff
|
DStitleBarButtonHover=40ffffff
|
||||||
DStitleBarButtonPress=60ffffff
|
DStitleBarButtonPress=60ffffff
|
||||||
|
|
||||||
DStabContainerBackground=ff999999
|
DStabContainerBackground=ffdadada
|
||||||
DStabSplitter=ff595959
|
DStabSplitter=ff595959
|
||||||
|
|
||||||
DStabInactiveBackground=ff999999
|
DStabInactiveBackground=ff999999
|
||||||
@@ -128,15 +129,15 @@ DStabFocusButtonPress=ff2aafd3
|
|||||||
|
|
||||||
DSnavigatorBranch=ff7c7b7b
|
DSnavigatorBranch=ff7c7b7b
|
||||||
DSnavigatorBranchIndicator=ff7c7b7b
|
DSnavigatorBranchIndicator=ff7c7b7b
|
||||||
DSnavigatorItemBackground=ffd8d8d8
|
DSnavigatorItemBackground=ffeaeaea
|
||||||
DSnavigatorItemBackgroundHover=ffc2c2c2
|
DSnavigatorItemBackgroundHover=ffdedddd
|
||||||
DSnavigatorItemBackgroundSelected=ffffffff
|
DSnavigatorItemBackgroundSelected=ffffffff
|
||||||
DSnavigatorText=ff262626
|
DSnavigatorText=ff262626
|
||||||
DSnavigatorTextHover=ff1f1f1f
|
DSnavigatorTextHover=ff1f1f1f
|
||||||
DSnavigatorTextSelected=ff2aafd3
|
DSnavigatorTextSelected=ff2aafd3
|
||||||
DSnavigatorIcon=ff1f1f1f
|
DSnavigatorIcon=ff1f1f1f
|
||||||
DSnavigatorIconHover=ff1f1f1f
|
DSnavigatorIconHover=ff7c7b7b
|
||||||
DSnavigatorIconSelected=ff7c7b7b
|
DSnavigatorIconSelected=ff1f1f1f
|
||||||
DSnavigatorAliasIconChecked=ffff0000
|
DSnavigatorAliasIconChecked=ffff0000
|
||||||
DSnavigatorDropIndicatorBackground=ff2aafd3
|
DSnavigatorDropIndicatorBackground=ff2aafd3
|
||||||
DSnavigatorDropIndicatorOutline=ff2aafd3
|
DSnavigatorDropIndicatorOutline=ff2aafd3
|
||||||
|
@@ -32,8 +32,8 @@ DSpanelBackground=ffeaeaea
|
|||||||
|
|
||||||
DSwelcomeScreenBackground=ffEAEAEA
|
DSwelcomeScreenBackground=ffEAEAEA
|
||||||
DSsubPanelBackground=ffEFEFEF
|
DSsubPanelBackground=ffEFEFEF
|
||||||
DSthumbnailBackground=ffF2F2F2
|
DSthumbnailBackground=ffE8E8E8
|
||||||
DSthumbnailLabelBackground=ffEBEBEB
|
DSthumbnailLabelBackground=ffDDDDDD
|
||||||
|
|
||||||
DSinteraction=ff2aafd3
|
DSinteraction=ff2aafd3
|
||||||
DSerrorColor=ffdf3a3a
|
DSerrorColor=ffdf3a3a
|
||||||
@@ -43,8 +43,8 @@ DSdisabledColor=ff8e8e8e
|
|||||||
DScontrolBackground=ffeaeaea
|
DScontrolBackground=ffeaeaea
|
||||||
DScontrolBackgroundInteraction=ffc9c9c9
|
DScontrolBackgroundInteraction=ffc9c9c9
|
||||||
DScontrolBackgroundDisabled=ffeaeaea
|
DScontrolBackgroundDisabled=ffeaeaea
|
||||||
DScontrolBackgroundGlobalHover=ffe5e5e5
|
DScontrolBackgroundGlobalHover=ffdedddd
|
||||||
DScontrolBackgroundHover=ffd1d1d1
|
DScontrolBackgroundHover=ffdedddd
|
||||||
|
|
||||||
DScontrolOutline=ffcecccc
|
DScontrolOutline=ffcecccc
|
||||||
DScontrolOutlineInteraction=ff2aafd3
|
DScontrolOutlineInteraction=ff2aafd3
|
||||||
@@ -143,15 +143,15 @@ DStabFocusButtonPress=ff2aafd3
|
|||||||
|
|
||||||
DSnavigatorBranch=ff7c7b7b
|
DSnavigatorBranch=ff7c7b7b
|
||||||
DSnavigatorBranchIndicator=ff7c7b7b
|
DSnavigatorBranchIndicator=ff7c7b7b
|
||||||
DSnavigatorItemBackground=ffd8d8d8
|
DSnavigatorItemBackground=ffeaeaea
|
||||||
DSnavigatorItemBackgroundHover=ffc2c2c2
|
DSnavigatorItemBackgroundHover=ffdedddd
|
||||||
DSnavigatorItemBackgroundSelected=ffffffff
|
DSnavigatorItemBackgroundSelected=ffffffff
|
||||||
DSnavigatorText=ff262626
|
DSnavigatorText=ff262626
|
||||||
DSnavigatorTextHover=ff1f1f1f
|
DSnavigatorTextHover=ff1f1f1f
|
||||||
DSnavigatorTextSelected=ff2aafd3
|
DSnavigatorTextSelected=ff2aafd3
|
||||||
DSnavigatorIcon=ff1f1f1f
|
DSnavigatorIcon=ff1f1f1f
|
||||||
DSnavigatorIconHover=ff1f1f1f
|
DSnavigatorIconHover=ff7c7b7b
|
||||||
DSnavigatorIconSelected=ff7c7b7b
|
DSnavigatorIconSelected=ff1f1f1f
|
||||||
DSnavigatorAliasIconChecked=ffff0000
|
DSnavigatorAliasIconChecked=ffff0000
|
||||||
DSnavigatorDropIndicatorBackground=ff2aafd3
|
DSnavigatorDropIndicatorBackground=ff2aafd3
|
||||||
DSnavigatorDropIndicatorOutline=ff2aafd3
|
DSnavigatorDropIndicatorOutline=ff2aafd3
|
||||||
|
@@ -25,23 +25,23 @@ backgroundColorDisabled=ff444444
|
|||||||
|
|
||||||
[Colors]
|
[Colors]
|
||||||
;DS controls theme START
|
;DS controls theme START
|
||||||
DSpanelBackground=ff323232
|
DSpanelBackground=ff2E2F30
|
||||||
|
|
||||||
DSwelcomeScreenBackground=ff242424
|
DSwelcomeScreenBackground=ff242424
|
||||||
DSsubPanelBackground=ff040404
|
DSsubPanelBackground=ff1c1c1c
|
||||||
DSthumbnailBackground=ff292929
|
DSthumbnailBackground=ff232323
|
||||||
DSthumbnailLabelBackground=ff3D3D3D
|
DSthumbnailLabelBackground=ff2b2a2a
|
||||||
|
|
||||||
DSinteraction=ff2aafd3
|
DSinteraction=ff2aafd3
|
||||||
DSerrorColor=ffdf3a3a
|
DSerrorColor=ffdf3a3a
|
||||||
DSwarningColor=warning
|
DSwarningColor=warning
|
||||||
DSdisabledColor=ff707070
|
DSdisabledColor=ff707070
|
||||||
|
|
||||||
DScontrolBackground=ff323232
|
DScontrolBackground=ff2e2f30
|
||||||
DScontrolBackgroundInteraction=ff595959
|
DScontrolBackgroundInteraction=ff3d3d3d
|
||||||
DScontrolBackgroundDisabled=ff323232
|
DScontrolBackgroundDisabled=ff2e2f30
|
||||||
DScontrolBackgroundGlobalHover=ff474747
|
DScontrolBackgroundGlobalHover=ff333333
|
||||||
DScontrolBackgroundHover=ff666666
|
DScontrolBackgroundHover=ff333333
|
||||||
|
|
||||||
DScontrolOutline=ff1f1f1f
|
DScontrolOutline=ff1f1f1f
|
||||||
DScontrolOutlineInteraction=ff2aafd3
|
DScontrolOutlineInteraction=ff2aafd3
|
||||||
@@ -56,9 +56,9 @@ DSplaceholderTextColor=ffffffff
|
|||||||
DSplaceholderTextColorInteraction=ffababab
|
DSplaceholderTextColorInteraction=ffababab
|
||||||
|
|
||||||
DSiconColor=ffffffff
|
DSiconColor=ffffffff
|
||||||
DSiconColorHover=ff262626
|
DSiconColorHover=ffffffff
|
||||||
DSiconColorInteraction=ff707070
|
DSiconColorInteraction=ff707070
|
||||||
DSiconColorDisabled=ff707070
|
DSiconColorDisabled=ffC7C7C7
|
||||||
DSiconColorSelected=ff2aafd3
|
DSiconColorSelected=ff2aafd3
|
||||||
|
|
||||||
DSlinkIndicatorColor=ff808080
|
DSlinkIndicatorColor=ff808080
|
||||||
@@ -104,7 +104,7 @@ DSactionJIT=ff2db543
|
|||||||
DStableHeaderBackground=ffff0000
|
DStableHeaderBackground=ffff0000
|
||||||
DStableHeaderText=ff00ff00
|
DStableHeaderText=ff00ff00
|
||||||
|
|
||||||
DSdockContainerBackground=ff323232
|
DSdockContainerBackground=ff242424
|
||||||
DSdockContainerSplitter=ff323232
|
DSdockContainerSplitter=ff323232
|
||||||
DSdockAreaBackground=ff262728
|
DSdockAreaBackground=ff262728
|
||||||
|
|
||||||
@@ -140,15 +140,15 @@ DStabFocusButtonPress=ff2aafd3
|
|||||||
|
|
||||||
DSnavigatorBranch=ff7c7b7b
|
DSnavigatorBranch=ff7c7b7b
|
||||||
DSnavigatorBranchIndicator=ff7c7b7b
|
DSnavigatorBranchIndicator=ff7c7b7b
|
||||||
DSnavigatorItemBackground=ff262626
|
DSnavigatorItemBackground=ff2E2F30
|
||||||
DSnavigatorItemBackgroundHover=ff666666
|
DSnavigatorItemBackgroundHover=ff333333
|
||||||
DSnavigatorItemBackgroundSelected=ff1f1f1f
|
DSnavigatorItemBackgroundSelected=ff3D3D3D
|
||||||
DSnavigatorText=ffffffff
|
DSnavigatorText=ffffffff
|
||||||
DSnavigatorTextHover=ff1f1f1f
|
DSnavigatorTextHover=ffffffff
|
||||||
DSnavigatorTextSelected=ff2aafd3
|
DSnavigatorTextSelected=ff2aafd3
|
||||||
DSnavigatorIcon=ffffffff
|
DSnavigatorIcon=ffffffff
|
||||||
DSnavigatorIconHover=ff1f1f1f
|
DSnavigatorIconHover=ffa1a1a1
|
||||||
DSnavigatorIconSelected=ff7c7b7b
|
DSnavigatorIconSelected=ffffffff
|
||||||
DSnavigatorAliasIconChecked=ffff0000
|
DSnavigatorAliasIconChecked=ffff0000
|
||||||
DSnavigatorDropIndicatorBackground=ff2aafd3
|
DSnavigatorDropIndicatorBackground=ff2aafd3
|
||||||
DSnavigatorDropIndicatorOutline=ff2aafd3
|
DSnavigatorDropIndicatorOutline=ff2aafd3
|
||||||
@@ -371,7 +371,7 @@ QmlDesigner_FormEditorForegroundColor=ffdadada
|
|||||||
|
|
||||||
;background color for main form view, library, navigator, properties, connections
|
;background color for main form view, library, navigator, properties, connections
|
||||||
;QmlDesigner_BackgroundColorDarkAlternate=ff4c4e50
|
;QmlDesigner_BackgroundColorDarkAlternate=ff4c4e50
|
||||||
QmlDesigner_BackgroundColorDarkAlternate=ff323232
|
QmlDesigner_BackgroundColorDarkAlternate=ff2e2f30
|
||||||
|
|
||||||
;filter outlines, override W/H outlines, properties spinbox background, timeline separators.
|
;filter outlines, override W/H outlines, properties spinbox background, timeline separators.
|
||||||
;QmlDesigner_BackgroundColorDarker=ff262728
|
;QmlDesigner_BackgroundColorDarker=ff262728
|
||||||
|
@@ -27,23 +27,23 @@ qmlDesignerButtonColor=ff4c4e50
|
|||||||
|
|
||||||
[Colors]
|
[Colors]
|
||||||
;DS controls theme START
|
;DS controls theme START
|
||||||
DSpanelBackground=ff323232
|
DSpanelBackground=ff2E2F30
|
||||||
|
|
||||||
DSwelcomeScreenBackground=ff242424
|
DSwelcomeScreenBackground=ff242424
|
||||||
DSsubPanelBackground=ff040404
|
DSsubPanelBackground=ff1c1c1c
|
||||||
DSthumbnailBackground=ff292929
|
DSthumbnailBackground=ff232323
|
||||||
DSthumbnailLabelBackground=ff3D3D3D
|
DSthumbnailLabelBackground=ff2b2a2a
|
||||||
|
|
||||||
DSinteraction=ff2aafd3
|
DSinteraction=ff2aafd3
|
||||||
DSerrorColor=ffdf3a3a
|
DSerrorColor=ffdf3a3a
|
||||||
DSwarningColor=warning
|
DSwarningColor=warning
|
||||||
DSdisabledColor=ff707070
|
DSdisabledColor=ff707070
|
||||||
|
|
||||||
DScontrolBackground=ff323232
|
DScontrolBackground=ff2e2f30
|
||||||
DScontrolBackgroundInteraction=ff595959
|
DScontrolBackgroundInteraction=ff3d3d3d
|
||||||
DScontrolBackgroundDisabled=ff323232
|
DScontrolBackgroundDisabled=ff2e2f30
|
||||||
DScontrolBackgroundGlobalHover=ff474747
|
DScontrolBackgroundGlobalHover=ff333333
|
||||||
DScontrolBackgroundHover=ff666666
|
DScontrolBackgroundHover=ff333333
|
||||||
|
|
||||||
DScontrolOutline=ff1f1f1f
|
DScontrolOutline=ff1f1f1f
|
||||||
DScontrolOutlineInteraction=ff2aafd3
|
DScontrolOutlineInteraction=ff2aafd3
|
||||||
@@ -58,9 +58,9 @@ DSplaceholderTextColor=ffffffff
|
|||||||
DSplaceholderTextColorInteraction=ffababab
|
DSplaceholderTextColorInteraction=ffababab
|
||||||
|
|
||||||
DSiconColor=ffffffff
|
DSiconColor=ffffffff
|
||||||
DSiconColorHover=ff262626
|
DSiconColorHover=ffffffff
|
||||||
DSiconColorInteraction=ff707070
|
DSiconColorInteraction=ff707070
|
||||||
DSiconColorDisabled=ff707070
|
DSiconColorDisabled=ffC7C7C7
|
||||||
DSiconColorSelected=ff2aafd3
|
DSiconColorSelected=ff2aafd3
|
||||||
|
|
||||||
DSlinkIndicatorColor=ff808080
|
DSlinkIndicatorColor=ff808080
|
||||||
@@ -106,7 +106,7 @@ DSactionJIT=ff2db543
|
|||||||
DStableHeaderBackground=ffff0000
|
DStableHeaderBackground=ffff0000
|
||||||
DStableHeaderText=ff00ff00
|
DStableHeaderText=ff00ff00
|
||||||
|
|
||||||
DSdockContainerBackground=ff323232
|
DSdockContainerBackground=ff242424
|
||||||
DSdockContainerSplitter=ff323232
|
DSdockContainerSplitter=ff323232
|
||||||
DSdockAreaBackground=ff262728
|
DSdockAreaBackground=ff262728
|
||||||
|
|
||||||
@@ -142,15 +142,15 @@ DStabFocusButtonPress=ff2aafd3
|
|||||||
|
|
||||||
DSnavigatorBranch=ff7c7b7b
|
DSnavigatorBranch=ff7c7b7b
|
||||||
DSnavigatorBranchIndicator=ff7c7b7b
|
DSnavigatorBranchIndicator=ff7c7b7b
|
||||||
DSnavigatorItemBackground=ff262626
|
DSnavigatorItemBackground=ff2E2F30
|
||||||
DSnavigatorItemBackgroundHover=ff666666
|
DSnavigatorItemBackgroundHover=ff333333
|
||||||
DSnavigatorItemBackgroundSelected=ff1f1f1f
|
DSnavigatorItemBackgroundSelected=ff3D3D3D
|
||||||
DSnavigatorText=ffffffff
|
DSnavigatorText=ffffffff
|
||||||
DSnavigatorTextHover=ff1f1f1f
|
DSnavigatorTextHover=ffffffff
|
||||||
DSnavigatorTextSelected=ff2aafd3
|
DSnavigatorTextSelected=ff2aafd3
|
||||||
DSnavigatorIcon=ffffffff
|
DSnavigatorIcon=ffffffff
|
||||||
DSnavigatorIconHover=ff1f1f1f
|
DSnavigatorIconHover=ffa1a1a1
|
||||||
DSnavigatorIconSelected=ff7c7b7b
|
DSnavigatorIconSelected=ffffffff
|
||||||
DSnavigatorAliasIconChecked=ffff0000
|
DSnavigatorAliasIconChecked=ffff0000
|
||||||
DSnavigatorDropIndicatorBackground=ff2aafd3
|
DSnavigatorDropIndicatorBackground=ff2aafd3
|
||||||
DSnavigatorDropIndicatorOutline=ff2aafd3
|
DSnavigatorDropIndicatorOutline=ff2aafd3
|
||||||
@@ -164,8 +164,8 @@ DStoolTipText=ffdadada
|
|||||||
|
|
||||||
DSUnimportedModuleColor=ffe33c2e
|
DSUnimportedModuleColor=ffe33c2e
|
||||||
|
|
||||||
DSBackgroundColorAlternate=ff323232
|
DSBackgroundColorAlternate=alternateBackground
|
||||||
DSBackgroundColorNormal=ff1f1f1f
|
DSBackgroundColorNormal=normalBackground
|
||||||
|
|
||||||
;DS controls theme END
|
;DS controls theme END
|
||||||
|
|
||||||
|
@@ -27,8 +27,8 @@ DSpanelBackground=ffeaeaea
|
|||||||
|
|
||||||
DSwelcomeScreenBackground=ffEAEAEA
|
DSwelcomeScreenBackground=ffEAEAEA
|
||||||
DSsubPanelBackground=ffEFEFEF
|
DSsubPanelBackground=ffEFEFEF
|
||||||
DSthumbnailBackground=ffF2F2F2
|
DSthumbnailBackground=ffE8E8E8
|
||||||
DSthumbnailLabelBackground=ffEBEBEB
|
DSthumbnailLabelBackground=ffDDDDDD
|
||||||
|
|
||||||
DSinteraction=ff2aafd3
|
DSinteraction=ff2aafd3
|
||||||
DSerrorColor=ffdf3a3a
|
DSerrorColor=ffdf3a3a
|
||||||
@@ -38,8 +38,8 @@ DSdisabledColor=ff8e8e8e
|
|||||||
DScontrolBackground=ffeaeaea
|
DScontrolBackground=ffeaeaea
|
||||||
DScontrolBackgroundInteraction=ffc9c9c9
|
DScontrolBackgroundInteraction=ffc9c9c9
|
||||||
DScontrolBackgroundDisabled=ffeaeaea
|
DScontrolBackgroundDisabled=ffeaeaea
|
||||||
DScontrolBackgroundGlobalHover=ffe5e5e5
|
DScontrolBackgroundGlobalHover=ffdedddd
|
||||||
DScontrolBackgroundHover=ffd1d1d1
|
DScontrolBackgroundHover=ffdedddd
|
||||||
|
|
||||||
DScontrolOutline=ffcecccc
|
DScontrolOutline=ffcecccc
|
||||||
DScontrolOutlineInteraction=ff2aafd3
|
DScontrolOutlineInteraction=ff2aafd3
|
||||||
@@ -138,15 +138,15 @@ DStabFocusButtonPress=ff2aafd3
|
|||||||
|
|
||||||
DSnavigatorBranch=ff7c7b7b
|
DSnavigatorBranch=ff7c7b7b
|
||||||
DSnavigatorBranchIndicator=ff7c7b7b
|
DSnavigatorBranchIndicator=ff7c7b7b
|
||||||
DSnavigatorItemBackground=ffd8d8d8
|
DSnavigatorItemBackground=ffeaeaea
|
||||||
DSnavigatorItemBackgroundHover=ffc2c2c2
|
DSnavigatorItemBackgroundHover=ffdedddd
|
||||||
DSnavigatorItemBackgroundSelected=ffffffff
|
DSnavigatorItemBackgroundSelected=ffffffff
|
||||||
DSnavigatorText=ff262626
|
DSnavigatorText=ff262626
|
||||||
DSnavigatorTextHover=ff1f1f1f
|
DSnavigatorTextHover=ff1f1f1f
|
||||||
DSnavigatorTextSelected=ff2aafd3
|
DSnavigatorTextSelected=ff2aafd3
|
||||||
DSnavigatorIcon=ff1f1f1f
|
DSnavigatorIcon=ff1f1f1f
|
||||||
DSnavigatorIconHover=ff1f1f1f
|
DSnavigatorIconHover=ff7c7b7b
|
||||||
DSnavigatorIconSelected=ff7c7b7b
|
DSnavigatorIconSelected=ff1f1f1f
|
||||||
DSnavigatorAliasIconChecked=ffff0000
|
DSnavigatorAliasIconChecked=ffff0000
|
||||||
DSnavigatorDropIndicatorBackground=ff2aafd3
|
DSnavigatorDropIndicatorBackground=ff2aafd3
|
||||||
DSnavigatorDropIndicatorOutline=ff2aafd3
|
DSnavigatorDropIndicatorOutline=ff2aafd3
|
||||||
|
@@ -21,23 +21,23 @@ qmlDesignerButtonColor=ff4c4e50
|
|||||||
|
|
||||||
[Colors]
|
[Colors]
|
||||||
;DS controls theme START
|
;DS controls theme START
|
||||||
DSpanelBackground=ff323232
|
DSpanelBackground=ff2E2F30
|
||||||
|
|
||||||
DSwelcomeScreenBackground=ff242424
|
DSwelcomeScreenBackground=ff242424
|
||||||
DSsubPanelBackground=ff040404
|
DSsubPanelBackground=ff1c1c1c
|
||||||
DSthumbnailBackground=ff292929
|
DSthumbnailBackground=ff232323
|
||||||
DSthumbnailLabelBackground=ff3D3D3D
|
DSthumbnailLabelBackground=ff2b2a2a
|
||||||
|
|
||||||
DSinteraction=ff2aafd3
|
DSinteraction=ff2aafd3
|
||||||
DSerrorColor=ffdf3a3a
|
DSerrorColor=ffdf3a3a
|
||||||
DSwarningColor=warning
|
DSwarningColor=warning
|
||||||
DSdisabledColor=ff707070
|
DSdisabledColor=ff707070
|
||||||
|
|
||||||
DScontrolBackground=ff323232
|
DScontrolBackground=ff2e2f30
|
||||||
DScontrolBackgroundInteraction=ff595959
|
DScontrolBackgroundInteraction=ff3d3d3d
|
||||||
DScontrolBackgroundDisabled=ff323232
|
DScontrolBackgroundDisabled=ff2e2f30
|
||||||
DScontrolBackgroundGlobalHover=ff474747
|
DScontrolBackgroundGlobalHover=ff333333
|
||||||
DScontrolBackgroundHover=ff666666
|
DScontrolBackgroundHover=ff333333
|
||||||
|
|
||||||
DScontrolOutline=ff1f1f1f
|
DScontrolOutline=ff1f1f1f
|
||||||
DScontrolOutlineInteraction=ff2aafd3
|
DScontrolOutlineInteraction=ff2aafd3
|
||||||
@@ -52,9 +52,9 @@ DSplaceholderTextColor=ffffffff
|
|||||||
DSplaceholderTextColorInteraction=ffababab
|
DSplaceholderTextColorInteraction=ffababab
|
||||||
|
|
||||||
DSiconColor=ffffffff
|
DSiconColor=ffffffff
|
||||||
DSiconColorHover=ff262626
|
DSiconColorHover=ffffffff
|
||||||
DSiconColorInteraction=ff707070
|
DSiconColorInteraction=ff707070
|
||||||
DSiconColorDisabled=ff707070
|
DSiconColorDisabled=ffC7C7C7
|
||||||
DSiconColorSelected=ff2aafd3
|
DSiconColorSelected=ff2aafd3
|
||||||
|
|
||||||
DSlinkIndicatorColor=ff808080
|
DSlinkIndicatorColor=ff808080
|
||||||
@@ -100,7 +100,7 @@ DSactionJIT=ff2db543
|
|||||||
DStableHeaderBackground=ffff0000
|
DStableHeaderBackground=ffff0000
|
||||||
DStableHeaderText=ff00ff00
|
DStableHeaderText=ff00ff00
|
||||||
|
|
||||||
DSdockContainerBackground=ff323232
|
DSdockContainerBackground=ff242424
|
||||||
DSdockContainerSplitter=ff323232
|
DSdockContainerSplitter=ff323232
|
||||||
DSdockAreaBackground=ff262728
|
DSdockAreaBackground=ff262728
|
||||||
|
|
||||||
@@ -113,7 +113,7 @@ DStitleBarIcon=ffffffff
|
|||||||
DStitleBarButtonHover=40ffffff
|
DStitleBarButtonHover=40ffffff
|
||||||
DStitleBarButtonPress=60ffffff
|
DStitleBarButtonPress=60ffffff
|
||||||
|
|
||||||
DStabContainerBackground=ff0000ff
|
DStabContainerBackground=ff1f1f1f
|
||||||
DStabSplitter=ff595959
|
DStabSplitter=ff595959
|
||||||
|
|
||||||
DStabInactiveBackground=ff1f1f1f
|
DStabInactiveBackground=ff1f1f1f
|
||||||
@@ -136,15 +136,15 @@ DStabFocusButtonPress=ff2aafd3
|
|||||||
|
|
||||||
DSnavigatorBranch=ff7c7b7b
|
DSnavigatorBranch=ff7c7b7b
|
||||||
DSnavigatorBranchIndicator=ff7c7b7b
|
DSnavigatorBranchIndicator=ff7c7b7b
|
||||||
DSnavigatorItemBackground=ff262626
|
DSnavigatorItemBackground=ff2E2F30
|
||||||
DSnavigatorItemBackgroundHover=ff666666
|
DSnavigatorItemBackgroundHover=ff333333
|
||||||
DSnavigatorItemBackgroundSelected=ff1f1f1f
|
DSnavigatorItemBackgroundSelected=ff3D3D3D
|
||||||
DSnavigatorText=ffffffff
|
DSnavigatorText=ffffffff
|
||||||
DSnavigatorTextHover=ff1f1f1f
|
DSnavigatorTextHover=ffffffff
|
||||||
DSnavigatorTextSelected=ff2aafd3
|
DSnavigatorTextSelected=ff2aafd3
|
||||||
DSnavigatorIcon=ffffffff
|
DSnavigatorIcon=ffffffff
|
||||||
DSnavigatorIconHover=ff1f1f1f
|
DSnavigatorIconHover=ffa1a1a1
|
||||||
DSnavigatorIconSelected=ff7c7b7b
|
DSnavigatorIconSelected=ffffffff
|
||||||
DSnavigatorAliasIconChecked=ffff0000
|
DSnavigatorAliasIconChecked=ffff0000
|
||||||
DSnavigatorDropIndicatorBackground=ff2aafd3
|
DSnavigatorDropIndicatorBackground=ff2aafd3
|
||||||
DSnavigatorDropIndicatorOutline=ff2aafd3
|
DSnavigatorDropIndicatorOutline=ff2aafd3
|
||||||
@@ -158,8 +158,8 @@ DStoolTipText=ffdadada
|
|||||||
|
|
||||||
DSUnimportedModuleColor=ffe33c2e
|
DSUnimportedModuleColor=ffe33c2e
|
||||||
|
|
||||||
DSBackgroundColorAlternate=ff323232
|
DSBackgroundColorAlternate=alternateBackground
|
||||||
DSBackgroundColorNormal=ff1f1f1f
|
DSBackgroundColorNormal=normalBackground
|
||||||
|
|
||||||
;DS controls theme END
|
;DS controls theme END
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user