diff --git a/README.md b/README.md index 19be789..a85c91c 100644 --- a/README.md +++ b/README.md @@ -581,6 +581,7 @@ Related: [:h termguicolors](https://neovim.io/doc/user/options.html#'termguicolo ## 💝 Thanks to - [Pocco81](https://github.com/Pocco81) +- [Null Chilly](https://github.com/nullchilly)   diff --git a/lua/catppuccin/palettes/frappe.lua b/lua/catppuccin/palettes/frappe.lua index a3d7a8b..6e4dbdf 100644 --- a/lua/catppuccin/palettes/frappe.lua +++ b/lua/catppuccin/palettes/frappe.lua @@ -19,15 +19,15 @@ local color_palette = { blue = "#8CAAEE", lavender = "#BABBF1", - text = "#CED7F7", - subtext1 = "#BCC5E3", - subtext0 = "#ABB3D0", - overlay2 = "#99A1BC", - overlay1 = "#888FA8", + text = "#CDD6F7", + subtext1 = "#BCC4E3", + subtext0 = "#AAB2D0", + overlay2 = "#99A0BC", + overlay1 = "#878EA8", overlay0 = "#767C95", - surface2 = "#656A81", + surface2 = "#646A81", surface1 = "#53586D", - surface0 = "#42465A", + surface0 = "#41465A", base = "#303446", mantle = "#292C3C",