Update startup colors to be more primary
Star Trek was one of the first color television shows so they had a very primary palette of colors. Changed intro swirl to RED, GREEN, BLUE as Limor asked that the pastel colors be more Star Trek. Dano should test this - if it isn't enough Trek, maybe a different animation?
This commit is contained in:
parent
8fd52ee7e4
commit
152d4bbef3
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ SAMPLES = [("01.wav", RED),
|
||||||
("32.wav", PINK)]
|
("32.wav", PINK)]
|
||||||
|
|
||||||
# For the intro, pick any number of colors to make a fancy gradient!
|
# For the intro, pick any number of colors to make a fancy gradient!
|
||||||
INTRO_SWIRL = [PINK, TEAL, YELLOW]
|
INTRO_SWIRL = [RED, GREEN, BLUE]
|
||||||
# the color for the selected sample
|
# the color for the selected sample
|
||||||
SELECTED_COLOR = WHITE
|
SELECTED_COLOR = WHITE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue