From 6e34758a70a2487201b5c04e0c56916aff46ab9b Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Wed, 22 Dec 2021 10:03:53 -0500 Subject: [PATCH] chore: updated colors to Catppuccin v0.1.1 --- catppuccin.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/catppuccin.conf b/catppuccin.conf index 214ac28..bf1c276 100644 --- a/catppuccin.conf +++ b/catppuccin.conf @@ -3,17 +3,17 @@ # --> Catppuccin thm_bg="#1e1e28" -thm_fg="#d7dae0" +thm_fg="#dadae8" thm_cyan="#c2e7f0" thm_black="#15121c" -thm_gray="#2d293b" +thm_gray="#332e41" thm_magenta="#c6aae8" -thm_pink="#f0afe1" -thm_red="#e28c8c" -thm_green="#b3e1a3" -thm_yellow="#eadda0" +thm_pink="#e5b4e2" +thm_red="#e38c8f" +thm_green="#b1e3ad" +thm_yellow="#ebddaa" thm_blue="#a4b9ef" -thm_orange="#f7c196" +thm_orange="#f9c096" catppuccin12="#3e4058" # ----------------------------=== Theme ===--------------------------