Skip to content

Commit

Permalink
fix(lazy): use NormalFloat bg as bg (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramojus committed Aug 10, 2024
1 parent 884d711 commit 96058d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mellifluous/highlights/plugins/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function M.set(hl, colors)
local groups = require("mellifluous.highlights.custom_groups").get(colors)
local bg = hl.get("NormalFloat").bg

hl.set("LazyNormal", { bg = colors.bg2 })
hl.set("LazyNormal", { bg = bg })
hl.set("LazyButton", groups.MenuButton)
hl.set("LazyButtonActive", groups.MenuButtonSelected(bg))
hl.set("LazyH1", { link = "LazyButtonActive" })
Expand Down

0 comments on commit 96058d5

Please sign in to comment.