Skip to content

Commit

Permalink
feat: added better colors for leap.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Sep 5, 2022
1 parent 02f4909 commit c32a381
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,11 @@ function M.setup()
HopNextKey2 = { fg = util.darken(c.blue2, 0.3) },
HopUnmatched = { fg = c.dark3 },

LeapMatch = { bg = c.magenta2, fg = c.fg, style = "bold" },
LeapLabelPrimary = { fg = c.magenta2, style = "bold" },
LeapLabelSecondary = { fg = c.green1, style = "bold" },
LeapBackdrop = { fg = c.dark3 },

LightspeedGreyWash = { fg = c.dark3 },
-- LightspeedCursor = { link = "Cursor" },
LightspeedLabel = { fg = c.magenta2, style = "bold,underline" },
Expand Down

0 comments on commit c32a381

Please sign in to comment.