[2024-06-19] Setting statusline background to normal

This commit is contained in:
Andrew Conlin 2024-06-19 09:11:23 +01:00
parent 6fc8073402
commit dc59e14fb3

View File

@ -12,7 +12,7 @@ local bg = function(n)
end
return {
bg = '#000000',
bg = bg("Normal"),
black = '#000000',
fg = fg("Normal"),
green = fg("DiagnosticOk"),