Lualine: Fix theme
This commit is contained in:
parent
8eb03f9c92
commit
97bc3afff4
2 changed files with 2 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
require("lualine").setup({
|
||||
options = {
|
||||
theme = "catpuccin-mocha",
|
||||
theme = "catppuccin-mocha",
|
||||
},
|
||||
sections = {
|
||||
lualine_c = {
|
||||
|
|
|
|||
|
|
@ -2,24 +2,6 @@ return {
|
|||
"nvim-lualine/lualine.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
config = function()
|
||||
local lualine = require("lualine")
|
||||
-- configure lualine with modified theme
|
||||
lualine.setup({
|
||||
options = {
|
||||
-- theme = "tokyonight",
|
||||
-- theme = "catppuccin-mocha",
|
||||
theme = "gruvbox-material",
|
||||
},
|
||||
sections = {
|
||||
lualine_c = {
|
||||
{
|
||||
"filename",
|
||||
file_status = true,
|
||||
path = 2,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
require "custom/lualine"
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue