{name:'MAIN-TEXT-color',group:'content',default:'#101010',tooltip:'text color of content and h1 titles'},
{name:'MAIN-TITLES-TEXT-color',group:'headings',fallback:'MAIN-TEXT-color',tooltip:'text color of h2-h6 titles and transparent box titles'},
{name:'MAIN-TITLES-H1-TEXT-color',group:'headings',fallback:'MAIN-TEXT-color',tooltip:'text color of h1 titles'},
{name:'MAIN-TITLES-H2-TEXT-color',group:'headings',fallback:'MAIN-TITLES-TEXT-color',tooltip:'text color of h2-h6 titles'},
{name:'MAIN-TITLES-H3-TEXT-color',group:'headings',fallback:'MAIN-TITLES-H2-TEXT-color',tooltip:'text color of h3-h6 titles'},
{name:'MAIN-TITLES-H4-TEXT-color',group:'headings',fallback:'MAIN-TITLES-H3-TEXT-color',tooltip:'text color of h4-h6 titles'},
{name:'MAIN-TITLES-H5-TEXT-color',group:'headings',fallback:'MAIN-TITLES-H4-TEXT-color',tooltip:'text color of h5-h6 titles'},
{name:'MAIN-TITLES-H6-TEXT-color',group:'headings',fallback:'MAIN-TITLES-H5-TEXT-color',tooltip:'text color of h6 titles'},
{name:'MAIN-font',group:'content',default:'"Roboto Flex", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif',tooltip:'text font of content and h1 titles'},
{name:'MAIN-TITLES-font',group:'headings',fallback:'MAIN-font',tooltip:'text font of h2-h6 titles and transparent box titles'},
{name:'MAIN-TITLES-H1-font',group:'headings',fallback:'MAIN-font',tooltip:'text font of h1 titles'},
{name:'MAIN-TITLES-H2-font',group:'headings',fallback:'MAIN-TITLES-font',tooltip:'text font of h2-h6 titles'},
{name:'MAIN-TITLES-H3-font',group:'headings',fallback:'MAIN-TITLES-H2-font',tooltip:'text font of h3-h6 titles'},
{name:'MAIN-TITLES-H4-font',group:'headings',fallback:'MAIN-TITLES-H3-font',tooltip:'text font of h4-h6 titles'},
{name:'MAIN-TITLES-H5-font',group:'headings',fallback:'MAIN-TITLES-H4-font',tooltip:'text font of h5-h6 titles'},
{name:'MAIN-TITLES-H6-font',group:'headings',fallback:'MAIN-TITLES-H5-font',tooltip:'text font of h6 titles'},
{name:'CODE-theme',group:'code',default:'relearn-light',tooltip:'name of the chroma stylesheet file'},
{name:'CODE-font',group:'code',default:'"Consolas", menlo, monospace',tooltip:'text font of code'},
{name:'CODE-BLOCK-color',group:'code blocks',default:'#000000',tooltip:'fallback text color of block code; should be adjusted to your selected chroma style'},
{name:'CODE-BLOCK-BG-color',group:'code blocks',default:'#f8f8f8',tooltip:'fallback background color of block code; should be adjusted to your selected chroma style'},
{name:'CODE-BLOCK-BORDER-color',group:'code blocks',fallback:'CODE-BLOCK-BG-color',tooltip:'border color of block code'},
{name:'CODE-INLINE-color',group:'inline code',default:'#5e5e5e',tooltip:'text color of inline code'},
{name:'CODE-INLINE-BG-color',group:'inline code',default:'#fffae9',tooltip:'background color of inline code'},
{name:'CODE-INLINE-BORDER-color',group:'inline code',default:'#fbf0cb',tooltip:'border color of inline code'},
{name:'BROWSER-theme',group:'3rd party',default:'light',tooltip:'name of the theme for browser scrollbars of the main section'},
{name:'MERMAID-theme',group:'3rd party',default:'default',tooltip:'name of the default Mermaid theme for this variant, can be overridden in hugo.toml'},
{name:'OPENAPI-theme',group:'3rd party',default:'light',tooltip:'name of the default OpenAPI theme for this variant, can be overridden in hugo.toml'},
{name:'OPENAPI-CODE-theme',group:'3rd party',default:'obsidian',tooltip:'name of the default OpenAPI code theme for this variant, can be overridden in hugo.toml'},
{name:'MENU-BORDER-color',group:'header',default:'transparent',tooltip:'border color between menu and content'},
{name:'MENU-TOPBAR-BORDER-color',group:'header',fallback:'MENU-HEADER-BG-color',tooltip:'border color of vertical line between menu and topbar'},
{name:'MENU-TOPBAR-SEPARATOR-color',group:'header',default:'transparent',tooltip:'separator color of vertical line between menu and topbar'},
{name:'MENU-HEADER-BG-color',group:'header',fallback:'PRIMARY-color',tooltip:'background color of menu header'},
{name:'MENU-HEADER-BORDER-color',group:'header',fallback:'MENU-HEADER-BG-color',tooltip:'border color between menu header and menu'},
{name:'MENU-HEADER-SEPARATOR-color',group:'header',fallback:'MENU-HEADER-BORDER-color',tooltip:'separator color between menu header and menu'},
{name:'MENU-HOME-LINK-color',group:'header',default:'#323232',tooltip:'home button color if configured'},
{name:'MENU-HOME-LINK-HOVER-color',group:'header',default:'#808080',tooltip:'hoverd home button color if configured'},
{name:'MENU-SEARCH-color',group:'header',default:'#e0e0e0',tooltip:'text and icon color of search box'},
{name:'MENU-SEARCH-BG-color',group:'header',default:'#323232',tooltip:'background color of search box'},
{name:'MENU-SEARCH-BORDER-color',group:'header',fallback:'MENU-SEARCH-BG-color',tooltip:'border color of search box'},
{name:'MENU-SECTIONS-BG-color',group:'sections',default:'#282828',tooltip:'background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc.'},
{name:'MENU-SECTIONS-ACTIVE-BG-color',group:'sections',default:'rgba( 0, 0, 0, .166 )',tooltip:'background color of the active menu section'},
{name:'MENU-SECTIONS-LINK-color',group:'sections',default:'#bababa',tooltip:'link color of menu topics'},
{name:'MENU-SECTIONS-LINK-HOVER-color',group:'sections',fallback:'MENU-SECTIONS-LINK-color',tooltip:'hoverd link color of menu topics'},
{name:'MENU-SECTION-ACTIVE-CATEGORY-color',group:'sections',default:'#444444',tooltip:'text color of the displayed menu topic'},
{name:'MENU-SECTION-ACTIVE-CATEGORY-BG-color',group:'sections',fallback:'MAIN-BG-color',tooltip:'background color of the displayed menu topic'},
{name:'MENU-SECTION-ACTIVE-CATEGORY-BORDER-color',group:'sections',default:'transparent',tooltip:'border color between the displayed menu topic and the content'},
{name:'MENU-SECTION-SEPARATOR-color',group:'sections',default:'#606060',tooltip:'separator color between menu sections and menu footer'},
{name:'MENU-VISITED-color',group:'sections',fallback:'SECONDARY-color',tooltip:'icon color of visited menu topics if configured'},
{name:'BOX-CAPTION-color',group:'colored boxes',default:'rgba( 255, 255, 255, 1 )',tooltip:'text color of colored box titles'},
{name:'BOX-BG-color',group:'colored boxes',default:'rgba( 255, 255, 255, .833 )',tooltip:'background color of colored boxes'},
{name:'BOX-TEXT-color',group:'colored boxes',fallback:'MAIN-TEXT-color',tooltip:'text color of colored box content'},
{name:'BOX-BLUE-color',group:'colored boxes',default:'rgba( 48, 117, 229, 1 )',tooltip:'background color of blue boxes'},
{name:'BOX-INFO-color',group:'colored boxes',fallback:'BOX-BLUE-color',tooltip:'background color of info boxes'},
{name:'BOX-BLUE-TEXT-color',group:'colored boxes',fallback:'BOX-TEXT-color',tooltip:'text color of blue boxes'},
{name:'BOX-INFO-TEXT-color',group:'colored boxes',fallback:'BOX-BLUE-TEXT-color',tooltip:'text color of info boxes'},
{name:'BOX-CYAN-color',group:'colored boxes',default:'rgba( 45, 190, 200, 1 )',tooltip:'background color of cyan boxes'},
{name:'BOX-IMPORTANT-color',group:'colored boxes',fallback:'BOX-CYAN-color',tooltip:'background color of info boxes'},
{name:'BOX-CYAN-TEXT-color',group:'colored boxes',fallback:'BOX-TEXT-color',tooltip:'text color of cyan boxes'},
{name:'BOX-IMPORTANT-TEXT-color',group:'colored boxes',fallback:'BOX-CYAN-TEXT-color',tooltip:'text color of info boxes'},
{name:'BOX-GREEN-color',group:'colored boxes',default:'rgba( 42, 178, 24, 1 )',tooltip:'background color of green boxes'},
{name:'BOX-TIP-color',group:'colored boxes',fallback:'BOX-GREEN-color',tooltip:'background color of tip boxes'},
{name:'BOX-GREEN-TEXT-color',group:'colored boxes',fallback:'BOX-TEXT-color',tooltip:'text color of green boxes'},
{name:'BOX-TIP-TEXT-color',group:'colored boxes',fallback:'BOX-GREEN-TEXT-color',tooltip:'text color of tip boxes'},
{name:'BOX-GREY-color',group:'colored boxes',default:'rgba( 128, 128, 128, 1 )',tooltip:'background color of grey boxes'},
{name:'BOX-NEUTRAL-color',group:'colored boxes',fallback:'BOX-GREY-color',tooltip:'background color of neutral boxes'},
{name:'BOX-GREY-TEXT-color',group:'colored boxes',fallback:'BOX-TEXT-color',tooltip:'text color of grey boxes'},
{name:'BOX-NEUTRAL-TEXT-color',group:'colored boxes',fallback:'BOX-GREY-TEXT-color',tooltip:'text color of neutral boxes'},
{name:'BOX-MAGENTA-color',group:'colored boxes',default:'rgba( 229, 50, 210, 1 )',tooltip:'background color of magenta boxes'},
{name:'BOX-CAUTION-color',group:'colored boxes',fallback:'BOX-MAGENTA-color',tooltip:'background color of info boxes'},
{name:'BOX-MAGENTA-TEXT-color',group:'colored boxes',fallback:'BOX-TEXT-color',tooltip:'text color of magenta boxes'},
{name:'BOX-CAUTION-TEXT-color',group:'colored boxes',fallback:'BOX-MAGENTA-TEXT-color',tooltip:'text color of info boxes'},
{name:'BOX-ORANGE-color',group:'colored boxes',default:'rgba( 237, 153, 9, 1 )',tooltip:'background color of orange boxes'},
{name:'BOX-NOTE-color',group:'colored boxes',fallback:'BOX-ORANGE-color',tooltip:'background color of note boxes'},
{name:'BOX-ORANGE-TEXT-color',group:'colored boxes',fallback:'BOX-TEXT-color',tooltip:'text color of orange boxes'},
{name:'BOX-NOTE-TEXT-color',group:'colored boxes',fallback:'BOX-ORANGE-TEXT-color',tooltip:'text color of note boxes'},
{name:'BOX-RED-color',group:'colored boxes',default:'rgba( 224, 62, 62, 1 )',tooltip:'background color of red boxes'},
{name:'BOX-WARNING-color',group:'colored boxes',fallback:'BOX-RED-color',tooltip:'background color of warning boxes'},
{name:'BOX-RED-TEXT-color',group:'colored boxes',fallback:'BOX-TEXT-color',tooltip:'text color of red boxes'},
{name:'BOX-WARNING-TEXT-color',group:'colored boxes',fallback:'BOX-RED-TEXT-color',tooltip:'text color of warning boxes'},