Module:MOS mode degrees: Difference between revisions
m Tweaking colors some more |
m Final tweaks to color palette |
||
| Line 7: | Line 7: | ||
-- Global variables for cell colors | -- Global variables for cell colors | ||
-- Colors are as follows: | |||
-- Large intervals are yellow, small intervals are blue, augmented intervals are dark yellow, and diminished intervals are dark blue | |||
p.cell_color_none = "NONE" -- For cells that don't have a color (default cell color applies) | p.cell_color_none = "NONE" -- For cells that don't have a color (default cell color applies) | ||
p.cell_color_perfect_size = "NONE" -- Only applies for periods, including the root and equave | p.cell_color_perfect_size = "NONE" -- Only applies for periods, including the root and equave | ||
p. | p.cell_color_lg_altered_size = "DED2A0" | ||
p. | p.cell_color_large_size = "FFF4D0" | ||
p. | p.cell_color_small_size = "EAEAFF" | ||
p.cell_color_sm_altered_size = " | p.cell_color_sm_altered_size = "B3B3E0" | ||
-- TODO?: Move some functions to the mos notation module | -- TODO?: Move some functions to the mos notation module | ||