aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-09-29 15:20:04 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-09-29 15:20:04 +0000
commit6c4a54dbfda08879577eacd88ecb3d9e63d67fc1 (patch)
treed1c489cd9c848281f556f319d591297fcf4946c1 /view/theme/redbasic
parent67035a55078ee466b55135450da865b054085bdd (diff)
downloadvolse-hubzilla-6c4a54dbfda08879577eacd88ecb3d9e63d67fc1.tar.gz
volse-hubzilla-6c4a54dbfda08879577eacd88ecb3d9e63d67fc1.tar.bz2
volse-hubzilla-6c4a54dbfda08879577eacd88ecb3d9e63d67fc1.zip
transp back
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/schema/simple: black on white.php8
-rw-r--r--view/theme/redbasic/schema/simple: green on black.php6
-rw-r--r--view/theme/redbasic/schema/simple: white on black.php6
3 files changed, 10 insertions, 10 deletions
diff --git a/view/theme/redbasic/schema/simple: black on white.php b/view/theme/redbasic/schema/simple: black on white.php
index ab4df1fb6..cdd85a129 100644
--- a/view/theme/redbasic/schema/simple: black on white.php
+++ b/view/theme/redbasic/schema/simple: black on white.php
@@ -47,11 +47,11 @@
if (! $bgcolour)
$bgcolour = "#fff";
if (! $item_colour)
- $item_colour = "rgb(255,255,255)";
+ $item_colour = "rgba(255,255,255,0.8)";
if (! $comment_item_colour)
- $comment_item_colour = "rgb(255,255,255)";
+ $comment_item_colour = "rgba(255,255,255,0.4)";
if (! $comment_border_colour)
- $comment_border_colour = "rgb(255,255,255)";
+ $comment_border_colour = "rgba(255,255,255,0.8)";
if (! $toolicon_colour)
$toolicon_colour = '#111';
if (! $toolicon_activecolour)
@@ -117,7 +117,7 @@
if (! $dropdown_bordercol)
$dropdown_bordercol = "#fff";
if (! $preview_backgroundimg)
- $preview_backgroundimg = "gray_and_black_diagonal_stripes_background_seamless.gif";
+ $preview_backgroundimg = "gray_and_white_diagonal_stripes_background_seamless.gif";
if (! $notify_bgcolour)
$notify_bgcolour = "#fff";
if (! $notify_linkcolour)
diff --git a/view/theme/redbasic/schema/simple: green on black.php b/view/theme/redbasic/schema/simple: green on black.php
index 8cfb3443e..15f2cf738 100644
--- a/view/theme/redbasic/schema/simple: green on black.php
+++ b/view/theme/redbasic/schema/simple: green on black.php
@@ -47,11 +47,11 @@
if (! $bgcolour)
$bgcolour = "#000";
if (! $item_colour)
- $item_colour = "rgb(0,0,0)";
+ $item_colour = "rgba(0,0,0,0.8)";
if (! $comment_item_colour)
- $comment_item_colour = "rgb(0,0,0)";
+ $comment_item_colour = "rgba(0,0,0,0.4)";
if (! $comment_border_colour)
- $comment_border_colour = "rgb(0,0,0)";
+ $comment_border_colour = "rgba(0,0,0,0.8)";
if (! $toolicon_colour)
$toolicon_colour = '#32962D';
if (! $toolicon_activecolour)
diff --git a/view/theme/redbasic/schema/simple: white on black.php b/view/theme/redbasic/schema/simple: white on black.php
index e7ed6e02f..70c184ebd 100644
--- a/view/theme/redbasic/schema/simple: white on black.php
+++ b/view/theme/redbasic/schema/simple: white on black.php
@@ -47,11 +47,11 @@
if (! $bgcolour)
$bgcolour = "#000";
if (! $item_colour)
- $item_colour = "rgb(0,0,0)";
+ $item_colour = "rgba(0,0,0,0.8)";
if (! $comment_item_colour)
- $comment_item_colour = "rgb(0,0,0)";
+ $comment_item_colour = "rgba(0,0,0,0.4)";
if (! $comment_border_colour)
- $comment_border_colour = "rgb(0,0,0)";
+ $comment_border_colour = "rgba(0,0,0,0.8)";
if (! $toolicon_colour)
$toolicon_colour = '#eee';
if (! $toolicon_activecolour)