From 37463524c75b7937d66414abcb2905cce6462953 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 11 Mar 2025 22:21:21 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug(colorschemes):=20fix=20ansi?= =?UTF-8?q?=20color=20order=20in=20latte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The whites and blacks were swapped a bit in the latte scheme. Corrected to match originals. --- colors/catppuccin_latte_ansi.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/colors/catppuccin_latte_ansi.toml b/colors/catppuccin_latte_ansi.toml index 02936c1..25aa6fe 100644 --- a/colors/catppuccin_latte_ansi.toml +++ b/colors/catppuccin_latte_ansi.toml @@ -1,25 +1,26 @@ # File: catppuccin_latte_ansi.toml [colors] ansi = [ - "#5c5f77", + "#bcc0cc", "#d20f39", "#40a02b", "#df8e1d", "#1e66f5", "#ea76cb", "#179299", - "#acb0be", + "#5c5f77", + ] background = "#eff1f5" brights = [ - "#6c6f85", + "#acb0be", "#de293e", "#49af3d", "#eea02d", "#456eff", "#fe85d8", "#2d9fa8", - "#bcc0cc", + "#6c6f85", ] compose_cursor = "#4c4f69" cursor_bg = "#dc8a78"