File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
### Fixes
15
15
16
16
- dark foreground color for visited entries in telescope.nvim
17
+ - Fix #144 - Repatch removed hop.nvim highlights
17
18
18
19
## [ v0.0.3] - 09 Dec 2021
19
20
Original file line number Diff line number Diff line change @@ -437,6 +437,12 @@ function M.setup(config)
437
437
BufferLineIndicatorSelected = {fg = c .blue },
438
438
BufferLineFill = {bg = c .bg2 },
439
439
440
+ -- Hop
441
+ HopNextKey = {fg = c .magenta , style = " bold" },
442
+ HopNextKey1 = {fg = c .blue , style = " bold" },
443
+ HopNextKey2 = {fg = util .darken (c .bright_blue , 0.8 )},
444
+ HopUnmatched = {fg = c .fg_dark },
445
+
440
446
-- ALE
441
447
ALEWarningSign = {fg = c .warning },
442
448
ALEErrorSign = {fg = c .error },
You can’t perform that action at this time.
0 commit comments