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 = "#e68e0d"
cursor = "#eaeaea"
foreground = "#bebebe"
background = "#121212"
selection_foreground = "#bebebe"
selection_background = "#515151"
bg = "#121212"
dark_bg = "#0d0d0d"
darker_bg = "#090909"
lighter_bg = "#1e1e1e"
selection = "#2a2a2a"
muted = "#333333"
dark_fg = "#555555"
fg = "#777777"
fg = "#bebebe"
light_fg = "#8a8a8d"
bright_fg = "#bebebe"
@@ -24,11 +21,10 @@ cyan = "#bebebe"
blue = "#e68e0d"
magenta = "#D35F5F"
brown = "#631e1e"
dark_bg = "#0d0d0d"
darker_bg = "#090909"
bright_red = "#B91C1C"
bright_yellow = "#b90a0a"
bright_green = "#FFC107"
bright_cyan = "#eaeaea"
bright_blue = "#f59e0b"
bright_magenta = "#B91C1C"
bright_magenta = "#B91C1C"