Skip to content

Instantly share code, notes, and snippets.

@seven1m
Created May 27, 2011 03:39
Show Gist options
  • Select an option

  • Save seven1m/994601 to your computer and use it in GitHub Desktop.

Select an option

Save seven1m/994601 to your computer and use it in GitHub Desktop.
More visible cursor color in visual selection mode.
diff --git a/colors/solarized.vim b/colors/solarized.vim
index 81c2c99..8085e7c 100644
--- a/colors/solarized.vim
+++ b/colors/solarized.vim
@@ -667,7 +667,7 @@ exe "hi StatusLine" . s:fg_base0 .s:bg_base02 .s:fmt_none
exe "hi StatusLineNC" . s:fg_base1 .s:bg_base02 .s:fmt_none
exe "hi VertSplit" . s:fg_base0 .s:bg_base02 .s:fmt_none
exe "hi Title" . s:fg_orange .s:bg_none .s:fmt_bold
-exe "hi Visual" . s:fg_none .s:bg_base02 .s:fmt_stnd
+exe "hi Visual" . s:fg_none .s:bg_base0 .s:fmt_stnd
exe "hi VisualNOS" . s:fg_none .s:bg_base02 .s:fmt_stnd
exe "hi WarningMsg" . s:fg_red .s:bg_none .s:fmt_bold
exe "hi WildMenu" . s:fg_base1 .s:bg_base02 .s:fmt_none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment