Dark schema, and associated fixes.

This commit is contained in:
Thomas Willingham
2013-10-11 17:36:02 +01:00
parent 54ad3a74d4
commit 033b1ed430
3 changed files with 35 additions and 19 deletions

View File

@@ -0,0 +1,10 @@
<?php
if (! $nav_colour)
$nav_colour = "black";
if (! $bgcolour)
$bgcolour = '#010101';
if (! $item_colour)
$item_colour = '#111';
if (! $font_colour)
$font_colour = '#fff';