forked from qt-creator/qt-creator
Themes: Update Figma color tokens
This adds color tokens for gradients 01 and 02. Change-Id: I05ae55ff4fd9f496ff1e465e6905398825078b52 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -36,3 +36,8 @@ Token_Notification_Alert=ffc98014
|
|||||||
Token_Notification_Success=ff1f9b5d
|
Token_Notification_Success=ff1f9b5d
|
||||||
Token_Notification_Neutral=ff016876
|
Token_Notification_Neutral=ff016876
|
||||||
Token_Notification_Danger=ffb22245
|
Token_Notification_Danger=ffb22245
|
||||||
|
|
||||||
|
Token_Gradient01_Start=ff016876
|
||||||
|
Token_Gradient01_End=ff1F9B5D
|
||||||
|
Token_Gradient02_Start=ff3A3A3A
|
||||||
|
Token_Gradient02_End=ff838383
|
||||||
|
@@ -35,3 +35,8 @@ Token_Notification_Alert=ffeb991f
|
|||||||
Token_Notification_Success=ff23b26a
|
Token_Notification_Success=ff23b26a
|
||||||
Token_Notification_Neutral=ff0e7887
|
Token_Notification_Neutral=ff0e7887
|
||||||
Token_Notification_Danger=ffdc1343
|
Token_Notification_Danger=ffdc1343
|
||||||
|
|
||||||
|
Token_Gradient01_Start=ff23B26A
|
||||||
|
Token_Gradient01_End=ff0E7887
|
||||||
|
Token_Gradient02_Start=ff949494
|
||||||
|
Token_Gradient02_End=ff474747
|
||||||
|
@@ -247,6 +247,10 @@ public:
|
|||||||
Token_Notification_Success,
|
Token_Notification_Success,
|
||||||
Token_Notification_Neutral,
|
Token_Notification_Neutral,
|
||||||
Token_Notification_Danger,
|
Token_Notification_Danger,
|
||||||
|
Token_Gradient01_Start,
|
||||||
|
Token_Gradient01_End,
|
||||||
|
Token_Gradient02_Start,
|
||||||
|
Token_Gradient02_End,
|
||||||
|
|
||||||
/* Timeline Library */
|
/* Timeline Library */
|
||||||
Timeline_TextColor,
|
Timeline_TextColor,
|
||||||
|
Reference in New Issue
Block a user