diff options
Diffstat (limited to 'lua/plugins/eyecandy/themes.lua')
-rw-r--r-- | lua/plugins/eyecandy/themes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/eyecandy/themes.lua b/lua/plugins/eyecandy/themes.lua index 42e5d6c..334b485 100644 --- a/lua/plugins/eyecandy/themes.lua +++ b/lua/plugins/eyecandy/themes.lua @@ -7,7 +7,7 @@ return { config = function() local catp = require("catppuccin") catp.setup({ - flavour = "frappe", + flavour = "latte", integrations = { indent_blankline = true, which_key = true, |