From 02b77b40b47b1499bc8bf0bff0760ae7d87126e9 Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Tue, 2 May 2017 15:36:23 +0200 Subject: [PATCH] tweak default styles --- scripts/config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/config.sh b/scripts/config.sh index 8204023..10600a7 100755 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -86,8 +86,8 @@ fingers_defaults=( \ [fingers-hint-format]="#[fg=yellow,bold][%s]" \ [fingers-highlight-format]="#[fg=yellow,bold,dim]%s" \ [fingers-hint-position-compact]="left" \ - [fingers-hint-format-compact]="#[fg=yellow,bold,reverse]%s" \ - [fingers-highlight-format-compact]="#[fg=yellow,bold]%s" \ + [fingers-hint-format-compact]="#[fg=yellow,bold]%s" \ + [fingers-highlight-format-compact]="#[fg=yellow,bold,dim]%s" \ ) set_tmux_env 'fingers-patterns'