Compare commits

..

No commits in common. "22e0121ba7b155b966e67dbd9d58ed25bab0b525" and "b905f7b408d325caf81650cda76c80c27b6967df" have entirely different histories.

2 changed files with 5 additions and 6 deletions

View file

@ -6,14 +6,13 @@ return {
"sainnhe/gruvbox-material", "sainnhe/gruvbox-material",
"rebelot/kanagawa.nvim", "rebelot/kanagawa.nvim",
"catppuccin/nvim", "catppuccin/nvim",
"folke/tokyonight.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("tokyonight-night") -- vim.cmd.colorscheme("gruvbox-material")
-- vim.cmd.colorscheme("catppuccin-mocha") vim.cmd.colorscheme("catppuccin-mocha")
end, end,
} }

View file

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