diff options
author | Christian Segundo | 2024-03-24 23:47:54 +0100 |
---|---|---|
committer | Christian Segundo | 2024-03-24 23:47:54 +0100 |
commit | 26da3d26a9a209c5a808e86aef1d48fe6f135434 (patch) | |
tree | c0076cae75badf3c9de0602d1e2d4ad8a57c5d36 | |
parent | a0562eee7ba0e2521e76b0aef3de884c74bcff29 (diff) | |
download | config-26da3d26a9a209c5a808e86aef1d48fe6f135434.tar.gz |
going light lately
-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, |