Module:MOS in EDO: Difference between revisions
mNo edit summary |
Adjusting cell colors |
||
| Line 8: | Line 8: | ||
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 steps of an edo | p.cell_color_perfect_size = "NONE" -- Only applies for steps of an edo | ||
p.cell_color_large = " | p.cell_color_large = "BDD7EE" | ||
p.cell_color_small = " | p.cell_color_small = "DDEBF7" | ||
p.cell_color_lg_rev = " | p.cell_color_lg_rev = "F8CBAD" | ||
p.cell_color_sm_rev = " | p.cell_color_sm_rev = "FCE4D6" | ||
-- Helper function | -- Helper function | ||