mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-11 09:04:01 +03:00
boot/splash: Use night theme...
It would probably benefit from an actually bespoke totally white-on-black theme.
This commit is contained in:
parent
717b36a044
commit
7bc16d7996
@ -16,7 +16,7 @@ class UI
|
|||||||
attr_reader :ask_identifier
|
attr_reader :ask_identifier
|
||||||
|
|
||||||
# As this is not using BaseWindow, LVGUI::init isn't handled for us.
|
# As this is not using BaseWindow, LVGUI::init isn't handled for us.
|
||||||
LVGUI.init()
|
LVGUI.init(theme: :night)
|
||||||
|
|
||||||
def initialize()
|
def initialize()
|
||||||
add_screen
|
add_screen
|
||||||
|
Loading…
Reference in New Issue
Block a user