Massive change theme to Catppuccin Frappe

This commit is contained in:
Fabio Scotto di Santolo
2024-07-27 14:08:47 +02:00
parent 91e941c876
commit c6fcf54362
39 changed files with 10352 additions and 525 deletions

View File

@@ -1,13 +1,9 @@
return {
"Mofiqul/adwaita.nvim",
name = "adwaita",
"catppuccin/nvim",
name = "catppuccin",
lazy = false,
priority = 1000,
-- configure and set on startup
config = function()
vim.g.adwaita_darker = false
vim.g.adwaita_disable_cursorline = true
vim.g.adwaita_transparent = false
vim.cmd("colorscheme adwaita")
end,
opts = {
transparent_background = false,
},
}

View File

@@ -1,6 +1,6 @@
return {
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
colorscheme = "catppuccin-frappe",
},
}