41 lines
820 B
TOML
41 lines
820 B
TOML
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"
|
|
lighter_bg = "#101315"
|
|
selection = "#798186"
|
|
muted = "#4b4e55"
|
|
dark_fg = "#4b4e55"
|
|
fg = "#cacccc"
|
|
light_fg = "#cbc2be"
|
|
bright_fg = "#a5aeb4"
|
|
|
|
red = "#565d60"
|
|
yellow = "#d9dbdc"
|
|
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" |