Source: theme/sfsf.js

(function() {
    /** @enum {string} */
    Help4.theme.sfsf = {
        '--help4-cmp-uiBg': '#2c4d6d',
        '--help4-cmp-accentBg': '#33a6db',
        '--help4-cmp-hoverBg': '#51b3e0',
        '--help4-cmp-HSIconFg': '#000000',
        '--help4-cmp-HSIconBg': '#21c0c4',
        '--help4-cmp-bubHeadBg': 'transparent',

        '--help4-cmp-font': '"72","Segoe UI","Trebuchet MS","Open Sans","Lucida Grande",sans-serif',

        '--help4-cmp-btn-tile-efx': 'brightness(2) saturate(0.5)',

        '--help4-cmp-list-act-hov-efx': 'brightness(1.1) saturate(0.75)',

        '--help4-cmp-bub-head-btn-fg-col': 'var(--help4-cmp-btn-icon-fg-col)',
    }
})();