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:
Henning Gruendl
2022-02-11 10:26:36 +01:00
committed by Henning Gründl
parent 3688ee17fc
commit 92c786d21e
9 changed files with 36 additions and 0 deletions

View File

@@ -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)

View File

@@ -30,6 +30,10 @@ DSsubPanelBackground=ff1c1c1c
DSthumbnailBackground=ff232323
DSthumbnailLabelBackground=ff2b2a2a
DSgreenLight=ff5cdc68
DSamberLight=ffffbf00
DSredLight=ffff0401
DSinteraction=ff2aafd3
DSerrorColor=ffdf3a3a
DSwarningColor=warning

View File

@@ -21,6 +21,10 @@ DSsubPanelBackground=ffEFEFEF
DSthumbnailBackground=ffE8E8E8
DSthumbnailLabelBackground=ffDDDDDD
DSgreenLight=ff5cdc68
DSamberLight=ffffbf00
DSredLight=ffff0401
DSinteraction=ff2aafd3
DSerrorColor=ffdf3a3a
DSwarningColor=warning

View File

@@ -35,6 +35,10 @@ DSsubPanelBackground=ffEFEFEF
DSthumbnailBackground=ffE8E8E8
DSthumbnailLabelBackground=ffDDDDDD
DSgreenLight=ff5cdc68
DSamberLight=ffffbf00
DSredLight=ffff0401
DSinteraction=ff2aafd3
DSerrorColor=ffdf3a3a
DSwarningColor=warning

View File

@@ -32,6 +32,10 @@ DSsubPanelBackground=ff1c1c1c
DSthumbnailBackground=ff232323
DSthumbnailLabelBackground=ff2b2a2a
DSgreenLight=ff5cdc68
DSamberLight=ffffbf00
DSredLight=ffff0401
DSinteraction=ff2aafd3
DSerrorColor=ffdf3a3a
DSwarningColor=warning

View File

@@ -34,6 +34,10 @@ DSsubPanelBackground=ff1c1c1c
DSthumbnailBackground=ff232323
DSthumbnailLabelBackground=ff2b2a2a
DSgreenLight=ff5cdc68
DSamberLight=ffffbf00
DSredLight=ffff0401
DSinteraction=ff2aafd3
DSerrorColor=ffdf3a3a
DSwarningColor=warning

View File

@@ -30,6 +30,10 @@ DSsubPanelBackground=ffEFEFEF
DSthumbnailBackground=ffE8E8E8
DSthumbnailLabelBackground=ffDDDDDD
DSgreenLight=ff5cdc68
DSamberLight=ffffbf00
DSredLight=ffff0401
DSinteraction=ff2aafd3
DSerrorColor=ffdf3a3a
DSwarningColor=warning

View File

@@ -28,6 +28,10 @@ DSsubPanelBackground=ff1c1c1c
DSthumbnailBackground=ff232323
DSthumbnailLabelBackground=ff2b2a2a
DSgreenLight=ff5cdc68
DSamberLight=ffffbf00
DSredLight=ffff0401
DSinteraction=ff2aafd3
DSerrorColor=ffdf3a3a
DSwarningColor=warning

View File

@@ -432,6 +432,10 @@ public:
DSsubPanelBackground,
DSthumbnailBackground,
DSthumbnailLabelBackground,
DSgreenLight,
DSamberLight,
DSredLight,
};
enum Gradient {