mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-17 16:51:42 +00:00
Change Catppuccin flavour to macchiato
This commit is contained in:
@@ -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
|
||||
-- Onedark Default Configuration
|
||||
@@ -52,7 +52,7 @@ if colorscheme == "catppuccin" then
|
||||
return
|
||||
end
|
||||
catppuccin.setup({
|
||||
flavour = "mocha", -- latte, frappe, macchiato, mocha
|
||||
flavour = "macchiato", -- latte, frappe, macchiato, mocha
|
||||
background = {
|
||||
-- :h background
|
||||
light = "latte",
|
||||
|
||||
Reference in New Issue
Block a user