Skip to content

Commit

Permalink
fix(whichkey): link WhichKeyFloat to NormalFloat(#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsifa1 committed Jan 3, 2024
1 parent 1467688 commit 281f307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nightfox/group/modules/whichkey.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function M.get(spec, config, opts)
WhichKeyDesc = { link = "Keyword" },
WhichKeySeperator = { link = "Comment" },
WhichKeySeparator = { link = "Comment" },
WhichKeyFloat = { bg = spec.bg0 },
WhichKeyFloat = { link = "NormalFloat" },
WhichKeyValue = { link = "Comment" },
}
end
Expand Down

0 comments on commit 281f307

Please sign in to comment.