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",
|
"folke/tokyonight.nvim",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"ellisonleao/gruvbox.nvim",
|
"ellisonleao/gruvbox.nvim",
|
||||||
|
-- "morphez/gruvbox.nvim",
|
||||||
"sainnhe/everforest",
|
"sainnhe/everforest",
|
||||||
"sainnhe/gruvbox-material",
|
"sainnhe/gruvbox-material",
|
||||||
"rebelot/kanagawa.nvim",
|
"rebelot/kanagawa.nvim",
|
||||||
"catppuccin/nvim",
|
"catppuccin/nvim",
|
||||||
"folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
|
"luisiacc/gruvbox-baby",
|
||||||
},
|
},
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
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.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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,9 @@ return {
|
||||||
-- configure lualine with modified theme
|
-- configure lualine with modified theme
|
||||||
lualine.setup({
|
lualine.setup({
|
||||||
options = {
|
options = {
|
||||||
theme = "tokyonight",
|
-- theme = "tokyonight",
|
||||||
-- theme = "catppuccin-mocha",
|
-- theme = "catppuccin-mocha",
|
||||||
|
theme = "gruvbox-material",
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_c = {
|
lualine_c = {
|
||||||
|
|
Loading…
Reference in a new issue