feat(ui): show the loaded icon for local plugins in a different color

This commit is contained in:
Folke Lemaitre 2023-05-13 13:24:38 +02:00
parent 652b6febf8
commit 96dd2058fb
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 6 additions and 4 deletions

View file

@ -13,6 +13,7 @@ M.colors = {
Prop = "Conceal", -- property
Value = "@string", -- value of a property
NoCond = "DiagnosticWarn", -- unloaded icon for a plugin where `cond()` was false
Local = "Constant",
ProgressDone = "Constant", -- progress bar done
ProgressTodo = "LineNr", -- progress bar todo
Special = "@punctuation.special",