And we have a theme winner.
This commit is contained in:
parent
b25d1bca3e
commit
3978e1b7c0
@ -1,5 +1,6 @@
|
|||||||
call plug#begin('$XDG_DATA_HOME/vim-plugins')
|
call plug#begin('$XDG_DATA_HOME/vim-plugins')
|
||||||
Plug 'tomasr/molokai'
|
Plug 'fatih/molokai'
|
||||||
|
Plug 'pearance/vimez-themes'
|
||||||
Plug 'junegunn/fzf'
|
Plug 'junegunn/fzf'
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
Plug 'mhinz/vim-signify'
|
Plug 'mhinz/vim-signify'
|
||||||
@ -58,7 +59,11 @@ map <leader>f <Esc>:Goyo<CR>
|
|||||||
|
|
||||||
set bg=dark
|
set bg=dark
|
||||||
set termguicolors
|
set termguicolors
|
||||||
colorscheme molokai
|
if &diff
|
||||||
|
colorscheme molokai
|
||||||
|
else
|
||||||
|
colorscheme molokaiez
|
||||||
|
endif
|
||||||
|
|
||||||
set t_ZH=[3m
|
set t_ZH=[3m
|
||||||
set t_ZR=[23m
|
set t_ZR=[23m
|
||||||
@ -79,7 +84,7 @@ command! -bang -nargs=? -complete=dir Colors
|
|||||||
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)
|
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)
|
||||||
|
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'molokai',
|
\ 'colorscheme': 'powerlineish',
|
||||||
\ 'active': {
|
\ 'active': {
|
||||||
\ 'left': [ [ 'mode', 'paste' ],
|
\ 'left': [ [ 'mode', 'paste' ],
|
||||||
\ [ 'readonly', 'filename' ] ],
|
\ [ 'readonly', 'filename' ] ],
|
||||||
|
Loading…
Reference in New Issue
Block a user