diff options
author | friendica <info@friendica.com> | 2014-05-01 17:55:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-01 17:55:01 -0700 |
commit | b9ae19c540e3664b4cc609b849da59ce27a1af91 (patch) | |
tree | 309b677e36e8892847ac86e9e760efa003f7f0ca /view/theme/redbasic/schema | |
parent | b666aca5c39216270d3ba81b73cdb15d142cf20f (diff) | |
parent | 4c9f5031eb5d59c3e637ac0f41af9721f331580d (diff) | |
download | volse-hubzilla-b9ae19c540e3664b4cc609b849da59ce27a1af91.tar.gz volse-hubzilla-b9ae19c540e3664b4cc609b849da59ce27a1af91.tar.bz2 volse-hubzilla-b9ae19c540e3664b4cc609b849da59ce27a1af91.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 0aa81cef5..78fd98d08 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -47,13 +47,17 @@ if (! $bgcolour) $bgcolour = "#111"; if (! $item_colour) - $item_colour = "#111"; + $item_colour = "rgba(28,28,28,0.8)"; + if (! $comment_item_colour) + $comment_item_colour = "rgba(18,18,18,0.4)"; if (! $toolicon_colour) $toolicon_colour = '#999'; if (! $toolicon_activecolour) $toolicon_activecolour = '#fff'; if (! $font_colour) $font_colour = "#ccc"; + if (! $widget_brdrcolour) + $widget_brdrcolour = "#333"; if (! $blockquote_colour) $blockquote_colour = "#ccc"; if (! $blockquote_bgcolour) @@ -84,6 +88,8 @@ $editbuttons_bgcolour = "#1e1e1e"; if (! $editbuttons_bordercolour) $editbuttons_bordercolour = "#222"; + if (! $editbuttons_colour) + $editbuttons_colour = "#ccc"; if (! $editbuttons_bghover) $editbuttons_bghover = "#222"; if (! $preview_backgroundimg) |