Dark schema, and associated fixes.
This commit is contained in:
10
view/theme/redbasic/schema/dark.php
Normal file
10
view/theme/redbasic/schema/dark.php
Normal 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';
|
||||
Reference in New Issue
Block a user