diff options
Diffstat (limited to 'icons/gen-load-icons.sh')
-rwxr-xr-x | icons/gen-load-icons.sh | 5 |
1 files changed, 2 insertions, 3 deletions
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"; |