fix(theme): define on-surface-variant = vellum so muted body text stays readable on obsidian

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-16 19:01:51 -04:00
parent 85b6f37e3d
commit 5a6070c3fa
+5
View File
@@ -17,6 +17,11 @@ export const fabledCuratorTheme = {
'on-primary': text.parchment,
'on-secondary': text.parchment,
// Secondary/muted body text (empty states, captions, Vuetify hints).
// Maps to the design system's "secondary on dark" so it stays readable
// on obsidian instead of an undefined-token low-contrast fallback.
'on-surface-variant': text.vellum,
success: semantic.success,
warning: semantic.warning,
error: semantic.error,