summaryrefslogtreecommitdiffstats
path: root/make-html
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2014-03-02 15:51:29 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2014-03-02 15:51:29 +0100
commite9c8a37d8737e0012d6c2e3e51f34f875e922cf7 (patch)
tree70eea78609dbe868364241fb0272ff5c119fa433 /make-html
parentccc598769eee96b90f5b3205ba9c43554214d508 (diff)
downloadlugs-e9c8a37d8737e0012d6c2e3e51f34f875e922cf7.tar.gz
lugs-e9c8a37d8737e0012d6c2e3e51f34f875e922cf7.tar.bz2
make-html: add hackerfunk color
Diffstat (limited to 'make-html')
-rwxr-xr-xmake-html/make-html.pl5
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',
};