Skip to content

Commit

Permalink
Fixed Powerline theme name.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed Feb 4, 2013
1 parent be5e0b6 commit c278bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -127,7 +127,7 @@ inoremap <Nul> <C-x><C-o>
" using fancy symbols
let g:Powerline_symbols = 'fancy'
" Solarized-compatible color scheme
let g:Powerline_colorscheme = 'skwp'
let g:Powerline_colorscheme = 'solarized256'

" ctags for system Python and for virtual environments
let base_ctags_path = $HOME . "/.vim/tags/python.ctags"
Expand Down

0 comments on commit c278bb8

Please sign in to comment.