From 48b10a1c8d11589c8213129c8c57d5de30097d8c Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 25 Oct 2023 09:50:47 +0300 Subject: [PATCH] MSDOS: example hilite_status in default config --- sys/share/NetHack.cnf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sys/share/NetHack.cnf b/sys/share/NetHack.cnf index 771b5ab67..a34c68f13 100644 --- a/sys/share/NetHack.cnf +++ b/sys/share/NetHack.cnf @@ -129,3 +129,16 @@ OPTIONS=time,noshowexp,number_pad:2,lit_corridor #MENUCOLOR=" cursed "=red #MENUCOLOR=" unholy "=red #MENUCOLOR=" cursed .* \(being worn\)"=orange&underline + +# statusbar highlighting +#OPTIONS=hitpointbar +#OPTIONS=hilite_status:hitpoints/100%/gray&normal +#OPTIONS=hilite_status:hitpoints/<100%/green&normal +#OPTIONS=hilite_status:hitpoints/<66%/yellow&normal +#OPTIONS=hilite_status:hitpoints/<50%/orange&normal +#OPTIONS=hilite_status:hitpoints/<33%/red&bold +#OPTIONS=hilite_status:hitpoints/<15%/red&inverse +#OPTIONS=hilite_status:power-max/up/green +#OPTIONS=hilite_status:power-max/down/red +#OPTIONS=hilite_status:armor-class/down/green +#OPTIONS=hilite_status:armor-class/up/red