diff options
Diffstat (limited to 'view/theme/diabook/config.php')
-rw-r--r-- | view/theme/diabook/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/diabook/config.php b/view/theme/diabook/config.php index 0509c9453..2477bb3d3 100644 --- a/view/theme/diabook/config.php +++ b/view/theme/diabook/config.php @@ -80,7 +80,8 @@ function diabook_form(&$a, $font_size, $line_height, $resolution, $color){ 'blue'=>'blue', 'green'=>'green', 'pink'=>'pink', - 'red'=>'red', + 'red'=>'red', + 'dark'=>'dark', ); |