We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55bfc5 commit dcb64abCopy full SHA for dcb64ab
lua/astrotheme/groups/plugins/lazy.lua
@@ -3,7 +3,7 @@ local function callback()
3
LazyH1 = { fg = C.ui.base, bg = C.ui.accent, bold = true }, -- home button
4
LazyH2 = { fg = C.ui.accent, bold = true }, -- titles
5
LazyComment = { link = "Comment" },
6
- LazyNormal = { link = "NormalPopup" },
+ LazyNormal = { link = "NormalFloat" },
7
LazyCommit = { fg = C.ui.text_inactive, bold = true }, -- commit ref
8
LazyCommitIssue = { fg = C.ui.yellow },
9
LazyCommitType = { fg = C.ui.accent, bold = true }, -- conventional commit type
0 commit comments