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",