Skip to content

Commit

Permalink
feat(theme): update WhichKey highlight groups
Browse files Browse the repository at this point in the history
- Add WhichKeyBorder with light gray foreground color
- Add WhichKeyNormal with highlight_dark background color

These changes improve the visual distinction of WhichKey elements.
  • Loading branch information
karyanayandi committed Dec 25, 2024
1 parent dbaced2 commit f54485e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/aurora/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,8 @@ function theme.highlights(colors, config)
WhichKeyGroup = { fg = colors.cyan },
WhichKeyDesc = { fg = colors.blue, style = "italic" },
WhichKeySeperator = { fg = colors.green },
WhichKeyFloat = { bg = colors.highlight_dark },
WhichKeyBorder = { fg = colors.light_gray },
WhichKeyNormal = { bg = colors.highlight_dark },

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

0 comments on commit f54485e

Please sign in to comment.