Skip to content

Commit

Permalink
Add WhichKeyBorder highlight group (#278)
Browse files Browse the repository at this point in the history
* chore: delete duplicated highlight group

* feat: add new highlight group
  • Loading branch information
jaeheonji committed Sep 6, 2022
1 parent a4e8a81 commit 8a1a8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/catppuccin/groups/integrations/which_key.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ function M.get()
return {
WhichKey = { fg = cp.flamingo },
WhichKeyGroup = { fg = cp.blue },
WhichKeyDesc = { fg = cp.pink },
WhichKeySeperator = { fg = cp.overlay0 },
WhichKeySeparator = { fg = cp.overlay0 },
WhichKeyDesc = { fg = cp.pink },
WhichKeyFloat = { bg = cp.crust },
WhichKeyBorder = { fg = cp.blue },
WhichKeyValue = { fg = cp.overlay0 },
}
end
Expand Down

0 comments on commit 8a1a8d1

Please sign in to comment.