[2024-08-29] Use StatusLine highlights for status line
This commit is contained in:
parent
44bec1a627
commit
7bb46f63f8
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user