Created
May 27, 2011 03:39
-
-
Save seven1m/994601 to your computer and use it in GitHub Desktop.
More visible cursor color in visual selection mode.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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