[2024-08-29] Use StatusLine highlights for status line

This commit is contained in:
Andrew Conlin 2024-08-29 11:10:04 +01:00
parent 44bec1a627
commit 7bb46f63f8

View File

@ -12,9 +12,9 @@ local bg = function(n)
end
return {
bg = bg("Normal"),
bg = fg("StatusLine"),
black = '#000000',
fg = fg("Normal"),
fg = bg("StatusLine"),
green = fg("DiagnosticOk"),
blue = fg("DiagnosticHint"),
orange = fg("DiagnosticWarn"),