diff options
author | Steven Schubiger <stsc@refcnt.org> | 2014-03-02 15:51:29 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2014-03-02 15:51:29 +0100 |
commit | e9c8a37d8737e0012d6c2e3e51f34f875e922cf7 (patch) | |
tree | 70eea78609dbe868364241fb0272ff5c119fa433 | |
parent | ccc598769eee96b90f5b3205ba9c43554214d508 (diff) | |
download | lugs-e9c8a37d8737e0012d6c2e3e51f34f875e922cf7.tar.gz lugs-e9c8a37d8737e0012d6c2e3e51f34f875e922cf7.tar.bz2 |
make-html: add hackerfunk color
-rwxr-xr-x | make-html/make-html.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make-html/make-html.pl b/make-html/make-html.pl index 46739d1..be6d145 100755 --- a/make-html/make-html.pl +++ b/make-html/make-html.pl @@ -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', }; |