diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-09 19:22:46 +0100 | 
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-09 19:22:46 +0100 | 
| commit | 9f96b235654f95c86b05612a61d9d03e5bebb7ba (patch) | |
| tree | 9e6fced921d1d884e901eb74ccd7d4320e804820 /lua | |
| parent | 48127be825698d7d7fcd6bcaccc719ce161ad7ba (diff) | |
Update progress bar
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/no-clown-fiesta/groups/lazy.lua | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/groups/lazy.lua b/lua/no-clown-fiesta/groups/lazy.lua index 97a81d6..2922cd7 100644 --- a/lua/no-clown-fiesta/groups/lazy.lua +++ b/lua/no-clown-fiesta/groups/lazy.lua @@ -14,8 +14,8 @@ function M.highlight(palette)      LazyH2 = { fg = palette.fg },      LazyNoCond = { fg = palette.yellow },      LazyNormal = { fg = palette.fg }, -    LazyProgressDone = { fg = palette.blue }, -    LazyProgressTodo = { fg = palette.bg }, +    LazyProgressDone = { fg = palette.cursor_fg }, +    LazyProgressTodo = { fg = palette.gray },      LazyProp = { fg = palette.fg },      LazyReasonCmd = { fg = palette.fg },      LazyReasonEvent = { fg = palette.fg },  |