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
+4 -4
View File
@@ -1,10 +1,10 @@
foreground {{ foreground }}
background {{ background }}
foreground {{ fg }}
background {{ bg }}
selection_foreground {{ selection_foreground }}
selection_background {{ selection_background }}
cursor {{ cursor }}
cursor_text_color {{ background }}
cursor {{ bright_fg }}
cursor_text_color {{ bg }}
active_border_color {{ accent }}
active_tab_background {{ accent }}