Skip to content

Commit 572b521

Browse files
committed
Fix #144 - Repatch removed hop.nvim highlights
1 parent 910d00c commit 572b521

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Fixes
1515

1616
- dark foreground color for visited entries in telescope.nvim
17+
- Fix #144 - Repatch removed hop.nvim highlights
1718

1819
## [v0.0.3] - 09 Dec 2021
1920

lua/github-theme/theme.lua

+6
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,12 @@ function M.setup(config)
437437
BufferLineIndicatorSelected = {fg = c.blue},
438438
BufferLineFill = {bg = c.bg2},
439439

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+
440446
-- ALE
441447
ALEWarningSign = {fg = c.warning},
442448
ALEErrorSign = {fg = c.error},

0 commit comments

Comments
 (0)