diff options
Diffstat (limited to 'server/sonar-web/design-system/src/theme/light.ts')
-rw-r--r-- | server/sonar-web/design-system/src/theme/light.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/sonar-web/design-system/src/theme/light.ts b/server/sonar-web/design-system/src/theme/light.ts index 7687214258a..24c872e99e9 100644 --- a/server/sonar-web/design-system/src/theme/light.ts +++ b/server/sonar-web/design-system/src/theme/light.ts @@ -646,6 +646,11 @@ export const lightTheme = { //education principles educationPrincipleBackground: COLORS.indigo[25], educationPrincipleBorder: COLORS.indigo[300], + + // SonarLint PromotionNotification + promotionNotification: COLORS.blueGrey[35], + promotionNotificationBackground: COLORS.blueGrey[700], + promotionNotificationSeparator: COLORS.blueGrey[500], }, // contrast colors to be used for text when using a color background with the same name |