forked from qt-creator/qt-creator
QmlDesigner: Add new color values
Add DSgreenLight, DSamberLight, DSredLight colors Task-number: QDS-6174 Change-Id: I59e745aabc8b8182c36027f875af7709f8c62060 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
committed by
Henning Gründl
parent
3688ee17fc
commit
92c786d21e
@@ -211,6 +211,10 @@ QtObject {
|
||||
|
||||
property string themePanelBackground: Theme.color(Theme.DSpanelBackground)
|
||||
|
||||
property string themeGreenLight: Theme.color(Theme.DSgreenLight)
|
||||
property string themeAmberLight: Theme.color(Theme.DSamberLight)
|
||||
property string themeRedLight: Theme.color(Theme.DSredLight)
|
||||
|
||||
property string themeInteraction: Theme.color(Theme.DSinteraction)
|
||||
property string themeError: Theme.color(Theme.DSerrorColor)
|
||||
property string themeWarning: Theme.color(Theme.DSwarningColor)
|
||||
|
@@ -30,6 +30,10 @@ DSsubPanelBackground=ff1c1c1c
|
||||
DSthumbnailBackground=ff232323
|
||||
DSthumbnailLabelBackground=ff2b2a2a
|
||||
|
||||
DSgreenLight=ff5cdc68
|
||||
DSamberLight=ffffbf00
|
||||
DSredLight=ffff0401
|
||||
|
||||
DSinteraction=ff2aafd3
|
||||
DSerrorColor=ffdf3a3a
|
||||
DSwarningColor=warning
|
||||
|
@@ -21,6 +21,10 @@ DSsubPanelBackground=ffEFEFEF
|
||||
DSthumbnailBackground=ffE8E8E8
|
||||
DSthumbnailLabelBackground=ffDDDDDD
|
||||
|
||||
DSgreenLight=ff5cdc68
|
||||
DSamberLight=ffffbf00
|
||||
DSredLight=ffff0401
|
||||
|
||||
DSinteraction=ff2aafd3
|
||||
DSerrorColor=ffdf3a3a
|
||||
DSwarningColor=warning
|
||||
|
@@ -35,6 +35,10 @@ DSsubPanelBackground=ffEFEFEF
|
||||
DSthumbnailBackground=ffE8E8E8
|
||||
DSthumbnailLabelBackground=ffDDDDDD
|
||||
|
||||
DSgreenLight=ff5cdc68
|
||||
DSamberLight=ffffbf00
|
||||
DSredLight=ffff0401
|
||||
|
||||
DSinteraction=ff2aafd3
|
||||
DSerrorColor=ffdf3a3a
|
||||
DSwarningColor=warning
|
||||
|
@@ -32,6 +32,10 @@ DSsubPanelBackground=ff1c1c1c
|
||||
DSthumbnailBackground=ff232323
|
||||
DSthumbnailLabelBackground=ff2b2a2a
|
||||
|
||||
DSgreenLight=ff5cdc68
|
||||
DSamberLight=ffffbf00
|
||||
DSredLight=ffff0401
|
||||
|
||||
DSinteraction=ff2aafd3
|
||||
DSerrorColor=ffdf3a3a
|
||||
DSwarningColor=warning
|
||||
|
@@ -34,6 +34,10 @@ DSsubPanelBackground=ff1c1c1c
|
||||
DSthumbnailBackground=ff232323
|
||||
DSthumbnailLabelBackground=ff2b2a2a
|
||||
|
||||
DSgreenLight=ff5cdc68
|
||||
DSamberLight=ffffbf00
|
||||
DSredLight=ffff0401
|
||||
|
||||
DSinteraction=ff2aafd3
|
||||
DSerrorColor=ffdf3a3a
|
||||
DSwarningColor=warning
|
||||
|
@@ -30,6 +30,10 @@ DSsubPanelBackground=ffEFEFEF
|
||||
DSthumbnailBackground=ffE8E8E8
|
||||
DSthumbnailLabelBackground=ffDDDDDD
|
||||
|
||||
DSgreenLight=ff5cdc68
|
||||
DSamberLight=ffffbf00
|
||||
DSredLight=ffff0401
|
||||
|
||||
DSinteraction=ff2aafd3
|
||||
DSerrorColor=ffdf3a3a
|
||||
DSwarningColor=warning
|
||||
|
@@ -28,6 +28,10 @@ DSsubPanelBackground=ff1c1c1c
|
||||
DSthumbnailBackground=ff232323
|
||||
DSthumbnailLabelBackground=ff2b2a2a
|
||||
|
||||
DSgreenLight=ff5cdc68
|
||||
DSamberLight=ffffbf00
|
||||
DSredLight=ffff0401
|
||||
|
||||
DSinteraction=ff2aafd3
|
||||
DSerrorColor=ffdf3a3a
|
||||
DSwarningColor=warning
|
||||
|
@@ -432,6 +432,10 @@ public:
|
||||
DSsubPanelBackground,
|
||||
DSthumbnailBackground,
|
||||
DSthumbnailLabelBackground,
|
||||
|
||||
DSgreenLight,
|
||||
DSamberLight,
|
||||
DSredLight,
|
||||
};
|
||||
|
||||
enum Gradient {
|
||||
|
Reference in New Issue
Block a user