From 374e80768c6b55aaec7fdf114630900602fca876 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sat, 4 Dec 2021 12:51:28 -0500 Subject: [PATCH] updated palette --- catppuccin.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/catppuccin.conf b/catppuccin.conf index 99c06d6..6f0455c 100644 --- a/catppuccin.conf +++ b/catppuccin.conf @@ -1,19 +1,19 @@ # NOTE: you can use vars with $ and ${} as long as the str is double quoted: "" # WARNING: hex colors can't contain capital letters -# --> Catppuccin (some colors) -thm_bg="#1b1624" -thm_fg="#B9C4E3" -thm_white="#f0f0f5" -thm_black="#0E0C13" -thm_gray="#312C44" -thm_magenta="#ae9ad6" -thm_pink="#f0a8e4" -thm_red="#e28d8d" -thm_green="#add692" -thm_yellow="#f0dc89" -thm_blue="#84a5cb" -thm_orange="#e7a988" +# --> Catppuccin +thm_bg="#1e1e28" +thm_fg="#d7dae0" +thm_white="#c2e7f0" +thm_black="#15121c" +thm_gray="#2d293b" +thm_magenta="#c6aae8" +thm_pink="#f0afe1" +thm_red="#e28c8c" +thm_green="#b3e1a3" +thm_yellow="#eadda0" +thm_blue="#a4b9ef" +thm_orange="#f7c196" catppuccin12="#3e4058" # ----------------------------=== Theme ===--------------------------