Mercurial > dotfiles
comparison dot_zshrc @ 664:a061086e1172
set colors for fzf
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 27 Sep 2022 05:59:43 +0000 |
parents | fdce323431f4 |
children | c6b8132ce55f |
comparison
equal
deleted
inserted
replaced
663:fdce323431f4 | 664:a061086e1172 |
---|---|
261 zsh-defer source ~/.zsh/zsh-histdb/sqlite-history.zsh | 261 zsh-defer source ~/.zsh/zsh-histdb/sqlite-history.zsh |
262 zsh-defer source ~/.zsh/zsh-histdb-skim/zsh-histdb-skim.zsh | 262 zsh-defer source ~/.zsh/zsh-histdb-skim/zsh-histdb-skim.zsh |
263 | 263 |
264 zsh-defer source ~/.zsh/jq-zsh-plugin/jq.plugin.zsh | 264 zsh-defer source ~/.zsh/jq-zsh-plugin/jq.plugin.zsh |
265 | 265 |
266 export FZF_DEFAULT_OPTS="--color=fg:#000000,bg:#fbfafc,hl:#0b51a6 \ | |
267 --color=fg+:#000000,bg+:#dbebff,hl+:#0b51a6 \ | |
268 --color=info:#4f9fcf,prompt:#d44950,pointer:#d71707 \ | |
269 --color=marker:#d71707,spinner:#4f9fcf,header:#7653c1" | |
270 | |
266 # The plugin will auto execute this zvm_after_init function | 271 # The plugin will auto execute this zvm_after_init function |
267 function zvm_after_init() { | 272 function zvm_after_init() { |
268 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh | 273 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh |
269 bindkey '^r' histdb-skim-widget | 274 bindkey '^r' histdb-skim-widget |
270 | 275 |