mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Enable one-dark color scheme
This commit is contained in:
parent
17a12c5bbb
commit
b3937bca59
2 changed files with 3 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ Plug 'jnurmine/Zenburn'
|
|||
Plug 'endel/vim-github-colorscheme'
|
||||
Plug 'flazz/vim-colorschemes'
|
||||
Plug 'lloeki/vim-one-colorschemes'
|
||||
Plug 'rakr/vim-one'
|
||||
Plug 'https://bitbucket.org/kisom/eink.vim.git'
|
||||
Plug 'robertmeta/nofrils'
|
||||
Plug 'whatyouhide/vim-gotham'
|
||||
|
|
|
|||
4
vimrc
4
vimrc
|
|
@ -28,8 +28,8 @@ let g:airline_symbols.whitespace = ''
|
|||
if !has('gui_running')
|
||||
set showtabline=1 "automatic tab bar
|
||||
set mouse=n "mouse support
|
||||
set background=light
|
||||
colorscheme nofrils-light
|
||||
set background=dark
|
||||
colorscheme one
|
||||
|
||||
"use terminal background
|
||||
hi Normal ctermbg=none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue