aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-05-01 21:21:35 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-05-01 21:21:35 +0000
commitabd69c4bf20cb21ab2accecf44e510e781329bf0 (patch)
treeae49d39f16acffa2ed794c699e537a76ec17b37d /view/theme/redbasic/schema
parentf5ce16e5bbb5657e9d2d82c6ed9647e2cf99bcce (diff)
downloadvolse-hubzilla-abd69c4bf20cb21ab2accecf44e510e781329bf0.tar.gz
volse-hubzilla-abd69c4bf20cb21ab2accecf44e510e781329bf0.tar.bz2
volse-hubzilla-abd69c4bf20cb21ab2accecf44e510e781329bf0.zip
Update for the Dark schema because of revision/redesign of conv_item.tpl
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r--view/theme/redbasic/schema/dark.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index 0aa81cef5..122369580 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -47,7 +47,9 @@
if (! $bgcolour)
$bgcolour = "#111";
if (! $item_colour)
- $item_colour = "#111";
+ $item_colour = "rgba(26,26,26,0.8)";
+ if (! $comment_item_colour)
+ $comment_item_colour = "rgba(18,18,18,0.4)";
if (! $toolicon_colour)
$toolicon_colour = '#999';
if (! $toolicon_activecolour)
@@ -84,6 +86,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)