Change theme to catppuccin-mocha
This commit is contained in:
parent
b2e2410899
commit
be10c04010
2 changed files with 6 additions and 3 deletions
|
@ -5,12 +5,14 @@ return {
|
|||
"sainnhe/everforest",
|
||||
"sainnhe/gruvbox-material",
|
||||
"rebelot/kanagawa.nvim",
|
||||
"catppuccin/nvim",
|
||||
},
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.g.gruvbox_material_enable_italic = true
|
||||
vim.cmd.colorscheme("gruvbox-material")
|
||||
-- vim.g.gruvbox_material_enable_italic = true
|
||||
-- vim.cmd.colorscheme("gruvbox-material")
|
||||
vim.cmd.colorscheme("catppuccin-mocha")
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,8 @@ return {
|
|||
-- configure lualine with modified theme
|
||||
lualine.setup({
|
||||
options = {
|
||||
theme = "gruvbox-material",
|
||||
-- theme = "gruvbox-material",
|
||||
theme = "catppuccin-mocha",
|
||||
},
|
||||
sections = {
|
||||
lualine_c = {
|
||||
|
|
Loading…
Reference in a new issue