Skip to content
Snippets Groups Projects
Commit 094e534d authored by Anon's avatar Anon
Browse files

py/fil3s: switch primary color to push pink

parent 281cb14d
No related branches found
No related tags found
1 merge request!105py: Create file manager app
Pipeline #6570 passed
......@@ -2,19 +2,21 @@ 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
# BACKGROUND_TEXT = BLACK
# PRIMARY = ORANGE
# PRIMARY = PUSH_PINK
# PRIMARY_TEXT = WHITE
# SECONDARY = PURPLE
# SECONDARY = GO_GREEN
# SECONDARY_TEXT = WHITE
# 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