Allow modifying DOOM animation fire colors (closes #239)

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-03-06 20:40:53 +01:00
parent 78d64ad2a7
commit 4e859e56cb
4 changed files with 35 additions and 22 deletions

View File

@@ -101,6 +101,15 @@ console_dev = /dev/console
# Available inputs: info_line, session, login, password
default_input = login
# DOOM animation top color (low intensity flames)
doom_top_color = 0x00FF0000
# DOOM animation middle color (medium intensity flames)
doom_middle_color = 0x00FFFF00
# DOOM animation bottom color (high intensity flames)
doom_bottom_color = 0x00FFFFFF
# Error background color id
error_bg = 0x00000000