Skip to content

Commit 0607e48

Browse files
committed
Enable dark background and set color palette to 'Bold_10' in settings
1 parent dfc4f44 commit 0607e48

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/collapse_2d_shared.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
max_trials = 100_000
2020
frames_per_transfer = 60
2121
disp = 0.5
22-
# dark_background = True
23-
# palette_name = 'Bold_10'
24-
25-
dark_background = False
22+
dark_background = True
2623
palette_name = 'Bold_10'
2724

25+
# dark_background = False
26+
# palette_name = 'Bold_10'
27+
2828

2929
# GIF timing: key frames (start, eliminate, last of transition, winner) and transition total.
3030
KEY_FRAME_MS = 3000

0 commit comments

Comments
 (0)