From 7bc16d79968db54a3a30f62c6ed7d8be72246628 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Sat, 12 Jun 2021 20:04:45 -0400 Subject: [PATCH] boot/splash: Use night theme... It would probably benefit from an actually bespoke totally white-on-black theme. --- boot/splash/ui.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/splash/ui.rb b/boot/splash/ui.rb index 63b5c8dc..8b38e646 100644 --- a/boot/splash/ui.rb +++ b/boot/splash/ui.rb @@ -16,7 +16,7 @@ class UI attr_reader :ask_identifier # As this is not using BaseWindow, LVGUI::init isn't handled for us. - LVGUI.init() + LVGUI.init(theme: :night) def initialize() add_screen