feat(lualine): update moonfly color
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user