From 257e45cc7b31758b6d2ceede89ec3cad2c242de3 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 11 Apr 2017 22:48:24 +0100 Subject: [PATCH] bin/color.pl --- bin/color.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/color.pl b/bin/color.pl index 2b9c384e..b732c287 100755 --- a/bin/color.pl +++ b/bin/color.pl @@ -100,11 +100,11 @@ if ($Opt{all}) { #exit 0; # NB 08.08.14 print map { "$BG{$_}\n" - print "Forgrounds\n"; + print "Forgrounds:\n"; for my $fg (keys %FG) { my $fg_num = $FG{$fg}; - printf "%15s", "$fg ($fg_num) | "; + printf "%17s", "$fg ($fg_num) | "; print in_color($input,{ fg => $fg, @@ -114,11 +114,11 @@ if ($Opt{all}) { }),"\n"; } - print "\nBackgrounds\n"; + print "\nBackgrounds:\n"; for my $bg (keys %BG) { my $bg_num = $BG{$bg}; - printf "%15s", "$bg ($bg_num) | "; + printf "%17s", "$bg ($bg_num) | "; print in_color($input,{ fg => $FG, -- 2.47.3