Simplify theme palette tokens

This commit is contained in:
Ryan Hughes
2026-06-11 02:08:02 -04:00
parent 4b2a15b6ea
commit 221fb296fc
48 changed files with 1053 additions and 590 deletions
@@ -1,12 +1,12 @@
@define-color foreground {{ foreground }};
@define-color background {{ background }};
@define-color foreground {{ fg }};
@define-color background {{ bg }};
@define-color accent {{ accent }};
@define-color muted {{ muted }};
@define-color card_bg {{ lighter_bg }};
@define-color text_dark {{ background }};
@define-color text_dark {{ bg }};
@define-color accent_hover {{ bright_blue }};
@define-color selected_tab {{ accent }};
@define-color text {{ foreground }};
@define-color text {{ fg }};
* {
all: unset;