From 59ed6a73f1657515022ad60031ae5105638e6933 Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Tue, 3 Jun 2025 13:04:41 +0100 Subject: melange theme --- neovim/.config/nvim/lua/config/lualine.lua | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'neovim/.config/nvim/lua/config/lualine.lua') 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 -- cgit v1.2.3