From e0cb3b4e09b5367a1b330f1de508e0452ed60db8 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 14 Oct 2019 00:45:54 +0100 Subject: tweaking dark icons --- icons/gen-load-icons.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'icons/gen-load-icons.sh') diff --git a/icons/gen-load-icons.sh b/icons/gen-load-icons.sh index 6b07de9..12f61ed 100755 --- a/icons/gen-load-icons.sh +++ b/icons/gen-load-icons.sh @@ -3,7 +3,6 @@ use warnings; use strict; -use local::lib; use Image::Xpm; use POSIX; @@ -14,8 +13,8 @@ my $color_bg = "white"; # my $color_fg = "darkseagreen"; my $color_fg = "grey90"; -# $color_bg = "black"; -# $color_fg = "grey40"; +$color_bg = "#2B2B2B"; +$color_fg = "grey40"; for ( my $file_num = 0; $file_num <= 8; $file_num++ ) { my $fname = "load_$file_num.xpm"; -- cgit v1.2.3