:root {
    --theme-primary-rgb: {{ appearance.get('color_primary')[scheme] }};
    --theme-secondary-rgb: {{ appearance.get('color_secondary')[scheme] }};

    --theme-bg-page-rgb: {{ appearance.get('color_background_page')[scheme] }};
    --theme-bg-primary-rgb: {{ appearance.get('color_background_primary')[scheme] }};
    --theme-bg-secondary-rgb: {{ appearance.get('color_background_secondary')[scheme] }};

    {% if appearance.get('community_logo')[scheme] is not empty %}
        --theme-community-logo-url: url({{ appearance.get('community_logo')[scheme]|raw }});
    {% endif %}
    {% if appearance.get('background_image')[scheme] is not empty %}
        --theme-bg-image-url: url({{ appearance.get('background_image')[scheme]|raw }});
    {% endif %}
}
