@if (activeTab === 'theme') {
{{ t('darkMode') }} ☀️ 🌙
{{ t('themeColors') }}
@for (theme of themes; track theme.name) { }
{{ t('annotationHighlighter') }}
@for (color of annotationColors; track color.name) { }
} @if (activeTab === 'typography') {
{{ t('fontSettings') }}
{{ state.fontSize }}
{{ state.lineHeight | number:'1.1-1' }}
{{ t('fontFamily') }}
@for (font of fonts; track font.value) { }
} @if (activeTab === 'layout') {
{{ t('layout') }}
{{ state.maxColumnCount }}
{{ (state.gap * 100) | number : '1.0-0' }}%
{{ state.maxInlineSize }}
{{ state.maxBlockSize }}
{{ t('textOptions') }}
{{ t('justifyText') }}
{{ t('hyphenate') }}
}