feat(copilot): better copilot status colors for lualine

This commit is contained in:
Folke Lemaitre committed 2023-04-21 09:24:12 +02:00
1 parent 14e708a246
commit 1274310e6d
1 file changed
+2 -2
@@ -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()