feat(copilot): better copilot status colors for lualine

This commit is contained in:
Folke Lemaitre 2023-04-21 09:24:08 +02:00
parent 14e708a246
commit 1274310e6d
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -18,8 +18,8 @@ return {
local colors = {
[""] = Util.fg("Special"),
["Normal"] = Util.fg("Special"),
["Warning"] = Util.fg("DiagnosticWarn"),
["InProgress"] = Util.fg("DiagnosticInfo"),
["Warning"] = Util.fg("DiagnosticError"),
["InProgress"] = Util.fg("DiagnosticWarn"),
}
table.insert(opts.sections.lualine_x, 2, {
function()