add theme-text-muted

This commit is contained in:
Emile Clark-Boman 2026-02-06 01:18:49 +10:00
parent 3fc3992958
commit 44bff3affd
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
.theme-base { color: var(--theme-base); }
.theme-bg { color: var(--theme-bg); }
.theme-text { color: var(--theme-text); }
.theme-text-muted { color: var(--theme-text-muted); }
.theme-link { color: var(--theme-link); }
.theme-icon { color: var(--theme-icon); }

View file

@ -21,6 +21,7 @@ Variables:
--theme-base: var(--palette-rose-pine-base);
--theme-bg: var(--palette-rose-pine-base);
--theme-text: var(--palette-rose-pine-text);
--theme-text-muted: var(--palette-rose-pine-muted);
--theme-link: var(--palette-rose-pine-foam);
--theme-icon: var(--palette-rose-pine-pine);