Light background
This commit is contained in:
parent
37bcd75df3
commit
a8a249f050
@ -60,6 +60,7 @@ set t_ZH=[3m
|
|||||||
set t_ZR=[23m
|
set t_ZR=[23m
|
||||||
hi Comment cterm=italic gui=italic
|
hi Comment cterm=italic gui=italic
|
||||||
hi BadWhitespace ctermbg=lightblue guibg=lightblue
|
hi BadWhitespace ctermbg=lightblue guibg=lightblue
|
||||||
|
set bg=light
|
||||||
set termguicolors
|
set termguicolors
|
||||||
colorscheme PaperColor
|
colorscheme PaperColor
|
||||||
hi Normal ctermbg=none guibg=none
|
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'
|
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.config/local/fd'
|
||||||
command! -bang -nargs=? -complete=dir Files
|
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
|
command! -bang -nargs=? -complete=dir Colors
|
||||||
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)
|
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
alias grep='grep --color'
|
alias grep='grep --color'
|
||||||
alias less='less -r'
|
alias less='less -r'
|
||||||
if [ $(command -v bat) ]; then
|
if [ $(command -v bat) ]; then
|
||||||
alias cat='/usr/local/bin/bat --color=always --tabs=2 --style plain --theme=Monokai\ Extended\ Bright'
|
alias cat='/usr/local/bin/bat --color=always --tabs=2 --style plain --theme=Monokai\ Extended\ Light'
|
||||||
fi
|
fi
|
||||||
if [ $(command -v exa) ]; then
|
if [ $(command -v exa) ]; then
|
||||||
alias ls='exa --group-directories-first'
|
alias ls='exa --group-directories-first'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
source $XDG_CONFIG_HOME/fzf/fzf.zsh
|
source $XDG_CONFIG_HOME/fzf/fzf.zsh
|
||||||
export FZF_DEFAULT_COMMAND='fd -H -L --ignore-file $XDG_CONFIG_HOME/local/fd'
|
export FZF_DEFAULT_COMMAND='fd -H -L --ignore-file $XDG_CONFIG_HOME/local/fd'
|
||||||
export FZF_CTRL_T_COMMAND='fd -H -L --ignore-file $XDG_CONFIG_HOME/local/fd'
|
export FZF_CTRL_T_COMMAND='fd -H -L --ignore-file $XDG_CONFIG_HOME/local/fd'
|
||||||
export FZF_DEFAULT_OPTS="--multi -e --ansi --layout=reverse --preview='bat --color=always --tabs=2 --style=plain --theme=Monokai\ Extended\ Bright {}'"
|
export FZF_DEFAULT_OPTS="--multi -e --ansi --layout=reverse --preview='bat --color=always --tabs=2 --style=plain --theme=Monokai\ Extended\ Light {}'"
|
||||||
export FZF_CTRL_R_OPTS="-e --ansi --layout=reverse --preview=''"
|
export FZF_CTRL_R_OPTS="-e --ansi --layout=reverse --preview=''"
|
||||||
_fzf_compgen_path() {
|
_fzf_compgen_path() {
|
||||||
fd -H -L --ignore-file $XDG_CONFIG_HOME/local/fd . "$1"
|
fd -H -L --ignore-file $XDG_CONFIG_HOME/local/fd . "$1"
|
||||||
|
Loading…
Reference in New Issue
Block a user