fix(moonfly): update highlight Normal background color

This commit is contained in:
2024-01-08 20:56:49 +01:00
parent b23c041e56
commit 6ee6dd5a2e
+1
View File
@@ -18,6 +18,7 @@ local function setup()
vim.api.nvim_create_autocmd("ColorScheme", { vim.api.nvim_create_autocmd("ColorScheme", {
pattern = "moonfly", pattern = "moonfly",
callback = function () callback = function ()
override_hl("Normal", { bg = "#000000", })
override_hl("DiffAdd", { bg = "#364143", }) override_hl("DiffAdd", { bg = "#364143", })
override_hl("DiffText", { bg = "#3e4b6b", }) override_hl("DiffText", { bg = "#3e4b6b", })
override_hl("DiffChange", { bg = "#25293c", }) override_hl("DiffChange", { bg = "#25293c", })