aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r--view/theme/redbasic/schema/boxy.php19
-rw-r--r--view/theme/redbasic/schema/dark.php4
2 files changed, 21 insertions, 2 deletions
diff --git a/view/theme/redbasic/schema/boxy.php b/view/theme/redbasic/schema/boxy.php
new file mode 100644
index 000000000..1de2f98cd
--- /dev/null
+++ b/view/theme/redbasic/schema/boxy.php
@@ -0,0 +1,19 @@
+<?php
+
+if (!$comment_padding)
+ $comment_padding="42px";
+
+if (!$comment_border_left)
+ $comment_border_left="1px solid";
+
+if (!$comment_border_right)
+ $comment_border_right="1px solid";
+
+if (!$comment_border_top)
+ $comment_border_top="1px solid";
+
+if (!$comment_border_bottom)
+ $comment_border_bottom="1px solid";
+if (! $radiuspx)
+ $radiuspx = "4";
+ \ No newline at end of file
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)