1
0

Switch source for breezy theme

This commit is contained in:
Patrick Auernig 2017-06-17 03:33:15 +02:00
parent fa61a22403
commit 1a85fa81f4
2 changed files with 6 additions and 2 deletions

View File

@ -77,6 +77,8 @@ autocmd FocusLost * :silent! wa
" keep splits equal on terminal resize " keep splits equal on terminal resize
autocmd VimResized * :wincmd = autocmd VimResized * :wincmd =
colorscheme seoul256 set termguicolors
colorscheme breezy
let g:airline_theme='breezy'
call matchadd('ColorColumn', '\%81v', 100) call matchadd('ColorColumn', '\%81v', 100)

View File

@ -9,6 +9,8 @@ Plug 'sheerun/vim-polyglot'
Plug 'ctrlpvim/ctrlp.vim' Plug 'ctrlpvim/ctrlp.vim'
Plug 'Konfekt/FastFold' Plug 'Konfekt/FastFold'
Plug 'majutsushi/tagbar' Plug 'majutsushi/tagbar'
Plug 'equalsraf/neovim-gui-shim'
"Plug 'Shougo/denite.nvim'
" [UI] " [UI]
Plug 'bling/vim-airline' Plug 'bling/vim-airline'
@ -73,6 +75,6 @@ Plug 'ngmy/vim-rubocop', { 'for': 'ruby' }
Plug 'hallison/vim-rdoc', { 'for': 'ruby' } Plug 'hallison/vim-rdoc', { 'for': 'ruby' }
"Plug 'arcticicestudio/nord-vim' Plug 'valeth/breezy', { 'branch': 'swap-bg-color' }
call plug#end() call plug#end()