Change Neovim theme
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user