diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index 14ceae25..6ce9c986 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -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