mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-13 01:10:27 +00:00
Better shell colors for fzf
This commit is contained in:
parent
2dade50df9
commit
b66369d5f0
@ -27,7 +27,7 @@ bind -n C-WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M
|
||||
|
||||
# custom colorscheme, overriding time/date
|
||||
source-file ~/Dotfiles/nvim/plugged/nightfox.nvim/extra/nightfox/nightfox_tmux.tmux
|
||||
set -g status-right "#[fg=#131A24,bg=#131A24,nobold,nounderscore,noitalics]#[fg=#719cd6,bg=#131A24] #{prefix_highlight} #[fg=#3b4261,bg=#131A24,nobold,nounderscore,noitalics]#[fg=#719cd6,bg=#3b4261] %d.%m.%Y %H:%M #[fg=#719cd6,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#393b44,bg=#719cd6,bold] #h "
|
||||
set -g status-right "#[fg=#131A24,bg=#131A24,nobold,nounderscore,noitalics]#[fg=#719cd6,bg=#131A24] #{prefix_highlight} #[fg=#3b4261,bg=#131A24,nobold,nounderscore,noitalics]#[fg=#719cd6,bg=#3b4261] %d.%m.%Y | %H:%M "
|
||||
|
||||
# Plugin configuration
|
||||
set -g @resurrect-processes 'nnn v nvim m neomutt'
|
||||
|
@ -37,8 +37,8 @@ export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
# fzf colors
|
||||
export FZF_DEFAULT_COMMAND="rg --files --hidden --follow --glob '!.git'"
|
||||
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
|
||||
--color=fg:#ebdbb2,bg:#282828,hl:#fabd2f,fg+:#ebdbb2,bg+:#3c3836,hl+:#fabd2f
|
||||
--color=info:#83a598,prompt:#bdae93,spinner:#fabd2f,pointer:#83a598,marker:#fe8019,header:#665c54'
|
||||
--color=fg:#cdcecf,bg:#192330,hl:#b4a2df,fg+:#cdcecf,bg+:#283648,hl+:#fabd2f
|
||||
--color=info:#83a598,prompt:#bdae93,spinner:#fabd2f,pointer:#b4a2df,marker:#b4a2df,header:#665c54'
|
||||
|
||||
# n node version management
|
||||
export N_PREFIX="$HOME/n"; [[ :$PATH: == *":$N_PREFIX/bin:"* ]] || PATH+=":$N_PREFIX/bin" # Added by n-install (see http://git.io/n-install-repo).
|
||||
|
Loading…
Reference in New Issue
Block a user