diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-09-19 21:16:55 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-09-19 21:16:55 +0000 |
commit | 017726f06915e8c14e5f25b284ba2ae6f121acfc (patch) | |
tree | 3f07492b353160b7e5ad4accfada63aad61d464c /view/theme/redbasic/schema | |
parent | de45f42f9f378b96928a788ca21d4b8e9cf06a56 (diff) | |
download | volse-hubzilla-017726f06915e8c14e5f25b284ba2ae6f121acfc.tar.gz volse-hubzilla-017726f06915e8c14e5f25b284ba2ae6f121acfc.tar.bz2 volse-hubzilla-017726f06915e8c14e5f25b284ba2ae6f121acfc.zip |
Another piece that didn't fit well in the dark schema. Hopefully this is the last.
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index a4b43b31e..4114bf775 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -154,16 +154,24 @@ $abookself_bgcolour = "#251111"; if(! $infomess_bgcolour) $infomess_bgcolour = "#333"; + if(! $alert_txtcolour) + $alert_txtcolour = "#CCC"; + if(! $alert_bgcolour) + $alert_bgcolour = "#333"; + if(! $alert_bordercol) + $alert_bordercol = "#444"; + if(! $alert_gradientcol) + $alert_gradientcol = "#333"; if(! $advperm_bgcolour) - $advperm_bgcolour = "#1E1E1E"; + $advperm_bgcolour = "#222"; if(! $advperm_bordercol) - $advperm_bordercol = "#222"; + $advperm_bordercol = "#333"; if(! $advperm_gradientcol) - $advperm_gradientcol = "#111"; + $advperm_gradientcol = "#222"; if(! $cal_bgcolour) - $cal_bgcolour = "#333"; + $cal_bgcolour = "#333"; if(! $fancybox_bgcolour) - $fancybox_bgcolour = "#1E1E1E"; + $fancybox_bgcolour = "#1E1E1E"; if (!$admintable_hoverbgcol) $admintable_hoverbgcol="#222"; if (!$dirpopup_txtcol) |