Compare commits
No commits in common. "22e0121ba7b155b966e67dbd9d58ed25bab0b525" and "b905f7b408d325caf81650cda76c80c27b6967df" have entirely different histories.
22e0121ba7
...
b905f7b408
2 changed files with 5 additions and 6 deletions
|
|
@ -6,14 +6,13 @@ return {
|
|||
"sainnhe/gruvbox-material",
|
||||
"rebelot/kanagawa.nvim",
|
||||
"catppuccin/nvim",
|
||||
"folke/tokyonight.nvim",
|
||||
},
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.g.gruvbox_material_enable_italic = true
|
||||
vim.cmd.colorscheme("tokyonight-night")
|
||||
-- vim.cmd.colorscheme("catppuccin-mocha")
|
||||
-- vim.g.gruvbox_material_enable_italic = true
|
||||
-- vim.cmd.colorscheme("gruvbox-material")
|
||||
vim.cmd.colorscheme("catppuccin-mocha")
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ return {
|
|||
-- configure lualine with modified theme
|
||||
lualine.setup({
|
||||
options = {
|
||||
theme = "tokyonight",
|
||||
-- theme = "catppuccin-mocha",
|
||||
-- theme = "gruvbox-material",
|
||||
theme = "catppuccin-mocha",
|
||||
},
|
||||
sections = {
|
||||
lualine_c = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue