Skip to content
Snippets Groups Projects
Commit 8987ecd8 authored by Anon's avatar Anon
Browse files

py/fil3s: switch primary color to push pink

parent 05be384c
No related branches found
No related tags found
No related merge requests found
Pipeline #6538 passed
......@@ -2,6 +2,8 @@ WHITE = (1.0, 1.0, 1.0)
BLACK = (0.0, 0.0, 0.0)
ORANGE = (1.0, 0.4, 0.0)
PURPLE = (0.65, 0.0, 0.84)
PUSH_PINK = (0.98, 0.28, 0.77)
GO_GREEN = (0.25, 1.0, 0.13)
# Light
# BACKGROUND = WHITE
......@@ -14,7 +16,7 @@ PURPLE = (0.65, 0.0, 0.84)
# Dark
BACKGROUND = BLACK
BACKGROUND_TEXT = WHITE
PRIMARY = ORANGE
PRIMARY = PUSH_PINK
PRIMARY_TEXT = WHITE
SECONDARY = PURPLE
SECONDARY = GO_GREEN
SECONDARY_TEXT = WHITE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment