feat(lualine): update moonfly color

This commit is contained in:
2024-01-08 18:26:35 +01:00
parent 159d11266f
commit 704817000a
+4 -1
View File
@@ -1,10 +1,13 @@
-- https://github.com/nvim-lualine/lualine.nvim -- https://github.com/nvim-lualine/lualine.nvim
local function setup() local function setup()
local custom_moonfly = require("lualine.themes.moonfly")
custom_moonfly.normal.c.bg = "#000000"
require("lualine").setup({ require("lualine").setup({
options = { options = {
icons_enabled = true, icons_enabled = true,
theme = "auto", theme = custom_moonfly,
component_separators = { left = "", right = "", }, component_separators = { left = "", right = "", },
section_separators = { left = "", right = "", }, section_separators = { left = "", right = "", },
always_divide_middle = true, always_divide_middle = true,