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,11 +1,11 @@
# Main background, empty for terminal default, need to be empty if you want transparent background
theme[main_bg]="{{ background }}"
theme[main_bg]="{{ bg }}"
# Main text color
theme[main_fg]="{{ foreground }}"
theme[main_fg]="{{ fg }}"
# Title color for boxes
theme[title]="{{ foreground }}"
theme[title]="{{ fg }}"
# Highlight color for keyboard shortcuts
theme[hi_fg]="{{ accent }}"