aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-05-17 18:57:56 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-05-17 18:57:56 +0000
commiteab440d321f3895c7972010f2f9bd07e63f1d8ba (patch)
treecc90330f82ca299a0de3766f0d48839926c0de5a /view/theme/redbasic/schema
parent856214303482f06d78c83b870674ec5070d9f28b (diff)
downloadvolse-hubzilla-eab440d321f3895c7972010f2f9bd07e63f1d8ba.tar.gz
volse-hubzilla-eab440d321f3895c7972010f2f9bd07e63f1d8ba.tar.bz2
volse-hubzilla-eab440d321f3895c7972010f2f9bd07e63f1d8ba.zip
Dark schema: Minor minor edit
Diffstat (limited to 'view/theme/redbasic/schema')
-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)