Change Catppuccin flavour to macchiato

This commit is contained in:
Arkaprabha Chakraborty
2023-09-09 11:17:21 +05:30
parent 75ee2b7286
commit e1fb033ee3

View File

@@ -1,4 +1,4 @@
local colorscheme = "alduin" -- Set colorscheme { gruvbox, onedark, catppuccin, nord, dracula } local colorscheme = "catppuccin" -- Set colorscheme { gruvbox, onedark, catppuccin, nord, dracula, alduin }
if colorscheme == "onedark" then if colorscheme == "onedark" then
-- Onedark Default Configuration -- Onedark Default Configuration
@@ -52,7 +52,7 @@ if colorscheme == "catppuccin" then
return return
end end
catppuccin.setup({ catppuccin.setup({
flavour = "mocha", -- latte, frappe, macchiato, mocha flavour = "macchiato", -- latte, frappe, macchiato, mocha
background = { background = {
-- :h background -- :h background
light = "latte", light = "latte",