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 -14
View File
@@ -1,26 +1,16 @@
mode = "dark"
# Accent and UI colors
accent = "#798186"
hyprland_active_border = "rgba(798186ee) rgba(caccccee)"
hyprland_inactive_border = "rgb(1e1e1e)"
active_border_color = "#a8adb0"
active_tab_background = "#798186"
# Cursor colors
cursor = "#cacccc"
# Primary colors
foreground = "#cacccc"
background = "#101315"
# Selection colors
selection_foreground = "#101315"
selection_background = "#798186"
bg = "#101315"
dark_bg = "#0c0e10"
darker_bg = "#080a0b"
lighter_bg = "#101315"
selection = "#798186"
selection = "#343d41"
muted = "#4b4e55"
dark_fg = "#4b4e55"
fg = "#cacccc"
@@ -33,9 +23,10 @@ green = "#9fa5a9"
cyan = "#707070"
blue = "#798186"
magenta = "#aeaeae"
bright_red = "#de6145"
bright_yellow = "#c9c2b4"
bright_green = "#343d41"
bright_cyan = "#707070"
bright_blue = "#5d6367"
bright_magenta = "#9a9a9a"
bright_magenta = "#9a9a9a"