mirror of
https://github.com/weewx/weewx.git
synced 2026-05-24 09:46:19 -04:00
Fiddled with the color scheme.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user