Enough gruvbox for now

This commit is contained in:
Bartek Stalewski 2021-01-18 16:44:33 +01:00
parent 90e3e7bfab
commit 6597a92a09
2 changed files with 5 additions and 6 deletions

View file

@ -1,5 +1,5 @@
call plug#begin('$XDG_CACHE_HOME/vim-plugins')
Plug 'morhetz/gruvbox'
Plug 'NLKNguyen/papercolor-theme'
Plug 'junegunn/fzf'
Plug 'junegunn/fzf.vim'
Plug 'mhinz/vim-signify'
@ -61,8 +61,7 @@ set t_ZR=
hi Comment cterm=italic gui=italic
hi BadWhitespace ctermbg=lightblue guibg=lightblue
set termguicolors
let g:gruvbox_contrast_dark = 'hard'
colorscheme gruvbox
colorscheme PaperColor
let g:rainbow_active = 1
@ -71,12 +70,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' ] ],