Skip to content

Commit

Permalink
Fix hls_highlight default color
Browse files Browse the repository at this point in the history
Related to #73
  • Loading branch information
rbong committed May 28, 2019
1 parent 8097e64 commit 6c9bbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ if exists('g:gruvbox_hls_cursor')
let s:hls_cursor = get(s:gb, g:gruvbox_hls_cursor)
endif

let s:hls_highlight = s:orange
let s:hls_highlight = s:yellow
if exists('g:gruvbox_hls_highlight')
let s:hls_highlight = get(s:gb, g:gruvbox_hls_highlight)
endif
Expand Down

0 comments on commit 6c9bbcb

Please sign in to comment.