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/everforest",
"sainnhe/gruvbox-material", "sainnhe/gruvbox-material",
"rebelot/kanagawa.nvim", "rebelot/kanagawa.nvim",
"catppuccin/nvim",
}, },
lazy = false, lazy = false,
priority = 1000, priority = 1000,
config = function() config = function()
vim.g.gruvbox_material_enable_italic = true -- vim.g.gruvbox_material_enable_italic = true
vim.cmd.colorscheme("gruvbox-material") -- vim.cmd.colorscheme("gruvbox-material")
vim.cmd.colorscheme("catppuccin-mocha")
end, end,
} }

View file

@ -6,7 +6,8 @@ return {
-- configure lualine with modified theme -- configure lualine with modified theme
lualine.setup({ lualine.setup({
options = { options = {
theme = "gruvbox-material", -- theme = "gruvbox-material",
theme = "catppuccin-mocha",
}, },
sections = { sections = {
lualine_c = { lualine_c = {