Skip to content

Commit dcb64ab

Browse files
A-Lamiamehalter
authored andcommitted
feat(lazy): move to NormalFloat
1 parent a55bfc5 commit dcb64ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/groups/plugins/lazy.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local function callback()
33
LazyH1 = { fg = C.ui.base, bg = C.ui.accent, bold = true }, -- home button
44
LazyH2 = { fg = C.ui.accent, bold = true }, -- titles
55
LazyComment = { link = "Comment" },
6-
LazyNormal = { link = "NormalPopup" },
6+
LazyNormal = { link = "NormalFloat" },
77
LazyCommit = { fg = C.ui.text_inactive, bold = true }, -- commit ref
88
LazyCommitIssue = { fg = C.ui.yellow },
99
LazyCommitType = { fg = C.ui.accent, bold = true }, -- conventional commit type

0 commit comments

Comments
 (0)