Change Neovim theme

This commit is contained in:
Fabio Scotto di Santolo
2024-07-24 16:06:36 +02:00
parent c05c4fcc8f
commit bf056b70c0

View File

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