]> git.refcnt.org Git - lugs.git/commitdiff
make-html: add hackerfunk color
authorSteven Schubiger <stsc@refcnt.org>
Sun, 2 Mar 2014 14:51:29 +0000 (15:51 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Sun, 2 Mar 2014 14:51:29 +0000 (15:51 +0100)
make-html/make-html.pl

index 46739d18b453c68767715caffefc658679e8c8b4..be6d14525cae6f6ec7d7dd20a19c797a6ca2cb77 100755 (executable)
@@ -3,13 +3,13 @@
 # Konvertiert die LUGS-Terminliste (im ASCII Format) in ein HTML-File
 #
 # (c) 1996-1998               Roland Alder
-# (c) 2007-2008, 2011-2013    Steven Schubiger
+# (c) 2007-2008, 2011-2014    Steven Schubiger
 
 use strict;
 use warnings;
 use lib qw(lib);
 
-my $VERSION = '0.03';
+my $VERSION = '0.04';
 
 #-----------------------
 # Start of configuration
@@ -37,6 +37,7 @@ my $Config = {
        stgallen      => 'e2b1a5',      # wie heisst diese Farbe? :)
        gnupingu      => 'ffd133',      # von http://www.gnupingu.ch/
        debian        => 'ffa500',      # orange
+       hackerfunk    => '99b2cd',      # blau/grau
     },
     ical_dir    => 'ical',
 };