@@ -6,41 +6,41 @@ module Themes
66 BASIC = {
77 marker_color : 'white' , # The color of the marker used to make marker lines on plot.
88 font_color : 'white' , # Font Color used to write on the plot.
9- background_colors : %w [ black #4a465a ] , # The Background colors that form the gradient
10- label_colors : %w[ #ffe119 #0082c8 #f58231 #911eb4 #aaffc3 #808000 #ffd8b1 #000080 #808080 ]
9+ background_colors : %I [ black gun_powder ] , # The Background colors that form the gradient
10+ label_colors : %I[ lemon bondi_blue sun dark_orchid magic_mint olive sandy_beach navy grey ]
1111 } . freeze
1212
1313 TRACKS = {
1414 marker_color : 'white' ,
1515 font_color : 'white' ,
16- background_colors : %w[ #0083a3 #0083a3 ] ,
17- label_colors : %w [ yellow green blue red maroon grey \
18- #FF6A6A #FFAEB9 #EE82EE #00E5EE #00FF7F #C0FF3E #FFA500 #FFE4E1 \
19- #BDBDBD #8B2500 #436EEE #DC143C ]
16+ background_colors : %I[ eastern_blue eastern_blue ] ,
17+ label_colors : %I [ yellow green blue red maroon grey \
18+ bittersweet light_pink violet bright_turquoise spring_green green_yellow orange misty_rose \
19+ silver falu_red royal_blue crimson ]
2020
2121 } . freeze
2222
2323 OREO = {
2424 marker_color : 'white' ,
2525 font_color : 'white' ,
26- background_colors : %w[ #0083a3 #0083a3 ] ,
27- label_colors : %w[ #e6194b #3cb44b #ffe119 #0082c8 #f58231 #911eb4 #008080 #e6beff #aa6e28 ]
26+ background_colors : %I[ eastern_blue eastern_blue ] ,
27+ label_colors : %I[ crimson fruit_salad lemon bondi_blue sun dark_orchid teal mauve hot_toddy ]
2828 } . freeze
2929
3030 RITA = {
3131 marker_color : 'black' ,
3232 font_color : 'black' ,
33- background_colors : %w[ #d1edf5 white ] ,
34- label_colors : %w[ #46f0f0 #f032e6 #d2f53c #fabebe #008080 #e6beff #aa6e28 #fffac8 #800000 ]
33+ background_colors : %I[ pattens_blue white ] ,
34+ label_colors : %I[ turquoise razzle_dazzle_rose pear your_pink teal mauve hot_toddy lemon_chiffon maroon ]
3535 } . freeze
3636
3737 # Plain White back ground with no gradient.
3838 CLASSIC_WHITE = {
3939 marker_color : 'black' ,
4040 font_color : 'black' ,
41- background_colors : %w [ white white ] ,
42- label_colors : %w[ #1f77b4 #ff7f0e #2ca02c #d62728 #9467bd #8c564b \
43- #e377c2 #7f7f7f #bcbd22 #17becf yellow maroon grey ]
41+ background_colors : %I [ white white ] ,
42+ label_colors : %I[ strong_blue vivid_orange dark_lime_green strong_red slightly_desaturated_violet \
43+ dark_grey strong_yellow strong_cyan yellow maroon grey ]
4444 } . freeze
4545 end
4646end
0 commit comments