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 = "#89b4fa"
cursor = "#f5e0dc"
foreground = "#cdd6f4"
background = "#1e1e2e"
selection_foreground = "#1e1e2e"
selection_background = "#f5e0dc"
bg = "#1e1e2e"
dark_bg = "#161622"
darker_bg = "#101019"
lighter_bg = "#313244"
selection = "#45475a"
muted = "#585b70"
dark_fg = "#6c7086"
fg = "#9399b2"
fg = "#cdd6f4"
light_fg = "#bac2de"
bright_fg = "#cdd6f4"
@@ -24,11 +21,10 @@ cyan = "#94e2d5"
blue = "#89b4fa"
magenta = "#f5c2e7"
brown = "#7b5b55"
dark_bg = "#161622"
darker_bg = "#101019"
bright_red = "#f38ba8"
bright_yellow = "#f9e2af"
bright_green = "#a6e3a1"
bright_cyan = "#94e2d5"
bright_blue = "#89b4fa"
bright_magenta = "#f5c2e7"
bright_magenta = "#f5c2e7"