aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/dark.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-05-19 02:05:22 +0100
committerThomas Willingham <founder@kakste.com>2014-05-19 02:05:22 +0100
commitb06fd69da84626c1e8c1d8b5dbda6f181027a782 (patch)
treefe41d73b793204038d8a6d228d18a53780bdf6ec /view/theme/redbasic/schema/dark.php
parent9397f2dff6d9d8ee7a2c93bb952c0c216881da3f (diff)
parent68ca4ef19e0617904d8557e95ec74d09af833d00 (diff)
downloadvolse-hubzilla-b06fd69da84626c1e8c1d8b5dbda6f181027a782.tar.gz
volse-hubzilla-b06fd69da84626c1e8c1d8b5dbda6f181027a782.tar.bz2
volse-hubzilla-b06fd69da84626c1e8c1d8b5dbda6f181027a782.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/theme/redbasic/schema/dark.php')
-rw-r--r--view/theme/redbasic/schema/dark.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index 4da020116..4bf22db78 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -71,13 +71,13 @@
if (! $code_bgcolour)
$code_bgcolour = "#000";
if (! $code_txtcolour)
- $code_txtcolour = "#bbb";
+ $code_txtcolour = "#fff";
if (! $pre_borderc)
$pre_borderc = "#090909";
if (! $pre_bgcolour)
$pre_bgcolour = "#000";
if (! $pre_txtcolour)
- $pre_txtcolour = "#bbb";
+ $pre_txtcolour = "#fff";
if (! $item_bordercolour)
$item_bordercolour = "#333";
if (! $notif_itemcolour)