add theme-text-muted
This commit is contained in:
parent
3fc3992958
commit
44bff3affd
2 changed files with 2 additions and 0 deletions
|
|
@ -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); }
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue