From a65bf5beee1f22dff17c28e7567fa0090269a17d Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Thu, 3 Apr 2014 13:32:39 +0200 Subject: Update and fix dark scheme Updated the dark scheme as far as possible. Some items do not have a string, so they can't be themed. A dark derived theme would probably better. --- view/theme/redbasic/schema/dark.php | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) (limited to 'view/theme/redbasic/schema/dark.php') diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index bd3642914..e7b143d32 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -1,10 +1,36 @@ Date: Thu, 3 Apr 2014 13:37:41 +0200 Subject: No empty strings --- view/theme/redbasic/schema/dark.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'view/theme/redbasic/schema/dark.php') diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index e7b143d32..24ed4f418 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -24,8 +24,6 @@ $search_background = "#999999"; if (! $bgcolour) $bgcolour = "#111111"; - if (! $background_image) - $background_image =''; if (! $item_colour) $item_colour = "#111111"; if (! $toolicon_colour) -- cgit v1.2.3