diff options
author | Thomas Willingham <founder@kakste.com> | 2013-10-11 17:36:02 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-10-11 17:36:02 +0100 |
commit | 033b1ed430962195cdb329b5bc532f31bf8c4af5 (patch) | |
tree | 3fb0bd0eafe8b4f87d9d11a26be3a1ee6d78df8d /view/theme/redbasic/schema | |
parent | 54ad3a74d4dbcf1e46135d94be3670ef621c22f7 (diff) | |
download | volse-hubzilla-033b1ed430962195cdb329b5bc532f31bf8c4af5.tar.gz volse-hubzilla-033b1ed430962195cdb329b5bc532f31bf8c4af5.tar.bz2 volse-hubzilla-033b1ed430962195cdb329b5bc532f31bf8c4af5.zip |
Dark schema, and associated fixes.
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php new file mode 100644 index 000000000..bd3642914 --- /dev/null +++ b/view/theme/redbasic/schema/dark.php @@ -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'; |