Skip to content

Commit

Permalink
Update evil_lualine.lua diagnostics colors.
Browse files Browse the repository at this point in the history
fix: diagnostics colors.
  • Loading branch information
0xskaper authored Jun 8, 2024
1 parent 0a5a668 commit 8c08827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/evil_lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
},
}

Expand Down

0 comments on commit 8c08827

Please sign in to comment.