From 942b58628fbd513dcff64b6765a3482c76b49123 Mon Sep 17 00:00:00 2001 From: Rajat Yadav <53974841+laggedskapari@users.noreply.github.com> Date: Sun, 7 Jul 2024 12:31:11 +0530 Subject: [PATCH] Update evil_lualine.lua diagnostics colors. (#1254) fix: diagnostics colors. --- examples/evil_lualine.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/evil_lualine.lua b/examples/evil_lualine.lua index 138692036..1331132b9 100644 --- a/examples/evil_lualine.lua +++ b/examples/evil_lualine.lua @@ -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 }, }, }