diff options
author | Thomas Willingham <founder@kakste.com> | 2013-05-28 21:12:31 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-05-28 21:12:31 +0100 |
commit | 543e4903b285c7211dc95cb35d55dbcdd839e9da (patch) | |
tree | caeb789a4fa0b3143e190ff6644a4635f4e49f9e /view/theme/redbasic/php/config.php | |
parent | 7c2aa706f297b0ab89e40dba23829bc8d34f4874 (diff) | |
download | volse-hubzilla-543e4903b285c7211dc95cb35d55dbcdd839e9da.tar.gz volse-hubzilla-543e4903b285c7211dc95cb35d55dbcdd839e9da.tar.bz2 volse-hubzilla-543e4903b285c7211dc95cb35d55dbcdd839e9da.zip |
Use misanthrozot as dark scheme, fix some PCSS bugs
Diffstat (limited to 'view/theme/redbasic/php/config.php')
-rw-r--r-- | view/theme/redbasic/php/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index 21399945c..9b1cf1fbd 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -96,6 +96,7 @@ function redbasic_form(&$a, $font_size, $line_height, $colour, $shadow, $navcolo $colour_schemes = array( 'redbasic' => 'redbasic', 'fancyred' => 'fancyred', + 'dark' => 'dark', ); $shadows = array( 'true' => 'Yes', |