1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-26 07:29:11 +02:00

prettier defaults for multi mode

This commit is contained in:
Jorge Morante 2020-01-05 12:19:14 +01:00
parent ce77e07ada
commit 7b90e7a2a9

View File

@ -126,14 +126,14 @@ fingers_defaults=( \
[fingers-hint-position]="left" \ [fingers-hint-position]="left" \
[fingers-hint-format]="#[fg=yellow,bold]%s" \ [fingers-hint-format]="#[fg=yellow,bold]%s" \
[fingers-selected-hint-format]="#[fg=red,bold]%s" \ [fingers-selected-hint-format]="#[fg=green,bold]%s" \
[fingers-selected-highlight-format]="#[fg=red,nobold,dim]%s" \ [fingers-selected-highlight-format]="#[fg=green,nobold,dim]%s" \
[fingers-highlight-format]="#[fg=yellow,nobold,dim]%s" \ [fingers-highlight-format]="#[fg=yellow,nobold,dim]%s" \
[fingers-hint-position-nocompact]="right" \ [fingers-hint-position-nocompact]="right" \
[fingers-hint-format-nocompact]="#[fg=yellow,bold][%s]" \ [fingers-hint-format-nocompact]="#[fg=yellow,bold][%s]" \
[fingers-selected-hint-format-nocompact]="#[fg=red,bold][%s]" \ [fingers-selected-hint-format-nocompact]="#[fg=green,bold][%s]" \
[fingers-selected-highlight-format-nocompact]="#[fg=red,nobold,dim][%s]" \ [fingers-selected-highlight-format-nocompact]="#[fg=green,nobold,dim][%s]" \
[fingers-highlight-format-nocompact]="#[fg=yellow,nobold,dim]%s" \ [fingers-highlight-format-nocompact]="#[fg=yellow,nobold,dim]%s" \
[fingers-keyboard-layout]="qwerty" \ [fingers-keyboard-layout]="qwerty" \