Light background

This commit is contained in:
Bartek Stalewski 2021-04-01 23:53:30 +02:00
parent 37bcd75df3
commit a8a249f050
3 changed files with 4 additions and 3 deletions

View file

@ -60,6 +60,7 @@ set t_ZH=
set t_ZR=
hi Comment cterm=italic gui=italic
hi BadWhitespace ctermbg=lightblue guibg=lightblue
set bg=light
set termguicolors
colorscheme PaperColor
hi Normal ctermbg=none guibg=none
@ -73,7 +74,7 @@ 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=Monokai\ Extended\ Bright {}']}, <bang>0)
\ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--preview', 'bat --color=always --style=plain --theme=Monokai\ Extended\ Light {}']}, <bang>0)
command! -bang -nargs=? -complete=dir Colors
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)