Update visualisation colours
This commit is contained in:
parent
601ef8564e
commit
27e12eba45
3 changed files with 3 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.5 MiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.2 MiB |
|
@ -12,9 +12,9 @@ frame_counter = 1
|
|||
anim_counter = 0
|
||||
skipped_last = True
|
||||
|
||||
background_colour = "#646464"
|
||||
occupied_colour = (230, 0, 0)
|
||||
empty_colour = (100, 220, 100)
|
||||
background_colour = "#000"
|
||||
occupied_colour = (190, 52, 58)
|
||||
empty_colour = (50, 49, 49)
|
||||
|
||||
resize_factor = 3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue