Revert theme back to gruvbox
This commit is contained in:
parent
edf7eabc29
commit
5f3ba77ba7
2 changed files with 9 additions and 3 deletions
|
@ -2,18 +2,23 @@ return {
|
|||
"folke/tokyonight.nvim",
|
||||
dependencies = {
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
-- "morphez/gruvbox.nvim",
|
||||
"sainnhe/everforest",
|
||||
"sainnhe/gruvbox-material",
|
||||
"rebelot/kanagawa.nvim",
|
||||
"catppuccin/nvim",
|
||||
"folke/tokyonight.nvim",
|
||||
"luisiacc/gruvbox-baby",
|
||||
},
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
-- vim.cmd.colorscheme("tokyonight-night")
|
||||
-- vim.cmd.colorscheme("gruvbox")
|
||||
-- vim.cmd.colorscheme("gruvbox-baby")
|
||||
vim.g.gruvbox_material_background = 'hard'
|
||||
vim.g.gruvbox_material_enable_italic = true
|
||||
vim.cmd.colorscheme("tokyonight-night")
|
||||
vim.cmd.colorscheme("gruvbox-material")
|
||||
-- vim.cmd.colorscheme("catppuccin-mocha")
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
|
@ -6,8 +6,9 @@ return {
|
|||
-- configure lualine with modified theme
|
||||
lualine.setup({
|
||||
options = {
|
||||
theme = "tokyonight",
|
||||
-- theme = "tokyonight",
|
||||
-- theme = "catppuccin-mocha",
|
||||
theme = "gruvbox-material",
|
||||
},
|
||||
sections = {
|
||||
lualine_c = {
|
||||
|
|
Loading…
Reference in a new issue