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 | 6 |
1 files changed, 6 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 fb5d41f4766..f5f33fcac32 100644 --- a/server/sonar-web/design-system/src/theme/light.ts +++ b/server/sonar-web/design-system/src/theme/light.ts @@ -661,6 +661,12 @@ export const lightTheme = { promotionNotification: COLORS.blueGrey[35], promotionNotificationBackground: COLORS.blueGrey[700], promotionNotificationSeparator: COLORS.blueGrey[500], + + // Workspace + workSpaceViewerBackground: COLORS.blueGrey[25], + workSpaceViewerShadow: COLORS.blueGrey[700], + workSpaceNavItem: COLORS.white, + workSpaceNavItemBackground: COLORS.blueGrey[500], }, // contrast colors to be used for text when using a color background with the same name |