Add ui.invert = false to defaults

This commit is contained in:
jayofelony
2024-03-04 13:02:33 +01:00
parent 59d510d0e1
commit 8531b89771

View File

@ -154,6 +154,8 @@ personality.throttle_d = 0.9
personality.clear_on_exit = true # clear display when shutting down cleanly personality.clear_on_exit = true # clear display when shutting down cleanly
ui.invert = false # false = black background, true = white background
ui.fps = 0.0 ui.fps = 0.0
ui.font.name = "DejaVuSansMono" # for japanese: fonts-japanese-gothic ui.font.name = "DejaVuSansMono" # for japanese: fonts-japanese-gothic
ui.font.size_offset = 0 # will be added to the font size ui.font.size_offset = 0 # will be added to the font size