diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pure/game_of_life/src/main.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/pure/game_of_life/src/main.rs b/examples/pure/game_of_life/src/main.rs index 58528b96..2af139e8 100644 --- a/examples/pure/game_of_life/src/main.rs +++ b/examples/pure/game_of_life/src/main.rs @@ -152,6 +152,10 @@ impl Application for GameOfLife { .height(Length::Fill) .into() } + + fn theme(&self) -> Theme { + Theme::Dark + } } fn view_controls<'a>( |