Skip to content

Commit

Permalink
feat(mason): move to NormalFloat
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Lamia authored and mehalter committed Oct 11, 2023
1 parent dcb64ab commit 0ccec22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/astrotheme/groups/plugins/mason.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local function callback()
return {
MasonNormal = { link = "NormalPopup" },
MasonHeader = { link = "PopupTitle" },
MasonNormal = { link = "NormalFloat" },
MasonHeader = { link = "FloatTitle" },
MasonHeaderSecondary = { bold = true, fg = C.ui.base, bg = C.ui.blue },

MasonHighlight = { fg = C.ui.blue },
Expand Down

0 comments on commit 0ccec22

Please sign in to comment.