Molokai instead of PaperColor.
This commit is contained in:
parent
794fae3ab7
commit
b25d1bca3e
@ -1,12 +1,12 @@
|
||||
call plug#begin('$XDG_DATA_HOME/vim-plugins')
|
||||
Plug 'NLKNguyen/papercolor-theme'
|
||||
Plug 'tomasr/molokai'
|
||||
Plug 'junegunn/fzf'
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'mhinz/vim-signify'
|
||||
Plug 'rodjek/vim-puppet'
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'dense-analysis/ale'
|
||||
Plug 'lilydjwg/colorizer'
|
||||
Plug 'dense-analysis/ale'
|
||||
Plug 'itchyny/lightline.vim'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'junegunn/limelight.vim'
|
||||
@ -56,14 +56,14 @@ map <leader>n <Esc>:set nonumber!<CR>
|
||||
map <leader>p <Esc>:set paste!<CR>
|
||||
map <leader>f <Esc>:Goyo<CR>
|
||||
|
||||
set bg=dark
|
||||
set termguicolors
|
||||
colorscheme molokai
|
||||
|
||||
set t_ZH=[3m
|
||||
set t_ZR=[23m
|
||||
hi Comment cterm=italic gui=italic
|
||||
hi BadWhitespace ctermbg=lightblue guibg=lightblue
|
||||
set bg=dark
|
||||
set termguicolors
|
||||
colorscheme PaperColor
|
||||
hi Normal ctermbg=none guibg=none
|
||||
|
||||
let g:rainbow_active = 1
|
||||
let g:limelight_conceal_ctermfg = '0'
|
||||
@ -79,7 +79,7 @@ command! -bang -nargs=? -complete=dir Colors
|
||||
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)
|
||||
|
||||
let g:lightline = {
|
||||
\ 'colorscheme': 'PaperColor',
|
||||
\ 'colorscheme': 'molokai',
|
||||
\ 'active': {
|
||||
\ 'left': [ [ 'mode', 'paste' ],
|
||||
\ [ 'readonly', 'filename' ] ],
|
||||
|
Loading…
Reference in New Issue
Block a user