diff --git a/.config/satty/config.toml b/.config/satty/config.toml index 9b445c8d..758a24ff 100644 --- a/.config/satty/config.toml +++ b/.config/satty/config.toml @@ -14,9 +14,12 @@ family = "JetBrainsMono Nerd Font" style = "Regular" [color-palette] -first = "#8aadf4" # Blue -second = "#ed8796" # Red -third = "#a6da95" # Green -fourth = "#eed49f" # Yellow -fifth = "#c6a0f6" # Mauve -custom = "#cad3f5" # White + +palette = [ + "#8aadf4", # Blue + "#ed8796", # Red + "#a6da95", # Green + "#eed49f", # Yellow + "#c6a0f6", # Mauve + "#cad3f5", # White +]