From 2a65be6a36a970c0411c79d95df7bec7a65548ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 16 Feb 2025 01:03:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(satty):=20define=20custom=20?= =?UTF-8?q?palette?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/satty/config.toml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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 +]