Skip to content

Commit

Permalink
feat(dropbar): add new highlight groups
Browse files Browse the repository at this point in the history
close #503
  • Loading branch information
nullchilly committed Jun 4, 2023
1 parent d84a6be commit 4f22a1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lua/catppuccin/groups/integrations/dropbar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ local M = {}
function M.get()
local color = O.integrations.dropbar.color_mode
return {
DropBarMenuHoverEntry = { link = "Visual" },
DropBarMenuHoverIcon = { reverse = true },
DropBarMenuHoverSymbol = { bold = true },
DropBarIconUISeparator = { fg = C.overlay1 },
DropBarKindArray = color and { link = "DropBarIconKindArray" } or { fg = C.text },
DropBarKindBoolean = color and { link = "DropBarIconKindBoolean" } or { fg = C.text },
Expand Down
2 changes: 1 addition & 1 deletion lua/catppuccin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ local M = {
custom_bg = "NONE",
},
dropbar = {
enabled = false,
enabled = true,
color_mode = false,
},
},
Expand Down

0 comments on commit 4f22a1e

Please sign in to comment.