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

some formatting tweaks

This commit is contained in:
Jorge Morante 2023-08-13 11:20:17 +02:00
parent b2556345a0
commit 77b41be413

View File

@ -33,8 +33,8 @@ module Fingers
@hint_position = "left",
@hint_format = FORMAT_PRINTER.print("fg=yellow,bold"),
@selected_hint_format = FORMAT_PRINTER.print("fg=green,bold"),
@selected_highlight_format = FORMAT_PRINTER.print("fg=green,nobold,dim"),
@highlight_format = FORMAT_PRINTER.print("fg=yellow,nobold,dim"),
@selected_highlight_format = FORMAT_PRINTER.print("fg=green,dim"),
@highlight_format = FORMAT_PRINTER.print("fg=yellow,dim"),
@backdrop_format = FORMAT_PRINTER.print("bg=black,fg=color250")
)
end