Back to Monokai.
This commit is contained in:
parent
cc46a4c143
commit
8a2bf25f7f
2 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
call plug#begin('~/.cache/vim-plugins')
|
||||
Plug 'morhetz/gruvbox'
|
||||
Plug 'ashfinal/vim-colors-paper'
|
||||
Plug 'junegunn/fzf'
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'mhinz/vim-signify'
|
||||
|
@ -60,10 +60,9 @@ map <leader>f <Esc>:Goyo<CR>
|
|||
set t_ZH=[3m
|
||||
set t_ZR=[23m
|
||||
set termguicolors
|
||||
let g:gruvbox_italic=1
|
||||
hi Comment cterm=italic gui=italic
|
||||
hi BadWhitespace ctermbg=lightblue guibg=lightblue
|
||||
colorscheme gruvbox
|
||||
colorscheme paper
|
||||
|
||||
let g:rainbow_active = 1
|
||||
|
||||
|
@ -72,12 +71,12 @@ autocmd! User GoyoLeave Limelight!
|
|||
|
||||
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.config/local/fd'
|
||||
command! -bang -nargs=? -complete=dir Files
|
||||
\ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--preview', 'bat --color=always --style=plain --theme=gruvbox {}']}, <bang>0)
|
||||
\ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--preview', 'bat --color=always --style=plain --theme=Monokai\ Extended {}']}, <bang>0)
|
||||
command! -bang -nargs=? -complete=dir Colors
|
||||
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)
|
||||
|
||||
let g:lightline = {
|
||||
\ 'colorscheme': 'gruvbox',
|
||||
\ 'colorscheme': 'powerlineish',
|
||||
\ 'active': {
|
||||
\ 'left': [ [ 'mode', 'paste' ],
|
||||
\ [ 'readonly', 'filename' ] ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue