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
+5 -9
View File
@@ -1,18 +1,15 @@
mode = "dark"
accent = "#78824b"
cursor = "#c7c7c7"
foreground = "#c2c2b0"
background = "#222222"
selection_foreground = "#c2c2b0"
selection_background = "#78824b"
bg = "#222222"
dark_bg = "#191919"
darker_bg = "#121212"
lighter_bg = "#2c2c2c"
selection = "#383838"
muted = "#444444"
dark_fg = "#555555"
fg = "#666666"
fg = "#c2c2b0"
light_fg = "#8a8a7e"
bright_fg = "#c2c2b0"
@@ -24,11 +21,10 @@ cyan = "#c9a554"
blue = "#78824b"
magenta = "#bb7744"
brown = "#463121"
dark_bg = "#191919"
darker_bg = "#121212"
bright_red = "#685742"
bright_yellow = "#b36d43"
bright_green = "#5f875f"
bright_cyan = "#c9a554"
bright_blue = "#78824b"
bright_magenta = "#bb7744"
bright_magenta = "#bb7744"