{{ _('Light') }}
{{ _('Dark') }}
{{ _('Choose between the classic color theme and the new enterprise variant.') }}
{{ _(scheme.description) }}
{{ _('Light') }}
{{ _('Dark') }}
{{ _('Upload separate logos for light and dark modes. Supported formats: PNG, JPG, GIF, SVG or WEBP. Maximum file size: {size_kb} KB.', size_kb=(max_file_size // 1024)) }}
{{ _('This logo is used when the light display mode is active.') }}
{% if logo_light_url %}{{ _('Current logo ({mode}):', mode=light_mode_label) }}
{{ _('This logo is displayed when the dark display mode is selected.') }}
{% if logo_dark_fallback %}
{{ _('If no logo is set here, the {mode} logo is used automatically.', mode=light_mode_label) }}
{% endif %}
{{ _('Current logo ({mode}):', mode=dark_mode_label) }}
{{ _('Currently using the {mode} logo.', mode=light_mode_label) }}