From bb2d1bc6c61089c41caf457370346573b88e46ee Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Tue, 4 Jan 2022 11:49:56 -0500 Subject: [PATCH] increased saturation in some colors --- lua/catppuccin/core/color_palette.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/catppuccin/core/color_palette.lua b/lua/catppuccin/core/color_palette.lua index 7ff970d..41458a8 100644 --- a/lua/catppuccin/core/color_palette.lua +++ b/lua/catppuccin/core/color_palette.lua @@ -5,12 +5,12 @@ local color_palette = { pink = "#F5C2E7", -- Pink red = "#F08FA9", -- Red maroon = "#E49CB3", -- Maroon - peach = "#F8C093", -- Peach + peach = "#F9C296", -- Peach yellow = "#F0DEAA", -- Yellow green = "#ACE5AB", -- Green + blue = "#98BBF5", -- Blue + sky = "#89DCEB", -- Sky teal = "#B5E8E0", -- Teal - sky = "#86DEEA", -- Sky - blue = "#95BBF5", -- Blue lavender = "#C9CBFF", -- Lavender white = "#DEDDF0", -- White gray2 = "#C3BAC6", -- Gray2