Skip to content

Commit

Permalink
fix(extras): leap.nvim label group
Browse files Browse the repository at this point in the history
fixes #49
  • Loading branch information
miikanissi committed Nov 25, 2024
1 parent ad9910a commit 2d2a582
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lua/modus-themes/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,8 @@ function M.setup()
HopUnmatched = { fg = c.fg_dim },

-- Leap
LeapMatch = { bg = c.magenta_cooler, fg = c.fg_main, bold = true },
LeapLabelPrimary = { fg = c.magenta_cooler, bold = true },
LeapLabelSecondary = { fg = c.green_warmer, bold = true },
LeapMatch = { bg = c.blue_intense, fg = c.fg_main, bold = true },
LeapLabel = { fg = c.blue_intense, bold = true },
LeapBackdrop = { fg = c.fg_dim },

-- flash.nvim
Expand Down

0 comments on commit 2d2a582

Please sign in to comment.