fix: WarningMsg color was red (#1092)

This commit is contained in:
William Goulois 2021-07-26 10:32:33 +02:00 committed by GitHub
parent ce22121c82
commit c1b0c6f065
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ local highlights = {
NormalFloat = { bg = C.alt_bg },
Visual = { bg = C.alt_bg },
VisualNOS = { bg = C.alt_bg },
WarningMsg = { fg = C.error_red, bg = C.bg },
WarningMsg = { fg = C.warning_orange, bg = C.bg },
DiffAdd = { fg = C.alt_bg, bg = C.sign_add },
DiffChange = { fg = C.alt_bg, bg = C.sign_change, style = "underline" },
DiffDelete = { fg = C.alt_bg, bg = C.sign_delete },