diff options
author | Ethan Schoonover <es@ethanschoonover.com> | 2011-04-14 23:00:07 -0700 |
---|---|---|
committer | Ethan Schoonover <es@ethanschoonover.com> | 2011-04-14 23:00:07 -0700 |
commit | 177c82b1636b864c92937c9780658cc6eca87aa4 (patch) | |
tree | b961caa693cd80a529e163c9c2054c5ad9fa3db2 | |
parent | a2657339e170443543d88a0aa11f383baf66e57b (diff) | |
download | vim-colors-solarized-177c82b1636b864c92937c9780658cc6eca87aa4.tar.gz |
updated wildmenu colors in solarized.vim
-rw-r--r-- | colors/solarized.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/solarized.vim b/colors/solarized.vim index 38fb07c..ee46b17 100644 --- a/colors/solarized.vim +++ b/colors/solarized.vim @@ -659,7 +659,7 @@ exe "hi! VertSplit" .s:fmt_bold .s:fg_base00 .s:bg_base00 exe "hi! Title" .s:fmt_bold .s:fg_orange .s:bg_none exe "hi! VisualNOS" .s:fmt_stnd .s:fg_none .s:bg_base02 exe "hi! WarningMsg" .s:fmt_bold .s:fg_red .s:bg_none -exe "hi! WildMenu" .s:fmt_none .s:fg_base1 .s:bg_base02 +exe "hi! WildMenu" .s:fmt_none .s:fg_base2 .s:bg_base02 exe "hi! Folded" .s:fmt_undb .s:fg_base0 .s:bg_base02 .s:sp_base03 exe "hi! FoldColumn" .s:fmt_bold .s:fg_base0 .s:bg_base02 exe "hi! DiffAdd" .s:fmt_revr .s:fg_green .s:bg_none |