Farben angepast

This commit is contained in:
Michael Grote 2021-08-25 10:35:52 +02:00
parent 8b180675a8
commit 4a0c85f04a
1 changed files with 6 additions and 4 deletions

View File

@ -72,10 +72,12 @@ selectors = {0: keys[0],
current_layer = 3
# The colours for each layer
colours = {0: (255, 255, 255),
1: (255, 0, 255),
2: (0, 255, 255),
3: (255, 255, 0)}
# https://gist.github.com/ninrod/b0f86d77ebadaccf7d9d4431dd8e2983
# https://colorhunt.co/palette/f7fd04f9b208f98404fc5404
colours = {0: (247, 253, 4),
1: (249, 178, 8),
2: (249, 132, 4),
3: (252, 84, 4)}
layer_keys = range(4, 16)