Massive change theme to Catppuccin Frappe
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
return {
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "catppuccin",
|
||||
colorscheme = "catppuccin-frappe",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user