diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2025-06-05 13:56:04 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2025-06-05 13:56:04 +0100 |
commit | 6633d60ae483b06c06db86088436bf6b876165c3 (patch) | |
tree | 740da1da8ba3c29c4cec8491540cdc212b4ca05a /neovim/.config/nvim/lua/config/lualine.lua | |
parent | 8299d72c6711d11238df46624951d19a0254b9e8 (diff) |
Nord theme
Diffstat (limited to 'neovim/.config/nvim/lua/config/lualine.lua')
-rw-r--r-- | neovim/.config/nvim/lua/config/lualine.lua | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/neovim/.config/nvim/lua/config/lualine.lua b/neovim/.config/nvim/lua/config/lualine.lua index a95cd73..5155bda 100644 --- a/neovim/.config/nvim/lua/config/lualine.lua +++ b/neovim/.config/nvim/lua/config/lualine.lua @@ -39,14 +39,7 @@ 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 = 'melange', + theme = 'nord', }, sections = { -- these are to remove the defaults |