diff --git a/packages/base/src/styling/ThemingParameters.ts b/packages/base/src/styling/ThemingParameters.ts index f1a75e38d09..f660b9deb67 100644 --- a/packages/base/src/styling/ThemingParameters.ts +++ b/packages/base/src/styling/ThemingParameters.ts @@ -746,6 +746,12 @@ export const ThemingParameters = { sapTab_Critical_Selected_TextColor: 'var(--sapTab_Critical_Selected_TextColor)', sapTab_Critical_Selected_IconColor: 'var(--sapTab_Critical_Selected_IconColor)', sapTab_Critical_Selected_Background: 'var(--sapTab_Critical_Selected_Background)', + sapTab_Neutral_TextColor: 'var(--sapTab_Neutral_TextColor)', + sapTab_Neutral_ForegroundColor: 'var(--sapTab_Neutral_ForegroundColor)', + sapTab_Neutral_IconColor: 'var(--sapTab_Neutral_IconColor)', + sapTab_Neutral_Selected_TextColor: 'var(--sapTab_Neutral_Selected_TextColor)', + sapTab_Neutral_Selected_IconColor: 'var(--sapTab_Neutral_Selected_IconColor)', + sapTab_Neutral_Selected_Background: 'var(--sapTab_Neutral_Selected_Background)', sapTile_Background: 'var(--sapTile_Background)', sapTile_Hover_Background: 'var(--sapTile_Hover_Background)', sapTile_Active_Background: 'var(--sapTile_Active_Background)',