From d9e5c6d1e3b2c6f6f344f7663691c4c8e7ebeb4c Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Mon, 17 Oct 2022 09:10:58 -0500 Subject: [PATCH] fix(colors): append updates --- catppuccin-macchiato.tmuxtheme | 4 ++-- catppuccin-mocha.tmuxtheme | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/catppuccin-macchiato.tmuxtheme b/catppuccin-macchiato.tmuxtheme index cdaaa89..3b76e74 100755 --- a/catppuccin-macchiato.tmuxtheme +++ b/catppuccin-macchiato.tmuxtheme @@ -4,11 +4,11 @@ # WARNING: hex colors can't contain capital letters # --> Catppuccin (Macchiato) -thm_bg="#181926" +thm_bg="#24273a" thm_fg="#cad3f5" thm_cyan="#91d7e3" thm_black="#1e2030" -thm_gray="#494d64" +thm_gray="#363a4f" thm_magenta="#c6a0f6" thm_pink="#f5bde6" thm_red="#ed8796" diff --git a/catppuccin-mocha.tmuxtheme b/catppuccin-mocha.tmuxtheme index e8178ec..d0b64fa 100755 --- a/catppuccin-mocha.tmuxtheme +++ b/catppuccin-mocha.tmuxtheme @@ -4,11 +4,11 @@ # WARNING: hex colors can't contain capital letters # --> Catppuccin (Mocha) -thm_bg="#11111b" +thm_bg="#1e1e2e" thm_fg="#cdd6f4" thm_cyan="#89dceb" thm_black="#181825" -thm_gray="#45475a" +thm_gray="#313244" thm_magenta="#cba6f7" thm_pink="#f5c2e7" thm_red="#f38ba8"