UNPKG

@openui5/sap.ui.core

Version:

OpenUI5 Core Library sap.ui.core

1,189 lines (957 loc) 267 kB
// /** // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt. // * Theming Engine 1.23011.0-20221202113725 // * data:{"sModified":"2022-12-07T13:34:17Z"} // */ /******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.1.48) *******************/ // [Label "Brand Color"] // [Description "The color which builds your brand."] // [Tags "Quick", "Base", "Color", "Protected"] @sapBrandColor: @sapDefault_Color; // [Label "Highlight Color"] // [Description "The color which is used to highlight screen elements."] // [Tags "Quick", "Base", "Content", "Color", "Protected"] @sapHighlightColor: @sapDefault_Color; // [Label "Base Color"] // [Description "The color which is used to derive the most dominant background colors."] // [Tags "Quick", "Base", "Color", "Protected"] @sapBaseColor: @sapDefault_Color; // [Label "Shell Header Color"] // [Description "The color of the shell header bar."] // [Tags "Quick", "Base", "Shell", "Color", "Protected"] @sapShellColor: @sapDefault_Color; // [Label "Background Color"] // [Description "The main background color of the screen."] // [Tags "Quick", "Base", "Color", "Protected"] @sapBackgroundColor: @sapDefault_Color; // [Label "Font Family"] // [Description "The preferred font family."] // [Tags "Quick", "Base", "Content", "Font", "Protected"] @sapFontFamily: @sapDefault_Font; // [Label "Font Size"] // [Description "The preferred font size."] // [Tags "Quick", "Base", "Content", "Dimension", "Font", "Protected"] @sapFontSize: @sapDefault_Dimension; // [Label "Text Color"] // [Description "The preferred text color."] // [Tags "Quick", "Base", "Content", "Color", "Font", "Protected"] @sapTextColor: @sapDefault_Color; // [Label "Link Color"] // [Description "The color of the link text."] // [Tags "Quick", "Base", "Content", "Color", "Font", "Link", "Protected"] @sapLinkColor: @sapDefault_Color; // [Label "Company Logo"] // [Description "The URI to the logo of your company."] // [Tags "Quick", "Base", "URI", "Image", "Protected"] @sapCompanyLogo: @sapDefault_URI; // [Label "Background Image/Gradient"] // [Description "The gradient or the URI to the image which is shown as background."] // [Tags "Quick", "Base", "URI", "Image", "Protected"] @sapBackgroundImage: @sapDefault_URI; // [Label "Background Opacity"] // [Description "A value between 0.0 and 1.0 to control the opacity of the background image."] // [Tags "Quick", "Base", "Opacity", "Protected"] @sapBackgroundImageOpacity: @sapDefault_Float; // [Label "Background Repeat"] // [Description "The switch to turn on/off the repetition of the background image. Chose 'true' or 'false' as value."] // [Tags "Quick", "Base", "Protected"] @sapBackgroundImageRepeat: @sapDefault_Boolean; // [Label "Selected Color"] // [Description "The color of selected elements."] // [Tags "Quick", "Base", "Color", "Protected"] @sapSelectedColor: @sapDefault_Color; // [Label "Active Color"] // [Description "The color of activated elements."] // [Tags "Quick", "Base", "Color", "Protected"] @sapActiveColor: @sapDefault_Color; // [Label "Highlight Text Color"] // [Description "The text color of highlighted screen elements."] // [Tags "Quick", "Base", "Content", "Color", "Font", "Protected"] @sapHighlightTextColor: @sapDefault_Color; // [Label "Title Text Color"] // [Description "The text color of the application title."] // [Tags "Quick", "Base", "Color", "Font", "Protected"] @sapTitleColor: @sapDefault_Color; // [Label "Negative Color"] // [Description "The color for elements showing negative state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapNegativeColor: @sapDefault_Color; // [Label "Critical Color"] // [Description "The color for elements showing critical state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapCriticalColor: @sapDefault_Color; // [Label "Positive Color"] // [Description "The color for elements showing positive state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapPositiveColor: @sapDefault_Color; // [Label "Informative Color"] // [Description "The color for elements showing informative state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapInformativeColor: @sapDefault_Color; // [Label "Neutral Color"] // [Description "The color for elements showing neutral state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapNeutralColor: @sapDefault_Color; // [Label "Negative Foreground Element Color"] // [Description "The color for foreground elements showing negative state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapNegativeElementColor: @sapDefault_Color; // [Label "Critical Foreground Element Color"] // [Description "The color for foreground elements showing critical state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapCriticalElementColor: @sapDefault_Color; // [Label "Positive Foreground Element Color"] // [Description "The color for foreground elements showing positive state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapPositiveElementColor: @sapDefault_Color; // [Label "Informative Foreground Element Color"] // [Description "The color for foreground elements showing informative state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapInformativeElementColor: @sapDefault_Color; // [Label "Neutral Foreground Element Color"] // [Description "The color for foreground elements showing neutral state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapNeutralElementColor: @sapDefault_Color; // [Label "Negative Text Color"] // [Description "The color for text showing negative or error state."] // [Tags "Base", "SemanticColor", "Color", "Font", "Protected"] @sapNegativeTextColor: @sapDefault_Color; // [Label "Critical Text Color"] // [Description "The color for text showing critical or warning state."] // [Tags "Base", "SemanticColor", "Color", "Font", "Protected"] @sapCriticalTextColor: @sapDefault_Color; // [Label "Positive Text Color"] // [Description "The color for text showing positive or success state."] // [Tags "Base", "SemanticColor", "Color", "Font", "Protected"] @sapPositiveTextColor: @sapDefault_Color; // [Label "Informative Text Color"] // [Description "The color for text showing an informative or information state."] // [Tags "Base", "SemanticColor", "Color", "Font", "Protected"] @sapInformativeTextColor: @sapDefault_Color; // [Label "Neutral Text Color"] // [Description "The color for text showing neutral state."] // [Tags "Base", "SemanticColor", "Color", "Font", "Protected"] @sapNeutralTextColor: @sapDefault_Color; // [Label "Error Color"] // [Description "The color for elements showing error state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapErrorColor: @sapDefault_Color; // [Label "Warning Color"] // [Description "The color for elements showing warning state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapWarningColor: @sapDefault_Color; // [Label "Success Color"] // [Description "The color for elements showing success state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapSuccessColor: @sapDefault_Color; // [Label "Information Color"] // [Description "The color for elements showing information state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapInformationColor: @sapDefault_Color; // [Label "Error Background Color"] // [Description "The color for backgrounds showing negative or error state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapErrorBackground: @sapDefault_Color; // [Label "Warning Background Color"] // [Description "The color for backgrounds showing critical or warning state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapWarningBackground: @sapDefault_Color; // [Label "Success Background Color"] // [Description "The color for backgrounds showing positive or success state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapSuccessBackground: @sapDefault_Color; // [Label "Information Background Color"] // [Description "The color for backgrounds showing informative or information state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapInformationBackground: @sapDefault_Color; // [Label "Neutral Background Color"] // [Description "The color for backgrounds showing neutral state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapNeutralBackground: @sapDefault_Color; // [Label "Error Border Color"] // [Description "The color for borders showing negative or error state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapErrorBorderColor: @sapDefault_Color; // [Label "Warning Border Color"] // [Description "The color for borders showing critical or warning state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapWarningBorderColor: @sapDefault_Color; // [Label "Success Border Color"] // [Description "The color for borders showing positive or success state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapSuccessBorderColor: @sapDefault_Color; // [Label "Information Border Color"] // [Description "The color for borders showing informative or information state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapInformationBorderColor: @sapDefault_Color; // [Label "Neutral Border Color"] // [Description "The color for borders showing neutral state."] // [Tags "Base", "SemanticColor", "Color", "Protected"] @sapNeutralBorderColor: @sapDefault_Color; // [Label "Element Line Height"] // [Description "The height of the line box surrounding the inline elements in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] @sapElement_LineHeight: @sapDefault_Dimension; // [Label "Element Height"] // [Description "The height of inline elements in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] @sapElement_Height: @sapDefault_Dimension; // [Label "Element Border Thickness"] // [Description "The standard thickness of element borders."] // [Tags "Base", "Content", "Dimension", "Protected"] @sapElement_BorderWidth: @sapDefault_Dimension; // [Label "Element Border Corner Radius"] // [Description "The standard corner radius of element borders."] // [Tags "Base", "Content", "Dimension", "Protected"] @sapElement_BorderCornerRadius: @sapDefault_Dimension; // [Label "Element Compact Line Height"] // [Description "The compact height of the line box surrounding the inline elements in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] @sapElement_Compact_LineHeight: @sapDefault_Dimension; // [Label "Element Compact Height"] // [Description "The compact height of inline elements in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] @sapElement_Compact_Height: @sapDefault_Dimension; // [Label "Element Condensed Line Height"] // [Description "The condensed height of the line box surrounding the inline elements in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] @sapElement_Condensed_LineHeight: @sapDefault_Dimension; // [Label "Element Condensed Height"] // [Description "The condensed height of inline elements in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] @sapElement_Condensed_Height: @sapDefault_Dimension; // [Label "Line Height EM"] // [Description "The height of lines in the content area (in em). Basically this is used as the CSS line-height property."] // [Tags "Base", "Content", "Dimension", "Protected"] @sapContent_LineHeight: @sapDefault_Dimension; // [Label "Icon Height"] // [Description "The height of inline icons in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] @sapContent_IconHeight: @sapDefault_Dimension; // [Label "Icon Color"] // [Description "The color of icons."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_IconColor: @sapDefault_Color; // [Label "Icon Contrast Color"] // [Description "The alternative icon color switched to by a threshold to keep contrast for icons."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_ContrastIconColor: @sapDefault_Color; // [Label "Icon Non-interactive Color"] // [Description "The color of non-interactive icons."] // [TranslationKey "sapContent_NoIntactvIcoClr"] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_NonInteractiveIconColor: @sapDefault_Color; // [Label "Marker Icon Color"] // [Description "The color of marker icons."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_MarkerIconColor: @sapDefault_Color; // [Label "Marker Text Color"] // [Description "The color of marker texts."] // [Tags "Base", "Content", "Color", "Font", "Protected"] @sapContent_MarkerTextColor: @sapDefault_Color; // [Label "Measure Indicator Color"] // [Description "The color of measuring indicators."] // [TranslationKey "sapContent_MeasIndClr"] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_MeasureIndicatorColor: @sapDefault_Color; // [Label "Selected Measure Indicator Color"] // [Description "The selected state color of measuring indicators."] // [TranslationKey "sapContent_SelMeasIndClr"] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Selected_MeasureIndicatorColor: @sapDefault_Color; // [Label "Placeholder Loading Background Color"] // [Description "The background color of placeholder loading."] // [TranslationKey "sapContent_PlaceholderloadBg"] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Placeholderloading_Background: @sapDefault_Color; // [Label "Placeholder Loading Gradient"] // [Description "The gradient values of placeholder loading."] // [TranslationKey "sapContent_PlaceholderloadGrad"] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Placeholderloading_Gradient: @sapDefault_Color; // [Label "Image Placeholder Background Color"] // [Description "The background color of image placeholders."] // [TranslationKey "sapContent_ImgPlaceholderBg"] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_ImagePlaceholderBackground: @sapDefault_Color; // [Label "Image Placeholder Foreground Color"] // [Description "The foreground color of image placeholders."] // [TranslationKey "sapContent_ImgPlaceholderFg"] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_ImagePlaceholderForegroundColor: @sapDefault_Color; // [Label "Rated Color"] // [Description "Color for rated content items."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_RatedColor: @sapDefault_Color; // [Label "Unrated Color"] // [Description "Color for unrated content items."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_UnratedColor: @sapDefault_Color; // [Label "Busy Color"] // [Description "Color of the busy indicator."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_BusyColor: @sapDefault_Color; // [Label "Focus Color"] // [Description "The color of the focus."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_FocusColor: @sapDefault_Color; // [Label "Focus Style"] // [Description "The style of the focus."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_FocusStyle: @sapDefault_BorderStyle; // [Label "Focus Width"] // [Description "The width of the focus."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_FocusWidth: @sapDefault_Dimension; // [Label "Focus Contrast Color"] // [Description "The alternative focus color."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_ContrastFocusColor: @sapDefault_Color; // [Label "Shadow Color"] // [Description "The shadow color."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_ShadowColor: @sapDefault_Color; // [Label "Shadow Contrast Color"] // [Description "The alternative shadow color."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_ContrastShadowColor: @sapDefault_Color; // [Label "Shadow Level 0"] // [Description "Shadow for Card/Tile type controls."] // [Tags "Base", "Content", "Protected"] @sapContent_Shadow0: @sapDefault_Shadow; // [Label "Shadow Level 1"] // [Description "Shadow for Dropdowns/Floating/Footer/Menu type controls."] // [Tags "Base", "Content", "Protected"] @sapContent_Shadow1: @sapDefault_Shadow; // [Label "Shadow Level 2"] // [Description "Shadow for Popovers and MessageToasts."] // [Tags "Base", "Content", "Protected"] @sapContent_Shadow2: @sapDefault_Shadow; // [Label "Shadow Level 3"] // [Description "Shadow for dialogs."] // [Tags "Base", "Content", "Protected"] @sapContent_Shadow3: @sapDefault_Shadow; // [Label "Text Shadow"] // [Description "The standard text shadow."] // [Tags "Base", "Content", "Font", "Protected"] @sapContent_TextShadow: @sapDefault_Shadow; // [Label "Text Contrast Shadow"] // [Description "The alternative text shadow."] // [Tags "Base", "Content", "Font", "Protected"] @sapContent_ContrastTextShadow: @sapDefault_Shadow; // [Label "Header Shadow"] // [Description "The standard header shadow."] // [Tags "Base", "Content", "Protected"] @sapContent_HeaderShadow: @sapDefault_Shadow; // [Label "Interaction Shadow"] // [Description "The standard interaction shadow."] // [Tags "Base", "Content", "Protected"] @sapContent_Interaction_Shadow: @sapDefault_Shadow; // [Label "Selected Shadow"] // [Description "The standard selected shadow."] // [Tags "Base", "Content", "Protected"] @sapContent_Selected_Shadow: @sapDefault_Shadow; // [Label "Negative Shadow"] // [Description "The standard negative shadow."] // [Tags "Base", "Content", "Protected"] @sapContent_Negative_Shadow: @sapDefault_Shadow; // [Label "Critical Shadow"] // [Description "The standard critical shadow."] // [Tags "Base", "Content", "Protected"] @sapContent_Critical_Shadow: @sapDefault_Shadow; // [Label "Positive Shadow"] // [Description "The standard positive shadow."] // [Tags "Base", "Content", "Protected"] @sapContent_Positive_Shadow: @sapDefault_Shadow; // [Label "Informative Shadow"] // [Description "The standard informative shadow."] // [Tags "Base", "Content", "Protected"] @sapContent_Informative_Shadow: @sapDefault_Shadow; // [Label "Neutral Shadow"] // [Description "The standard neutral shadow."] // [Tags "Base", "Content", "Protected"] @sapContent_Neutral_Shadow: @sapDefault_Shadow; // [Label "Search Result Highlight Color"] // [Description "The color of found search results in the content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_SearchHighlightColor: @sapDefault_Color; // [Label "Help Indication Color"] // [Description "The color which indicates that the element has help content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_HelpColor: @sapDefault_Color; // [Label "Label Color"] // [Description "The color of labels in the content area."] // [Tags "Base", "Content", "Color", "Font", "Protected"] @sapContent_LabelColor: @sapDefault_Color; // [Label "Monospace Font Family"] // [Description "Defines which monospaced font is used for specific texts in the content area."] // [Tags "Base", "Content", "Font", "Protected"] @sapContent_MonospaceFontFamily: @sapDefault_Font; // [Label "Monospace Bold Font Family"] // [Description "Defines which monospaced bold font is used for specific texts in the content area."] // [TranslationKey "sapContent_MonoBoldFontFamily"] // [Tags "Base", "Content", "Font", "Protected"] @sapContent_MonospaceBoldFontFamily: @sapDefault_Font; // [Label "Icon Font Family"] // [Description "Defines which font is used to display the font icons."] // [Tags "Base", "Content", "Font", "Protected"] @sapContent_IconFontFamily: @sapDefault_Font; // [Label "Disabled Text Color"] // [Description "The color of texts on disabled screen elements in the content area."] // [Tags "Base", "Content", "Color", "Font", "Protected"] @sapContent_DisabledTextColor: @sapDefault_Color; // [Label "Disabled Opacity"] // [Description "The opacity value of disabled screen elements in the content area."] // [Tags "Base", "Content", "Protected"] @sapContent_DisabledOpacity: @sapDefault_Float; // [Label "Text Contrast Threshold"] // [Description "The threshold to switch to alternative text color to keep contrast for texts."] // [TranslationKey "sapContent_ContrastTxtThreshold"] // [Tags "Base", "Content", "Font", "Protected"] @sapContent_ContrastTextThreshold: 0.75; // [Label "Text Contrast Color"] // [Description "The alternative text color switched to by a threshold to keep contrast for texts."] // [Tags "Base", "Content", "Color", "Font", "Protected"] @sapContent_ContrastTextColor: @sapDefault_Color; // [Label "Foreground Color"] // [Description "The foreground color of the content area."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_ForegroundColor: @sapDefault_Color; // [Label "Foreground Border Color"] // [Description "The foreground color of the borders of the content area."] // [TranslationKey "sapContent_ForegroundBorderCol"] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_ForegroundBorderColor: @sapDefault_Color; // [Label "Foreground Text Color"] // [Description "The foreground color of texts in the content area."] // [Tags "Base", "Content", "Color", "Font", "Protected"] @sapContent_ForegroundTextColor: @sapDefault_Color; // [Label "Badge Background Color"] // [Description "The background color of badges."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_BadgeBackground: @sapDefault_Color; // [Label "Badge Text Color"] // [Description "The text color of badges (e.g. Shell Notifications)."] // [Tags "Base", "Content", "Color", "Font", "Protected"] @sapContent_BadgeTextColor: @sapDefault_Color; // [Label "Drag and Drop Active Color"] // [Description "The color used to indicate active drag and drop interaction."] // [TranslationKey "sapContent_DnDActiveColor"] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_DragAndDropActiveColor: @sapDefault_Color; // [Label "Selected Text Color"] // [Description "The color of selected (toggled) text."] // [Tags "Base", "Content", "Color", "Font", "Protected"] @sapContent_Selected_TextColor: @sapDefault_Color; // [Label "Selected Background Color"] // [Description "The background color of selected (toggled) elements."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Selected_Background: @sapDefault_Color; // [Label "Selected Hover Background Color"] // [Description "The hover state background color of selected (toggled) elements."] // [TranslationKey "sapContent_Selected_HoverBg"] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Selected_Hover_Background: @sapDefault_Color; // [Label "Selected Foreground Color"] // [Description "The foreground color of selected (toggled) elements."] // [TranslationKey "sapContent_Selected_Fg"] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Selected_ForegroundColor: @sapDefault_Color; // [Label "Forced Color Adjust"] // [Description "Decides wether OS high contrast settings should be respected (auto) or ignored (none)."] // [Tags "Base", "Content", "Protected"] @sapContent_ForcedColorAdjust: none; // [Label "Illustrative Color 1"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color1: @sapDefault_Color; // [Label "Illustrative Color 2"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color2: @sapDefault_Color; // [Label "Illustrative Color 3"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color3: @sapDefault_Color; // [Label "Illustrative Color 4"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color4: @sapDefault_Color; // [Label "Illustrative Color 5"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color5: @sapDefault_Color; // [Label "Illustrative Color 6"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color6: @sapDefault_Color; // [Label "Illustrative Color 7"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color7: @sapDefault_Color; // [Label "Illustrative Color 8"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color8: @sapDefault_Color; // [Label "Illustrative Color 9"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color9: @sapDefault_Color; // [Label "Illustrative Color 10"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color10: @sapDefault_Color; // [Label "Illustrative Color 11"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color11: @sapDefault_Color; // [Label "Illustrative Color 12"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color12: @sapDefault_Color; // [Label "Illustrative Color 13"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color13: @sapDefault_Color; // [Label "Illustrative Color 14"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color14: @sapDefault_Color; // [Label "Illustrative Color 15"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color15: @sapDefault_Color; // [Label "Illustrative Color 16"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color16: @sapDefault_Color; // [Label "Illustrative Color 17"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color17: @sapDefault_Color; // [Label "Illustrative Color 18"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color18: @sapDefault_Color; // [Label "Illustrative Color 19"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color19: @sapDefault_Color; // [Label "Illustrative Color 20"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Protected"] @sapContent_Illustrative_Color20: @sapDefault_Color; // [Label "Light Font Family"] // [Description "The preferred light font family."] // [Tags "Base", "Content", "Font", "Protected"] @sapFontLightFamily: @sapDefault_Font; // [Label "Bold Font Family"] // [Description "The preferred bold font family of headers."] // [Tags "Base", "Content", "Font", "Protected"] @sapFontBoldFamily: @sapDefault_Font; // [Label "Semi Bold Font Family"] // [Description "The preferred semi bold font family."] // [Tags "Base", "Content", "Font", "Protected"] @sapFontSemiboldFamily: @sapDefault_Font; // [Label "Semi Bold Duplex Font Family"] // [Description "The preferred semi bold duplex font family (with the same widths as @sapFontFamily)."] // [Tags "Base", "Content", "Font", "Protected"] @sapFontSemiboldDuplexFamily: @sapDefault_Font; // [Label "Black Font Family"] // [Description "The preferred black font family of headers."] // [Tags "Base", "Content", "Font", "Protected"] @sapFontBlackFamily: @sapDefault_Font; // [Label "Header Font Family"] // [Description "The preferred font family of headers."] // [Tags "Base", "Content", "Font", "Protected"] @sapFontHeaderFamily: @sapDefault_Font; // [Label "Small Font Size"] // [Description "The font size for small texts."] // [Tags "Base", "Content", "Dimension", "Font", "Protected"] @sapFontSmallSize: @sapDefault_Dimension; // [Label "Large Font Size"] // [Description "The font size for large texts."] // [Tags "Base", "Content", "Dimension", "Font", "Protected"] @sapFontLargeSize: @sapDefault_Dimension; // [Label "Level 1 Header Font Size"] // [Description "A font size for headers."] // [Tags "Base", "Content", "Dimension", "Font", "Protected"] @sapFontHeader1Size: @sapDefault_Dimension; // [Label "Level 2 Header Font Size"] // [Description "A font size for headers."] // [Tags "Base", "Content", "Dimension", "Font", "Protected"] @sapFontHeader2Size: @sapDefault_Dimension; // [Label "Level 3 Header Font Size"] // [Description "A font size for headers."] // [Tags "Base", "Content", "Dimension", "Font", "Protected"] @sapFontHeader3Size: @sapDefault_Dimension; // [Label "Level 4 Header Font Size"] // [Description "A font size for headers."] // [Tags "Base", "Content", "Dimension", "Font", "Protected"] @sapFontHeader4Size: @sapDefault_Dimension; // [Label "Level 5 Header Font Size"] // [Description "A font size for headers."] // [Tags "Base", "Content", "Dimension", "Font", "Protected"] @sapFontHeader5Size: @sapDefault_Dimension; // [Label "Level 6 Header Font Size"] // [Description "A font size for headers."] // [Tags "Base", "Content", "Dimension", "Font", "Protected"] @sapFontHeader6Size: @sapDefault_Dimension; // [Label "Link Hover Color"] // [Description "The hover state color of links."] // [Tags "Base", "Content", "Color", "Font", "Link", "Protected"] @sapLink_Hover_Color: @sapDefault_Color; // [Label "Link Active Color"] // [Description "The active state color of links."] // [Tags "Base", "Content", "Color", "Font", "Link", "Protected"] @sapLink_Active_Color: @sapDefault_Color; // [Label "Link Visited Color"] // [Description "The color for visited links."] // [Tags "Base", "Content", "Color", "Font", "Link", "Protected"] @sapLink_Visited_Color: @sapDefault_Color; // [Label "Inverted Link Color"] // [Description "The inverted color for links."] // [Tags "Base", "Content", "Color", "Font", "Link", "Protected"] @sapLink_InvertedColor: @sapDefault_Color; // [Label "Subtle Link Color"] // [Description "The text color of less prominent (subtle) links."] // [Tags "Base", "Content", "Color", "Font", "Link", "Protected"] @sapLink_SubtleColor: @sapDefault_Color; // [Label "Shell Background Color"] // [Description "The background color of the shell."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Background: @sapDefault_Color; // [Label "Shell Background Image/Gradient"] // [Description "The background image or gradient of the shell."] // [Tags "Base", "Shell", "URI", "Image", "Protected"] @sapShell_BackgroundImage: @sapDefault_URI; // [Label "Shell Background Opacity"] // [Description "A value between 0.0 and 1.0 to control the opacity of the shell background image."] // [Tags "Base", "Shell", "Opacity", "Protected"] @sapShell_BackgroundImageOpacity: @sapDefault_Float; // [Label "Shell Background Repeat"] // [Description "The switch to turn on/off the repetition of the shell background image. Chose 'true' or 'false' as value."] // [Tags "Base", "Shell", "Protected"] @sapShell_BackgroundImageRepeat: @sapDefault_Boolean; // [Label "Shell Border Color"] // [Description "The color of the borders of the shell."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_BorderColor: @sapDefault_Color; // [Label "Shell Text Color"] // [Description "The color of texts in the shell."] // [Tags "Base", "Shell", "Color", "Font", "Protected"] @sapShell_TextColor: @sapDefault_Color; // [Label "Shell Interactive Background Color"] // [Description "The background color of interactive shell content."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_InteractiveBackground: @sapDefault_Color; // [Label "Shell Interactive Text Color"] // [Description "The color of texts of interactive areas in the shell."] // [Tags "Base", "Shell", "Color", "Font", "Protected"] @sapShell_InteractiveTextColor: @sapDefault_Color; // [Label "Shell Interactive Border Color"] // [Description "The border color of interactive shell content."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_InteractiveBorderColor: @sapDefault_Color; // [Label "Shell Group Title Text Color"] // [Description "The text color for shell group titles."] // [Tags "Base", "Shell", "Color", "Font", "Protected"] @sapShell_GroupTitleTextColor: @sapDefault_Color; // [Label "Shell Group Title Text Shadow"] // [Description "Text shadow of shell group title."] // [TranslationKey "sapShell_Group_Title_TxtShadow"] // [Tags "Base", "Shell", "Color", "Font", "Protected"] @sapShell_GroupTitleTextShadow: @sapDefault_Shadow; // [Label "Shell Hover Background"] // [Description "The hover state background color for shell content."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Hover_Background: @sapDefault_Color; // [Label "Shell Active Background"] // [Description "The background color for active shell content."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Active_Background: @sapDefault_Color; // [Label "Shell Active Text Color"] // [Description "The text color for active shell content."] // [Tags "Base", "Shell", "Color", "Font", "Protected"] @sapShell_Active_TextColor: @sapDefault_Color; // [Label "Shell Selected Background"] // [Description "The background color for selected shell content."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Selected_Background: @sapDefault_Color; // [Label "Shell Selected Text Color"] // [Description "The text color for selected shell content."] // [Tags "Base", "Shell", "Color", "Font", "Protected"] @sapShell_Selected_TextColor: @sapDefault_Color; // [Label "Shell Hover on Selected Background"] // [Description "The background color for the hover state of selected shell content."] // [TranslationKey "sapShell_SelHvrBackground"] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Selected_Hover_Background: @sapDefault_Color; // [Label "Shell Favicon"] // [Description "The URI to the favorite or shortcut icon displayed for the shell."] // [Tags "Base", "Shell", "URI", "Image", "Protected"] @sapShell_Favicon: @sapDefault_URI; // [Label "Shell Navigation Area Background"] // [Description "The background color for the shell navigation area."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Navigation_Background: @sapDefault_Color; // [Label "Shell Navigation Area Hover Background"] // [Description "The hover state background color for the shell navigation area."] // [TranslationKey "sapShell_Navigation_Hvr_Bg"] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Navigation_Hover_Background: @sapDefault_Color; // [Label "Shell Navigation Selected Color"] // [Description "The color of selected shell content."] // [TranslationKey "sapShell_Navigation_SelColor"] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Navigation_SelectedColor: @sapDefault_Color; // [Label "Shell Navigation Selected Text Color"] // [Description "The color of selected text in the shell."] // [TranslationKey "sapShell_Navigation_Sel_TxtClr"] // [Tags "Base", "Shell", "Color", "Font", "Protected"] @sapShell_Navigation_Selected_TextColor: @sapDefault_Color; // [Label "Shell Navigation Text Color"] // [Description "The standard color of text in the shell."] // [Tags "Base", "Shell", "Color", "Font", "Protected"] @sapShell_Navigation_TextColor: @sapDefault_Color; // [Label "Shell Navigation Active Text Color"] // [Description "The active (down) state text color of shell navigation area content."] // [TranslationKey "sapShell_Navigation_Act_TxtClr"] // [Tags "Base", "Shell", "Color", "Font", "Protected"] @sapShell_Navigation_Active_TextColor: @sapDefault_Color; // [Label "Shell Navigation Active Background"] // [Description "The active (down) state background color of the shell navigation area content."] // [TranslationKey "sapShell_Navigation_Act_Bg"] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Navigation_Active_Background: @sapDefault_Color; // [Label "Shell Shadow"] // [Description "The shadow of the shell on the content area."] // [Tags "Base", "Shell", "Protected"] @sapShell_Shadow: @sapDefault_Shadow; // [Label "Shell Negative Color"] // [Description "The negative semantic color for use in shell contexts."] // [TranslationKey "sapShell_NegClr"] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_NegativeColor: @sapDefault_Color; // [Label "Shell Critical Color"] // [Description "The critical semantic color for use in shell contexts."] // [TranslationKey "sapShell_CritClr"] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_CriticalColor: @sapDefault_Color; // [Label "Shell Positive Color"] // [Description "The positive semantic color for use in shell contexts."] // [TranslationKey "sapShell_PosClr"] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_PositiveColor: @sapDefault_Color; // [Label "Shell Informative Color"] // [Description "The informative semantic color for use in shell contexts."] // [TranslationKey "sapShell_InfClr"] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_InformativeColor: @sapDefault_Color; // [Label "Shell Neutral Color"] // [Description "The neutral semantic color for use in shell contexts."] // [TranslationKey "sapShell_NeutClr"] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_NeutralColor: @sapDefault_Color; // [Label "Shell Category 1 Background Color"] // [Description "The background color of shell elements of category 1."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_1_Background: @sapDefault_Color; // [Label "Shell Category 1 Border Color"] // [Description "The border color of shell elements of category 1."] // [Tags "Base", "Shell", "Color", "Protected"] // [TranslationKey "sapShell_Cat_1_BrdClr"] @sapShell_Category_1_BorderColor: @sapDefault_Color; // [Label "Shell Category 1 Text Color"] // [Description "The text color of shell elements of category 1. Ensures a defined contrast against sapShell_Category_1_TextShadow."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_1_TextColor: @sapDefault_Color; // [Label "Shell Category 1 Text Shadow Color"] // [Description "The text shadow color of shell elements of category 1. Ensures a defined contrast against sapShell_Category_1_TextColor."] // [Tags "Base", "Shell", "Protected"] @sapShell_Category_1_TextShadow: @sapDefault_Color; // [Label "Shell Category 2 Background Color"] // [Description "The background color of shell elements of category 2."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_2_Background: @sapDefault_Color; // [Label "Shell Category 2 Border Color"] // [Description "The border color of shell elements of category 2."] // [Tags "Base", "Shell", "Color", "Protected"] // [TranslationKey "sapShell_Cat_2_BrdClr"] @sapShell_Category_2_BorderColor: @sapDefault_Color; // [Label "Shell Category 2 Text Color"] // [Description "The text color of shell elements of category 2. Ensures a defined contrast against sapShell_Category_2_TextShadow."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_2_TextColor: @sapDefault_Color; // [Label "Shell Category 2 Text Shadow Color"] // [Description "The text shadow color of shell elements of category 2. Ensures a defined contrast against sapShell_Category_2_TextColor."] // [Tags "Base", "Shell", "Protected"] @sapShell_Category_2_TextShadow: @sapDefault_Color; // [Label "Shell Category 3 Background Color"] // [Description "The background color of shell elements of category 3."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_3_Background: @sapDefault_Color; // [Label "Shell Category 3 Border Color"] // [Description "The border color of shell elements of category 3."] // [Tags "Base", "Shell", "Color", "Protected"] // [TranslationKey "sapShell_Cat_3_BrdClr"] @sapShell_Category_3_BorderColor: @sapDefault_Color; // [Label "Shell Category 3 Text Color"] // [Description "The text color of shell elements of category 3. Ensures a defined contrast against sapShell_Category_3_TextShadow."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_3_TextColor: @sapDefault_Color; // [Label "Shell Category 3 Text Shadow Color"] // [Description "The text shadow color of shell elements of category 3. Ensures a defined contrast against sapShell_Category_3_TextColor."] // [Tags "Base", "Shell", "Protected"] @sapShell_Category_3_TextShadow: @sapDefault_Color; // [Label "Shell Category 4 Background Color"] // [Description "The background color of shell elements of category 4."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_4_Background: @sapDefault_Color; // [Label "Shell Category 4 Border Color"] // [Description "The border color of shell elements of category 4."] // [Tags "Base", "Shell", "Color", "Protected"] // [TranslationKey "sapShell_Cat_4_BrdClr"] @sapShell_Category_4_BorderColor: @sapDefault_Color; // [Label "Shell Category 4 Text Color"] // [Description "The text color of shell elements of category 4. Ensures a defined contrast against sapShell_Category_4_TextShadow."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_4_TextColor: @sapDefault_Color; // [Label "Shell Category 4 Text Shadow Color"] // [Description "The text shadow color of shell elements of category 4. Ensures a defined contrast against sapShell_Category_4_TextColor."] // [Tags "Base", "Shell", "Protected"] @sapShell_Category_4_TextShadow: @sapDefault_Color; // [Label "Shell Category 5 Background Color"] // [Description "The background color of shell elements of category 5."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_5_Background: @sapDefault_Color; // [Label "Shell Category 5 Border Color"] // [Description "The border color of shell elements of category 5."] // [Tags "Base", "Shell", "Color", "Protected"] // [TranslationKey "sapShell_Cat_5_BrdClr"] @sapShell_Category_5_BorderColor: @sapDefault_Color; // [Label "Shell Category 5 Text Color"] // [Description "The text color of shell elements of category 5. Ensures a defined contrast against sapShell_Category_5_TextShadow."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_5_TextColor: @sapDefault_Color; // [Label "Shell Category 5 Text Shadow Color"] // [Description "The text shadow color of shell elements of category 5. Ensures a defined contrast against sapShell_Category_5_TextColor."] // [Tags "Base", "Shell", "Protected"] @sapShell_Category_5_TextShadow: @sapDefault_Color; // [Label "Shell Category 6 Background Color"] // [Description "The background color of shell elements of category 6."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_6_Background: @sapDefault_Color; // [Label "Shell Category 6 Border Color"] // [Description "The border color of shell elements of category 6."] // [Tags "Base", "Shell", "Color", "Protected"] // [TranslationKey "sapShell_Cat_6_BrdClr"] @sapShell_Category_6_BorderColor: @sapDefault_Color; // [Label "Shell Category 6 Text Color"] // [Description "The text color of shell elements of category 6. Ensures a defined contrast against sapShell_Category_6_TextShadow."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_6_TextColor: @sapDefault_Color; // [Label "Shell Category 6 Text Shadow Color"] // [Description "The text shadow color of shell elements of category 6. Ensures a defined contrast against sapShell_Category_6_TextColor."] // [Tags "Base", "Shell", "Protected"] @sapShell_Category_6_TextShadow: @sapDefault_Color; // [Label "Shell Category 7 Background Color"] // [Description "The background color of shell elements of category 7."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_7_Background: @sapDefault_Color; // [Label "Shell Category 7 Border Color"] // [Description "The border color of shell elements of category 7."] // [Tags "Base", "Shell", "Color", "Protected"] // [TranslationKey "sapShell_Cat_7_BrdClr"] @sapShell_Category_7_BorderColor: @sapDefault_Color; // [Label "Shell Category 7 Text Color"] // [Description "The text color of shell elements of category 7. Ensures a defined contrast against sapShell_Category_7_TextShadow."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_7_TextColor: @sapDefault_Color; // [Label "Shell Category 7 Text Shadow Color"] // [Description "The text shadow color of shell elements of category 7. Ensures a defined contrast against sapShell_Category_7_TextColor."] // [Tags "Base", "Shell", "Protected"] @sapShell_Category_7_TextShadow: @sapDefault_Color; // [Label "Shell Category 8 Background Color"] // [Description "The background color of shell elements of category 8."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_8_Background: @sapDefault_Color; // [Label "Shell Category 8 Border Color"] // [Description "The border color of shell elements of category 8."] // [Tags "Base", "Shell", "Color", "Protected"] // [TranslationKey "sapShell_Cat_8_BrdClr"] @sapShell_Category_8_BorderColor: @sapDefault_Color; // [Label "Shell Category 8 Text Color"] // [Description "The text color of shell elements of category 8. Ensures a defined contrast against sapShell_Category_8_TextShadow."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_8_TextColor: @sapDefault_Color; // [Label "Shell Category 8 Text Shadow Color"] // [Description "The text shadow color of shell elements of category 8. Ensures a defined contrast against sapShell_Category_8_TextColor."] // [Tags "Base", "Shell", "Protected"] @sapShell_Category_8_TextShadow: @sapDefault_Color; // [Label "Shell Category 9 Background Color"] // [Description "The background color of shell elements of category 9."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_9_Background: @sapDefault_Color; // [Label "Shell Category 9 Border Color"] // [Description "The border color of shell elements of category 9."] // [Tags "Base", "Shell", "Color", "Protected"] // [TranslationKey "sapShell_Cat_9_BrdClr"] @sapShell_Category_9_BorderColor: @sapDefault_Color; // [Label "Shell Category 9 Text Color"] // [Description "The text color of shell elements of category 9. Ensures a defined contrast against sapShell_Category_9_TextShadow."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_9_TextColor: @sapDefault_Color; // [Label "Shell Category 9 Text Shadow Color"] // [Description "The text shadow color of shell elements of category 9. Ensures a defined contrast against sapShell_Category_9_TextColor."] // [Tags "Base", "Shell", "Protected"] @sapShell_Category_9_TextShadow: @sapDefault_Color; // [Label "Shell Category 10 Background Color"] // [Description "The background color of shell elements of category 10."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_10_Background: @sapDefault_Color; // [Label "Shell Category 10 Border Color"] // [Description "The border color of shell elements of category 10."] // [Tags "Base", "Shell", "Color", "Protected"] // [TranslationKey "sapShell_Cat_10_BrdClr"] @sapShell_Category_10_BorderColor: @sapDefault_Color; // [Label "Shell Category 10 Text Color"] // [Description "The text color of shell elements of category 10. Ensures a defined contrast against sapShell_Category_10_TextShadow."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_10_TextColor: @sapDefault_Color; // [Label "Shell Category 10 Text Shadow Color"] // [Description "The text shadow color of shell elements of category 10. Ensures a defined contrast against sapShell_Category_10_TextColor."] // [Tags "Base", "Shell", "Protected"] @sapShell_Category_10_TextShadow: @sapDefault_Color; // [Label "Shell Category 11 Background Color"] // [Description "The background color of shell elements of category 11."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_11_Background: @sapDefault_Color; // [Label "Shell Category 11 Border Color"] // [Description "The border color of shell elements of category 11."] // [Tags "Base", "Shell", "Color", "Protected"] // [TranslationKey "sapShell_Cat_11_BrdClr"] @sapShell_Category_11_BorderColor: @sapDefault_Color; // [Label "Shell Category 11 Text Color"] // [Description "The text color of shell elements of category 11. Ensures a defined contrast against sapShell_Category_11_TextShadow."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_11_TextColor: @sapDefault_Color; // [Label "Shell Category 11 Text Shadow Color"] // [Description "The text shadow color of shell elements of category 11. Ensures a defined contrast against sapShell_Category_11_TextColor."] // [Tags "Base", "Shell", "Protected"] @sapShell_Category_11_TextShadow: @sapDefault_Color; // [Label "Shell Category 12 Background Color"] // [Description "The background color of shell elements of category 12."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_12_Background: @sapDefault_Color; // [Label "Shell Category 12 Border Color"] // [Description "The border color of shell elements of category 12."] // [Tags "Base", "Shell", "Color", "Protected"] // [TranslationKey "sapShell_Cat_12_BrdClr"] @sapShell_Category_12_BorderColor: @sapDefault_Color; // [Label "Shell Category 12 Text Color"] // [Description "The text color of shell elements of category 12. Ensures a defined contrast against sapShell_Category_12_TextShadow."] // [Tags "Base", "Shell", "Color", "Protected"] @sapShell_Category_12_TextColor: @sapDefault_Color; // [Label "Shell Category 12 Text Shadow Color"] // [Description "The