diff options
author | marijus <mario@mariovavti.com> | 2014-06-12 15:23:59 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-06-12 15:23:59 +0200 |
commit | b05eca295b06df53404766c7fe2a6e723625578b (patch) | |
tree | 1130a29b9f4439fc3656348caf8e03087eee2f90 /view/theme/redbasic/schema/dark.php | |
parent | 822358adca34e49d23224c9c6c78d7da60eb5cfa (diff) | |
parent | 3e20a0d784151892397860fcc6f88d8be3e71bf2 (diff) | |
download | volse-hubzilla-b05eca295b06df53404766c7fe2a6e723625578b.tar.gz volse-hubzilla-b05eca295b06df53404766c7fe2a6e723625578b.tar.bz2 volse-hubzilla-b05eca295b06df53404766c7fe2a6e723625578b.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/theme/redbasic/schema/dark.php')
-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 index 4bf22db78..4d53def95 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -154,3 +154,13 @@ $abookself_bgcolour = "#251111"; if(! $infomess_bgcolour) $infomess_bgcolour = "#333"; + if(! $advperm_bgcolour) + $advperm_bgcolour = "#1E1E1E"; + if(! $advperm_bordercol) + $advperm_bordercol = "#222"; + if(! $advperm_gradientcol) + $advperm_gradientcol = "#111"; + if(! $cal_bgcolour) + $cal_bgcolour = "#333"; + if(! $fancybox_bgcolour) + $fancybox_bgcolour = "#1E1E1E"; |