switched back to smyck colo
This commit is contained in:
@@ -41,3 +41,6 @@ Bundle 'scrooloose/syntastic'
|
|||||||
Bundle "MarcWeber/vim-addon-mw-utils"
|
Bundle "MarcWeber/vim-addon-mw-utils"
|
||||||
Bundle "tomtom/tlib_vim"
|
Bundle "tomtom/tlib_vim"
|
||||||
Bundle 'garbas/vim-snipmate'
|
Bundle 'garbas/vim-snipmate'
|
||||||
|
Bundle 'terryma/vim-multiple-cursors'
|
||||||
|
Bundle 'tpope/vim-repeat'
|
||||||
|
Bundle 'tonchis/to-github-vim'
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ syntax on
|
|||||||
set encoding=utf8
|
set encoding=utf8
|
||||||
set t_Co=256 " Explicitly tell vim that the terminal supports 256 colors"
|
set t_Co=256 " Explicitly tell vim that the terminal supports 256 colors"
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme solarized
|
colorscheme smyck
|
||||||
|
|
||||||
" set number " show line numbers
|
" set number " show line numbers
|
||||||
set relativenumber " show relative line numbers
|
set relativenumber " show relative line numbers
|
||||||
@@ -295,6 +295,6 @@ let g:ctrlp_working_path_mode = 2
|
|||||||
" let g:airline_left_sep=''
|
" let g:airline_left_sep=''
|
||||||
" let g:airline_right_sep=''
|
" let g:airline_right_sep=''
|
||||||
let g:airline_powerline_fonts=1
|
let g:airline_powerline_fonts=1
|
||||||
let g:airline_theme='solarized'
|
let g:airline_theme='dark'
|
||||||
|
|
||||||
let vimrc_already_sourced = 1
|
let vimrc_already_sourced = 1
|
||||||
|
|||||||
@@ -65,4 +65,4 @@ precmd() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export PROMPT='%(?.%F{magenta}.%F{red})❯%f '
|
export PROMPT='%(?.%F{magenta}.%F{red})❯%f '
|
||||||
export RPROMPT='`git_dirty`%F{236}$vcs_info_msg_0_%f `needs_push``suspended_jobs`'
|
export RPROMPT='`git_dirty`%F{241}$vcs_info_msg_0_%f `needs_push``suspended_jobs`'
|
||||||
|
|||||||
Reference in New Issue
Block a user