|
@@ -18,6 +18,7 @@ function! NormalPower()
|
|
|
AirlineTheme powerlineish
|
|
AirlineTheme powerlineish
|
|
|
" Fix sign column colour (for vim-signature, syntastic).
|
|
" Fix sign column colour (for vim-signature, syntastic).
|
|
|
highlight SignColumn ctermbg=235
|
|
highlight SignColumn ctermbg=235
|
|
|
|
|
+ call MuteSpellCheckHighlights()
|
|
|
echo "System at normal power..."
|
|
echo "System at normal power..."
|
|
|
endfunction
|
|
endfunction
|
|
|
|
|
|
|
@@ -25,6 +26,7 @@ function! UltraPower()
|
|
|
set background=light
|
|
set background=light
|
|
|
colorscheme neonwave
|
|
colorscheme neonwave
|
|
|
AirlineTheme surarken
|
|
AirlineTheme surarken
|
|
|
|
|
+ call MuteSpellCheckHighlights()
|
|
|
echo "Ultra Power Level Activated!"
|
|
echo "Ultra Power Level Activated!"
|
|
|
endfunction
|
|
endfunction
|
|
|
|
|
|