Simplify theme palette tokens
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
mode = "dark"
|
||||
|
||||
accent = "#7d82d9"
|
||||
cursor = "#ffcead"
|
||||
foreground = "#ffcead"
|
||||
background = "#060B1E"
|
||||
selection_foreground = "#060B1E"
|
||||
selection_background = "#ffcead"
|
||||
|
||||
bg = "#060B1E"
|
||||
dark_bg = "#040816"
|
||||
darker_bg = "#030610"
|
||||
lighter_bg = "#131a3a"
|
||||
selection = "#252e56"
|
||||
muted = "#3d4573"
|
||||
dark_fg = "#6d7db6"
|
||||
fg = "#9a96a8"
|
||||
fg = "#ffcead"
|
||||
light_fg = "#c9b8a6"
|
||||
bright_fg = "#ffcead"
|
||||
|
||||
@@ -24,11 +21,10 @@ cyan = "#a3bfd1"
|
||||
blue = "#7d82d9"
|
||||
magenta = "#c89dc1"
|
||||
brown = "#75452a"
|
||||
dark_bg = "#040816"
|
||||
darker_bg = "#030610"
|
||||
|
||||
bright_red = "#faaaa9"
|
||||
bright_yellow = "#f7dc9c"
|
||||
bright_green = "#c4cfc4"
|
||||
bright_cyan = "#dfeaf0"
|
||||
bright_blue = "#c2c4f0"
|
||||
bright_magenta = "#ead7e7"
|
||||
bright_magenta = "#ead7e7"
|
||||
|
||||
Reference in New Issue
Block a user