fix(theme): update statusline/background colors

This commit is contained in:
2024-01-09 23:12:35 +01:00
parent 6ee6dd5a2e
commit 8c08a331a6
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
local function setup()
local custom_moonfly = require("lualine.themes.moonfly")
custom_moonfly.normal.c.bg = "#000000"
custom_moonfly.normal.c.bg = require("moonfly").palette.bg
require("lualine").setup({
options = {