Skip to content

Commit

Permalink
feat: add noice lsp progress highlight groups
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Dec 29, 2023
1 parent eedbda3 commit 917f81d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/cyberdream/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,14 @@ function M.setup()
-- Lazy
LazyProgressDone = { bold = true, fg = t.magenta },
LazyProgressTodo = { bold = true, fg = t.grey },

-- Noice
NoiceFormatProgressDone = { fg = t.bgAlt, bg = t.cyan },
NoiceFormatProgressTodo = { fg = t.grey, bg = t.bgHighlight },

NoiceLspProgressClient = { fg = t.blue },
NoiceLspProgressSpinner = { fg = t.orange },
NoiceLspProgressTitle = { fg = t.cyan },
}

if opts.borderless_telescope then
Expand Down

0 comments on commit 917f81d

Please sign in to comment.