Update visualisation colours

This commit is contained in:
akp 2020-12-11 23:07:32 +00:00
parent 601ef8564e
commit 27e12eba45
No known key found for this signature in database
GPG key ID: D3E7EAA31B39637E
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

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Before After
Before After

View file

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