mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(ui): show the loaded icon for local plugins in a different color
This commit is contained in:
parent
652b6febf8
commit
96dd2058fb
2 changed files with 6 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue