And we have a theme winner.

This commit is contained in:
Bartek Stalewski 2021-04-13 00:46:50 +02:00
parent b25d1bca3e
commit 3978e1b7c0

View File

@ -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
if &diff
colorscheme molokai colorscheme molokai
else
colorscheme molokaiez
endif
set t_ZH= set t_ZH=
set t_ZR= set t_ZR=
@ -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' ] ],