From e7502d862a848a69e1a67d308dcd31cfd0c5691c Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Wed, 18 Aug 2021 10:52:01 -0500 Subject: [PATCH] dev: fixed typo with red --- lua/catppuccino/color_schemes/catppuccino.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/catppuccino/color_schemes/catppuccino.lua b/lua/catppuccino/color_schemes/catppuccino.lua index 68f43f7..212b838 100644 --- a/lua/catppuccino/color_schemes/catppuccino.lua +++ b/lua/catppuccino/color_schemes/catppuccino.lua @@ -11,14 +11,14 @@ local colors = { red = "#c94f6d", green = "#97c374", yellow = "#dbc074", - blue = "#56b6c2", + blue = "#61afef", magenta = "#c678dd", cyan = "#63cdcf", white = "#dfdfe0", orange = "#F4A261", pink = "#D67AD2", black_br = "#7f8c98", - red_br = "#e06c75", + red_bg = "#e06c75", green_br = "#58cd8b", yellow_br = "#FFE37E", blue_br = "#84CEE4",