forked from qt-creator/qt-creator
Add DStoolbarBackground
Change-Id: Ied42d086af2aba2ce54b2ad9ed411feea7817416 Reviewed-by: Burak Hancerli <burak.hancerli@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
@@ -172,6 +172,8 @@ DSUnimportedModuleColor=ffe33c2e
|
|||||||
DSBackgroundColorAlternate=alternateBackground
|
DSBackgroundColorAlternate=alternateBackground
|
||||||
DSBackgroundColorNormal=normalBackground
|
DSBackgroundColorNormal=normalBackground
|
||||||
|
|
||||||
|
DStoolbarBackground=ff333333
|
||||||
|
|
||||||
;DS controls theme END
|
;DS controls theme END
|
||||||
|
|
||||||
BackgroundColorAlternate=alternateBackground
|
BackgroundColorAlternate=alternateBackground
|
||||||
|
|||||||
@@ -163,6 +163,8 @@ DSUnimportedModuleColor=ffe33c2e
|
|||||||
DSBackgroundColorAlternate=ffeaeaea
|
DSBackgroundColorAlternate=ffeaeaea
|
||||||
DSBackgroundColorNormal=ffd8d8d8
|
DSBackgroundColorNormal=ffd8d8d8
|
||||||
|
|
||||||
|
DStoolbarBackground=ff333333
|
||||||
|
|
||||||
;DS controls theme END
|
;DS controls theme END
|
||||||
|
|
||||||
BackgroundColorAlternate=ff3d3d3d
|
BackgroundColorAlternate=ff3d3d3d
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
ThemeName=Design Light
|
ThemeName=Design Light
|
||||||
PreferredStyles=
|
PreferredStyles=
|
||||||
|
|
||||||
|
|
||||||
[Palette]
|
[Palette]
|
||||||
shadowBackground=ffd1cfcf
|
shadowBackground=ffd1cfcf
|
||||||
text=ff000000
|
text=ff000000
|
||||||
@@ -177,6 +176,8 @@ DSUnimportedModuleColor=ffe33c2e
|
|||||||
DSBackgroundColorAlternate=ffeaeaea
|
DSBackgroundColorAlternate=ffeaeaea
|
||||||
DSBackgroundColorNormal=ffd8d8d8
|
DSBackgroundColorNormal=ffd8d8d8
|
||||||
|
|
||||||
|
DStoolbarBackground=ff333333
|
||||||
|
|
||||||
;DS controls theme END
|
;DS controls theme END
|
||||||
|
|
||||||
BackgroundColorAlternate=alternateBackground
|
BackgroundColorAlternate=alternateBackground
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ DSthumbnailLabelBackground=ff2b2a2a
|
|||||||
DSgreenLight=ff5cdc68
|
DSgreenLight=ff5cdc68
|
||||||
DSamberLight=ffffbf00
|
DSamberLight=ffffbf00
|
||||||
DSredLight=ffff0401
|
DSredLight=ffff0401
|
||||||
|
midnightGrey=ff333333
|
||||||
|
|
||||||
DSinteraction=ff2aafd3
|
DSinteraction=ff2aafd3
|
||||||
DSerrorColor=ffdf3a3a
|
DSerrorColor=ffdf3a3a
|
||||||
@@ -66,7 +67,7 @@ DSiconColorHover=ffffffff
|
|||||||
DSiconColorInteraction=ff707070
|
DSiconColorInteraction=ff707070
|
||||||
DSiconColorDisabled=ffC7C7C7
|
DSiconColorDisabled=ffC7C7C7
|
||||||
DSiconColorSelected=ff2aafd3
|
DSiconColorSelected=ff2aafd3
|
||||||
|
DStoolbarBackground=midnightGrey
|
||||||
DSlinkIndicatorColor=ff808080
|
DSlinkIndicatorColor=ff808080
|
||||||
DSlinkIndicatorColorHover=ffffffff
|
DSlinkIndicatorColorHover=ffffffff
|
||||||
DSlinkIndicatorColorInteraction=ff2aafd3
|
DSlinkIndicatorColorInteraction=ff2aafd3
|
||||||
|
|||||||
@@ -176,6 +176,8 @@ DSUnimportedModuleColor=ffe33c2e
|
|||||||
DSBackgroundColorAlternate=alternateBackground
|
DSBackgroundColorAlternate=alternateBackground
|
||||||
DSBackgroundColorNormal=normalBackground
|
DSBackgroundColorNormal=normalBackground
|
||||||
|
|
||||||
|
DStoolbarBackground=ff333333
|
||||||
|
|
||||||
;DS controls theme END
|
;DS controls theme END
|
||||||
|
|
||||||
BackgroundColorAlternate=alternateBackground
|
BackgroundColorAlternate=alternateBackground
|
||||||
|
|||||||
@@ -172,6 +172,8 @@ DSUnimportedModuleColor=ffe33c2e
|
|||||||
DSBackgroundColorAlternate=ffeaeaea
|
DSBackgroundColorAlternate=ffeaeaea
|
||||||
DSBackgroundColorNormal=ffd8d8d8
|
DSBackgroundColorNormal=ffd8d8d8
|
||||||
|
|
||||||
|
DStoolbarBackground=ff333333
|
||||||
|
|
||||||
;DS controls theme END
|
;DS controls theme END
|
||||||
|
|
||||||
BackgroundColorAlternate=alternateBackground
|
BackgroundColorAlternate=alternateBackground
|
||||||
|
|||||||
@@ -170,6 +170,8 @@ DSUnimportedModuleColor=ffe33c2e
|
|||||||
DSBackgroundColorAlternate=alternateBackground
|
DSBackgroundColorAlternate=alternateBackground
|
||||||
DSBackgroundColorNormal=normalBackground
|
DSBackgroundColorNormal=normalBackground
|
||||||
|
|
||||||
|
DStoolbarBackground=ff333333
|
||||||
|
|
||||||
;DS controls theme END
|
;DS controls theme END
|
||||||
|
|
||||||
BackgroundColorAlternate=alternateBackground
|
BackgroundColorAlternate=alternateBackground
|
||||||
|
|||||||
@@ -305,6 +305,7 @@ public:
|
|||||||
DStextSelectionColor,
|
DStextSelectionColor,
|
||||||
DStextSelectedTextColor,
|
DStextSelectedTextColor,
|
||||||
|
|
||||||
|
DStoolbarBackground,
|
||||||
DSplaceholderTextColor,
|
DSplaceholderTextColor,
|
||||||
DSplaceholderTextColorInteraction,
|
DSplaceholderTextColorInteraction,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user