mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
PROBLEM • Current color palette has many repeating or very similar colors • Colors looks came from 80s and all raw colors like rgb(0,255,255) • Black and White colors shows less details on surfaces due to shadows and highlights SOLUTION • Picked more specific color tones. Tried to make every alternative to easily identifiable • Didnt used black, white or gray QUESTIONABLE • New colors follows given order and i used orca color as first. Maybe orange one is better pick • I can add, remove, or change order of colors COMPARISON before  after  old color set  new color set  as text if you want to experiment ` wxColour("#00C1AE"), wxColour("#F4E2C1"), wxColour("#ED1C24"), wxColour("#00FF7F"), wxColour("#F26722"), wxColour("#FFEB31"), wxColour("#7841CE"), wxColour("#115877"), wxColour("#ED1E79"), wxColour("#2EBDEF"), wxColour("#345B2F"), wxColour("#800080"), wxColour("#FA8173"), wxColour("#800000"), wxColour("#F7B763"), wxColour("#A4C41E"), `