mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-27 15:51:35 +02:00
Allow modifying DOOM animation fire colors (closes #239)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
78d64ad2a7
commit
4e859e56cb
4 changed files with 35 additions and 22 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue