DevPortalColors
Color scheme configuration for a developer portal including site framework, content, and navigation colors.
type DevPortalColors {
siteFrameworkColor: String
contentBackgroundColor: String
borderColor: String
primaryTextColor: String
linkColor: String
selectedItemColor: String
headingColor: String
navigationBackgroundColor: String
navigationLinkColor: String
navigationSelectedItemColor: String
navigationHeadingColor: String
}
Fields
DevPortalColors.siteFrameworkColor ● String scalar miscellaneous
Site Framework Hex Color Code of the devportal
DevPortalColors.contentBackgroundColor ● String scalar miscellaneous
Content Background Hex Color Code of the devportal
DevPortalColors.borderColor ● String scalar miscellaneous
Border Hex Color Code of the devportal
DevPortalColors.primaryTextColor ● String scalar miscellaneous
Primary Text Hex Color Code of the devportal
DevPortalColors.linkColor ● String scalar miscellaneous
Link Hex Color Code of the devportal
DevPortalColors.selectedItemColor ● String scalar miscellaneous
Selected Item Hex Color Code of the devportal
DevPortalColors.headingColor ● String scalar miscellaneous
Heading Item Hex Color Code of the devportal
DevPortalColors.navigationBackgroundColor ● String scalar miscellaneous
Navigation Background Hex Color Code of the devportal
DevPortalColors.navigationLinkColor ● String scalar miscellaneous
Navigation Link Hex Color Code of the devportal
DevPortalColors.navigationSelectedItemColor ● String scalar miscellaneous
Navigation Selected Item Hex Color Code of the devportal
DevPortalColors.navigationHeadingColor ● String scalar miscellaneous
Navigation Heading Hex Color Code of the devportal
Member Of
DevPortalTheme object