Ability to disable solarized enhancements [Fix #487]
This commit is contained in:
@@ -9,3 +9,7 @@
|
|||||||
* AnsiEsc - inteprets ansi color codes inside log files. great for looking at Rails logs
|
* AnsiEsc - inteprets ansi color codes inside log files. great for looking at Rails logs
|
||||||
* solarized - a color scheme scientifically calibrated for awesomeness (including skwp mods for ShowMarks)
|
* solarized - a color scheme scientifically calibrated for awesomeness (including skwp mods for ShowMarks)
|
||||||
* Airline - Improved status bar. Requires patched fonts (installed from fonts/ directory)
|
* Airline - Improved status bar. Requires patched fonts (installed from fonts/ directory)
|
||||||
|
|
||||||
|
YADR provides solarized enhancements that make it even better. If you're using another theme, you can disable them with this line in `~/.vimrc.before`:
|
||||||
|
|
||||||
|
let g:yadr_disable_solarized_enhancements=1
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ if !has("gui_macvim")
|
|||||||
set t_Co=256
|
set t_Co=256
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if !exists("g:yadr_disable_solarized_enhancements")
|
||||||
hi! link txtBold Identifier
|
hi! link txtBold Identifier
|
||||||
hi! link zshVariableDef Identifier
|
hi! link zshVariableDef Identifier
|
||||||
hi! link zshFunction Function
|
hi! link zshFunction Function
|
||||||
@@ -66,3 +67,4 @@ hi! EasyMotionTarget guifg=#4CE660 gui=bold
|
|||||||
|
|
||||||
" Make sure this file loads itself on top of any other color settings
|
" Make sure this file loads itself on top of any other color settings
|
||||||
au VimEnter * so ~/.vim/settings/solarized.vim
|
au VimEnter * so ~/.vim/settings/solarized.vim
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user