Skip to content

Commit 42f996e

Browse files
cousteaulecommandantcmaglie
authored andcommitted
Improve serial plotter graph colors
Number of colors used by serial plotter increased from 4 to 8. Improved colors (brighter; easy to tell apart): blue, red, green, amber, purple, gray, aqua, black.
1 parent 4f29650 commit 42f996e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Diff for: build/shared/lib/theme/theme.txt

+9-6
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,19 @@ buttons.status.font = SansSerif,plain,12
3737
buttons.status.color = #ffffff
3838

3939
# GUI - PLOTTING
40-
# color cycle created via colorbrewer2.org
4140
plotting.bgcolor = #ffffff
4241
plotting.color = #ffffff
4342
plotting.gridcolor = #f0f0f0
4443
plotting.boundscolor = #000000
45-
plotting.graphcolor.size = 4
46-
plotting.graphcolor.00 = #2c7bb6
47-
plotting.graphcolor.01 = #fdae61
48-
plotting.graphcolor.02 = #d7191c
49-
plotting.graphcolor.03 = #abd9e9
44+
plotting.graphcolor.size = 8
45+
plotting.graphcolor.00 = #0000FF
46+
plotting.graphcolor.01 = #FF0000
47+
plotting.graphcolor.02 = #009900
48+
plotting.graphcolor.03 = #FF9900
49+
plotting.graphcolor.04 = #CC00CC
50+
plotting.graphcolor.05 = #666666
51+
plotting.graphcolor.06 = #00CCFF
52+
plotting.graphcolor.07 = #000000
5053

5154
# GUI - LINESTATUS
5255
linestatus.color = #ffffff

0 commit comments

Comments
 (0)