diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2025-06-03 13:04:41 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2025-06-03 13:04:41 +0100 |
commit | 59ed6a73f1657515022ad60031ae5105638e6933 (patch) | |
tree | a0404e21e7c51bef25e42260bdf01068af314458 /neovim/.config/nvim/lua/config/lualine.lua | |
parent | 0379dc54a152b87015bc667249021d459e1cd78d (diff) |
melange theme
Diffstat (limited to 'neovim/.config/nvim/lua/config/lualine.lua')
-rw-r--r-- | neovim/.config/nvim/lua/config/lualine.lua | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/neovim/.config/nvim/lua/config/lualine.lua b/neovim/.config/nvim/lua/config/lualine.lua index 8bb6559..a95cd73 100644 --- a/neovim/.config/nvim/lua/config/lualine.lua +++ b/neovim/.config/nvim/lua/config/lualine.lua @@ -39,13 +39,14 @@ local config = { -- Disable sections and component separators component_separators = '', section_separators = '', - theme = { - -- We are going to use lualine_c an lualine_x as left and - -- right section. Both are highlighted by c theme . So we - -- are just setting default looks o statusline - normal = { c = { fg = colors.fg, bg = colors.bg } }, - inactive = { c = { fg = colors.fg, bg = colors.bg } }, - }, + --theme = { + ---- We are going to use lualine_c an lualine_x as left and + ---- right section. Both are highlighted by c theme . So we + ---- are just setting default looks o statusline + --normal = { c = { fg = colors.fg, bg = colors.bg } }, + --inactive = { c = { fg = colors.fg, bg = colors.bg } }, + --}, + theme = 'melange', }, sections = { -- these are to remove the defaults |