mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +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
|
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user