You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.7 KiB
62 lines
1.7 KiB
# welcome to the real unixvoid dungeon |
|
# good luck escaping |
|
# jk, its vim |
|
|
|
# standard options |
|
OPTIONS=menucolors |
|
OPTIONS=autodig |
|
OPTIONS=autoopen |
|
OPTIONS=autopickup,pickup_types:$!/="+? |
|
OPTIONS=autoquiver |
|
OPTIONS=bones |
|
OPTIONS=boulder:0 |
|
OPTIONS=checkpoint |
|
OPTIONS=color |
|
OPTIONS=confirm |
|
OPTIONS=dark_room |
|
OPTIONS=hilite_pet |
|
OPTIONS=hilite_pile |
|
OPTIONS=msg_window:reverse,msghistory:1000 |
|
OPTIONS=lit_corridor |
|
|
|
# statusbar options |
|
#OPTIONS=showrace |
|
OPTIONS=showexp,time |
|
OPTIONS=sortloot:full |
|
|
|
# curses interface |
|
#OPTIONS=windowtype:curses |
|
#OPTIONS=perm_invent |
|
|
|
|
|
### |
|
# COLORS |
|
### |
|
## Use status hilites |
|
OPTIONS=statushilites |
|
## HP |
|
OPTIONS=hitpointbar |
|
OPTIONS=hilite_status:hitpoints/100%/grey&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 |
|
## Pw |
|
OPTIONS=hilite_status:power/100%/grey&normal |
|
OPTIONS=hilite_status:power/<100%/green&normal |
|
OPTIONS=hilite_status:power/<66%/yellow&normal |
|
OPTIONS=hilite_status:power/<50%/orange&normal |
|
OPTIONS=hilite_status:power/<33%/red&bold |
|
## Carry |
|
OPTIONS=hilite_status:cap/burdened/yellow/stressed/orange/strained/red&bold/overtaxed/red&inverse/overloaded/red&inverse&blink |
|
## Hunger |
|
OPTIONS=hilite_status:hunger/satiated/yellow/hungry/orange/weak/red&bold/fainting/red&inverse/fainted/red&inverse&blink |
|
## Mental |
|
OPTIONS=hilite_status:condition/hallu/yellow |
|
OPTIONS=hilite_status:condition/conf/orange |
|
OPTIONS=hilite_status:condition/stun/red&bold |
|
## Health |
|
OPTIONS=hilite_status:condition/termill/red&inverse |
|
OPTIONS=hilite_status:condition/foodpois/red&inverse |
|
OPTIONS=hilite_status:condition/slime/red&inverse
|
|
|