diff options
-rw-r--r-- | view/theme/redbasic/schema/simple: black on white.php | 8 | ||||
-rw-r--r-- | view/theme/redbasic/schema/simple: green on black.php | 6 | ||||
-rw-r--r-- | view/theme/redbasic/schema/simple: white on black.php | 6 |
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) |