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 'endel/vim-github-colorscheme'
|
||||||
Plug 'flazz/vim-colorschemes'
|
Plug 'flazz/vim-colorschemes'
|
||||||
Plug 'lloeki/vim-one-colorschemes'
|
Plug 'lloeki/vim-one-colorschemes'
|
||||||
|
Plug 'rakr/vim-one'
|
||||||
Plug 'https://bitbucket.org/kisom/eink.vim.git'
|
Plug 'https://bitbucket.org/kisom/eink.vim.git'
|
||||||
Plug 'robertmeta/nofrils'
|
Plug 'robertmeta/nofrils'
|
||||||
Plug 'whatyouhide/vim-gotham'
|
Plug 'whatyouhide/vim-gotham'
|
||||||
|
|
|
||||||
4
vimrc
4
vimrc
|
|
@ -28,8 +28,8 @@ let g:airline_symbols.whitespace = ''
|
||||||
if !has('gui_running')
|
if !has('gui_running')
|
||||||
set showtabline=1 "automatic tab bar
|
set showtabline=1 "automatic tab bar
|
||||||
set mouse=n "mouse support
|
set mouse=n "mouse support
|
||||||
set background=light
|
set background=dark
|
||||||
colorscheme nofrils-light
|
colorscheme one
|
||||||
|
|
||||||
"use terminal background
|
"use terminal background
|
||||||
hi Normal ctermbg=none
|
hi Normal ctermbg=none
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue