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
@@ -34,9 +34,9 @@ return {
bright_magenta = "{{ bright_magenta }}",
accent = "{{ accent }}",
cursor = "{{ cursor }}",
foreground = "{{ foreground }}",
background = "{{ background }}",
cursor = "{{ bright_fg }}",
foreground = "{{ fg }}",
background = "{{ bg }}",
selection = "{{ selection }}",
selection_foreground = "{{ selection_foreground }}",
selection_background = "{{ selection_background }}",