Change theme to catppuccin-mocha

This commit is contained in:
pro100ton 2024-11-17 18:02:50 +03:00
parent b2e2410899
commit be10c04010
2 changed files with 6 additions and 3 deletions

View file

@ -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,
}

View file

@ -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 = {