Update evil_lualine.lua diagnostics colors. (#1254)

fix: diagnostics colors.
This commit is contained in:
Rajat Yadav 2024-07-07 12:31:11 +05:30 committed by GitHub
parent 0a5a66803c
commit 942b58628f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,9 +141,9 @@ ins_left {
sources = { 'nvim_diagnostic' },
symbols = { error = '', warn = '', info = '' },
diagnostics_color = {
color_error = { fg = colors.red },
color_warn = { fg = colors.yellow },
color_info = { fg = colors.cyan },
error = { fg = colors.red },
warn = { fg = colors.yellow },
info = { fg = colors.cyan },
},
}