From 38404ef8562fba833b6e2404bb89e03a65314933 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Fri, 18 Jan 2013 21:52:37 +0000 Subject: [PATCH] Fiddled with the color scheme. --- skins/Standard/skin.conf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/skins/Standard/skin.conf b/skins/Standard/skin.conf index 08b8fddd..9a0edc84 100644 --- a/skins/Standard/skin.conf +++ b/skins/Standard/skin.conf @@ -360,8 +360,10 @@ # Default fill colors for bar charts. These can be overridden for # individual bar plots using option 'fill_color' - chart_fill_colors = 0x90e090, 0xe0ffd0, 0x515a51 - + #chart_fill_colors = 0x90e090, 0xe0ffd0, 0x515a51 + #chart_fill_colors = 0xe4d292, 0x9292e4, 0x92e492 + chart_fill_colors = 0xc4b272, 0x7272c4, 0x72c472 + # The following option merits an explanation. The y-axis scale used for plotting # can be controlled using option 'yscale'. It is a 3-way tuple, with # values (ylow, yhigh, min_interval). If set to "None", a parameter is @@ -386,9 +388,12 @@ show_daynight = true # These control the appearance of the bands if they are shown. # Here's a monochrome scheme: - daynight_day_color = 0xfefefe - daynight_night_color = 0xf0f0f0 + daynight_day_color = 0xdfdfdf + daynight_night_color = 0xbbbbbb daynight_edge_color = 0xd0d0d0 + #daynight_day_color = 0xfefefe + #daynight_night_color = 0xf0f0f0 + #daynight_edge_color = 0xd0d0d0 # Here's an alternative, using a blue/yellow tint: #daynight_day_color = 0xf8ffff #daynight_night_color = 0xfff8f8