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:
Mike Barela 2018-11-12 12:43:10 -05:00 committed by GitHub
parent 8fd52ee7e4
commit 152d4bbef3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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