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
+3 -3
View File
@@ -1,6 +1,6 @@
background = {{ background }}
foreground = {{ foreground }}
cursor-color = {{ cursor }}
background = {{ bg }}
foreground = {{ fg }}
cursor-color = {{ bright_fg }}
selection-background = {{ selection_background }}
selection-foreground = {{ selection_foreground }}