Light background
This commit is contained in:
parent
37bcd75df3
commit
a8a249f050
3 changed files with 4 additions and 3 deletions
|
@ -60,6 +60,7 @@ set t_ZH=[3m
|
|||
set t_ZR=[23m
|
||||
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue