From f62d3d8c2bc488f26fa21a3f824879d614570aec Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 13 Aug 2022 17:15:15 +0100 Subject: lib: clean ups --- icons/gen-load-icons.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'icons') diff --git a/icons/gen-load-icons.sh b/icons/gen-load-icons.sh index 8f346b6..b5d0473 100755 --- a/icons/gen-load-icons.sh +++ b/icons/gen-load-icons.sh @@ -13,11 +13,11 @@ my $color_bg = "white"; # my $color_fg = "darkseagreen"; my $color_fg = "grey90"; -$color_bg = "#2B2B2B"; -$color_bg = "#1f1f1f"; # zenburn -$color_bg = "#22242b"; # doom -$color_fg = "#999999"; -$color_bg = "#eeeeee"; +# $color_bg = "#2B2B2B"; +# $color_bg = "#1f1f1f"; # zenburn +# $color_bg = "#22242b"; # doom +# $color_fg = "#999999"; +# $color_bg = "#eeeeee"; for ( my $file_num = 0; $file_num <= 8; $file_num++ ) { -- cgit v1.2.3