aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-05-01 21:28:00 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-05-01 21:28:00 +0000
commitefa943dddcb6cb84246a3b6b951c91c5282febf6 (patch)
tree5755d592675090cbd92f57e9241dbe74a485d1c5 /view
parentabd69c4bf20cb21ab2accecf44e510e781329bf0 (diff)
downloadvolse-hubzilla-efa943dddcb6cb84246a3b6b951c91c5282febf6.tar.gz
volse-hubzilla-efa943dddcb6cb84246a3b6b951c91c5282febf6.tar.bz2
volse-hubzilla-efa943dddcb6cb84246a3b6b951c91c5282febf6.zip
A little bit less dark
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/schema/dark.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index 122369580..61b7e3314 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -47,7 +47,7 @@
if (! $bgcolour)
$bgcolour = "#111";
if (! $item_colour)
- $item_colour = "rgba(26,26,26,0.8)";
+ $item_colour = "rgba(28,28,28,0.8)";
if (! $comment_item_colour)
$comment_item_colour = "rgba(18,18,18,0.4)";
if (! $toolicon_colour)