From 13304e59102f4c9e0686bcfe890b52529e9e181d Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 11 Mar 2025 22:36:44 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug(colorschemes):=20fix=20latte?= =?UTF-8?q?=20ansi=20scheme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This matches the examples found on the official page: https://github.com/catppuccin/catppuccin/issues/1961#issuecomment-2439629774 --- colors/catppuccin_latte_ansi.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/colors/catppuccin_latte_ansi.toml b/colors/catppuccin_latte_ansi.toml index 25aa6fe..02936c1 100644 --- a/colors/catppuccin_latte_ansi.toml +++ b/colors/catppuccin_latte_ansi.toml @@ -1,26 +1,25 @@ # File: catppuccin_latte_ansi.toml [colors] ansi = [ - "#bcc0cc", + "#5c5f77", "#d20f39", "#40a02b", "#df8e1d", "#1e66f5", "#ea76cb", "#179299", - "#5c5f77", - + "#acb0be", ] background = "#eff1f5" brights = [ - "#acb0be", + "#6c6f85", "#de293e", "#49af3d", "#eea02d", "#456eff", "#fe85d8", "#2d9fa8", - "#6c6f85", + "#bcc0cc", ] compose_cursor = "#4c4f69" cursor_bg = "#dc8a78"