diff options
author | Alessandro Portale <[email protected]> | 2024-10-16 14:41:28 +0200 |
---|---|---|
committer | Alessandro Portale <[email protected]> | 2024-10-16 16:12:41 +0000 |
commit | 5b74c918e0c6efa23dfe9afab52bd1fbdacd1c54 (patch) | |
tree | c825c3f941fd9cc2c4b11961cdea763a67874099 | |
parent | 80fe40a5e7eb0270e670996217ee568ad3ba5c77 (diff) |
Themes: Fix Notification_* tokens that were swappedv15.0.0-beta1
My copy paste skills failed me.
Amends: 7ea99e184d8a53f3e3623dc671bef52a7f854a65
Task-number: QTCREATORBUG-31829
Change-Id: I68b260f79a1a232b5904de4fed5b840f6996a849
Reviewed-by: Marcus Tillmanns <[email protected]>
-rw-r--r-- | share/qtcreator/themes/light.figmatokens | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/qtcreator/themes/light.figmatokens b/share/qtcreator/themes/light.figmatokens index c06a8db19a6..c156f14bb1f 100644 --- a/share/qtcreator/themes/light.figmatokens +++ b/share/qtcreator/themes/light.figmatokens @@ -30,17 +30,17 @@ Token_Notification_Alert_Default=ffBC7A19 Token_Notification_Alert_Muted=ffEB991F Token_Notification_Alert_Subtle=ffFFEBCD -Token_Notification_Success_Default=ff27138B -Token_Notification_Success_Muted=ff361EAB -Token_Notification_Success_Subtle=ffD9D2F9 +Token_Notification_Neutral_Default=ff27138B +Token_Notification_Neutral_Muted=ff361EAB +Token_Notification_Neutral_Subtle=ffD9D2F9 -Token_Notification_Neutral_Default=ffB00F36 -Token_Notification_Neutral_Muted=ffDC1343 -Token_Notification_Neutral_Subtle=ffFACED9 +Token_Notification_Danger_Default=ffB00F36 +Token_Notification_Danger_Muted=ffDC1343 +Token_Notification_Danger_Subtle=ffFACED9 -Token_Notification_Danger_Default=ff12834B -Token_Notification_Danger_Muted=ff12A75D -Token_Notification_Danger_Subtle=ffDBFDEC +Token_Notification_Success_Default=ff12834B +Token_Notification_Success_Muted=ff12A75D +Token_Notification_Success_Subtle=ffDBFDEC Token_Gradient01_Start=ff1EC974 Token_Gradient01_End=ff0099A1 |