aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/dark.php
diff options
context:
space:
mode:
authortuscanhobbit <tuscanhobbit@users.noreply.github.com>2014-09-22 22:44:10 +0200
committertuscanhobbit <tuscanhobbit@users.noreply.github.com>2014-09-22 22:44:10 +0200
commit6a9e8fcd20c0101d448061fdbf51034ab456d2c3 (patch)
tree08e4a6d051636b90a98a6889a0b677a7d7049982 /view/theme/redbasic/schema/dark.php
parented7f3001c1c1deec5076ae12114e5c42865b6251 (diff)
parent2070dbfdeace4a902208e9dfb50d950647142e99 (diff)
downloadvolse-hubzilla-6a9e8fcd20c0101d448061fdbf51034ab456d2c3.tar.gz
volse-hubzilla-6a9e8fcd20c0101d448061fdbf51034ab456d2c3.tar.bz2
volse-hubzilla-6a9e8fcd20c0101d448061fdbf51034ab456d2c3.zip
Merge from upstream
Diffstat (limited to 'view/theme/redbasic/schema/dark.php')
-rw-r--r--view/theme/redbasic/schema/dark.php18
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..27648f9fa 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 = "#1E1E1E";
if(! $advperm_bordercol)
- $advperm_bordercol = "#222";
+ $advperm_bordercol = "#222";
if(! $advperm_gradientcol)
- $advperm_gradientcol = "#111";
+ $advperm_gradientcol = "#1E1E1E";
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)