Skip to content

Commit

Permalink
feat(theme): update WhichKeyFloat background color
Browse files Browse the repository at this point in the history
Changed the background color of WhichKeyFloat from 'active' to
'highlight' to improve visibility and consistency with the rest
of the theme.
  • Loading branch information
karyanayandi committed Dec 25, 2024
1 parent 1c20ca2 commit d364d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/aurora/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ function theme.highlights(colors, config)
WhichKeyGroup = { fg = colors.cyan },
WhichKeyDesc = { fg = colors.blue, style = "italic" },
WhichKeySeperator = { fg = colors.green },
WhichKeyFloat = { bg = colors.active },
WhichKeyFloat = { bg = colors.highlight },

-- LspSaga
TitleString = { fg = colors.fg },
Expand Down

0 comments on commit d364d45

Please sign in to comment.