From 474b8433ead40e24c7de0a8e51512944f3c8c791 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Mon, 19 Feb 2024 13:58:55 +0800 Subject: [PATCH] fix(gui): improve catppuccin terminal visibility --- home/gui/catppuccin/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/gui/catppuccin/home.nix b/home/gui/catppuccin/home.nix index b3bd6afd..5d6a587a 100644 --- a/home/gui/catppuccin/home.nix +++ b/home/gui/catppuccin/home.nix @@ -120,7 +120,7 @@ in mkIf cfg.enable { c = substring 1 7; in { foreground = c text; background = c base; - regular0 = c subtext1; regular1 = c red; + regular0 = c overlay2; regular1 = c red; regular2 = c green; regular3 = c yellow; regular4 = c blue; regular5 = c pink; regular6 = c teal; regular7 = c surface2;