From 6c9bbcbbcc57454cfdda6564a0056c7b267fdcf5 Mon Sep 17 00:00:00 2001 From: rbong Date: Tue, 28 May 2019 15:17:05 -0400 Subject: [PATCH] Fix hls_highlight default color Related to #73 --- colors/gruvbox.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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