# This is an example nethackrc file for NetHack 3.7.x. You should edit # this file to meet your play style needs. # Available editors: rnano or virus via the terminal, or see our web-based RC Editor # at https://www.hardfought.org/nethack/rcedit # Examples of common defaults: OPTIONS=windowtype:tty OPTIONS=showexp,showscore,time,color,!autopickup OPTIONS=autodig,fruit:slime mold,boulder:0 # statushitlites is a popular option for 3.6.x - some common settings: OPTIONS=statushilites OPTIONS=hilite_status: hitpoints-max/green&normal OPTIONS=hilite_status: hitpoints/100%/green&normal OPTIONS=hilite_status: hitpoints/<100%/lightgreen&normal OPTIONS=hilite_status: hitpoints/<76%/yellow&normal OPTIONS=hilite_status: hitpoints/<51%/orange&normal OPTIONS=hilite_status: hitpoints/<26%/red&normal OPTIONS=hilite_status: hitpoints/<11%/black&normal # Curses UI is available on this build. Example settings (uncomment OPTIONS=windowtype:curses to enable) # All Curses UI settings are commented out ################## # Curses Settings ################## # default values in parentheses # Enable curses windowport (false) #OPTIONS=windowtype:curses # To use new NH4-style status window (true) # set !classic_status # Not yet implemented in 3.6.1 #OPTIONS=classic_status # Window borders (3) # 1 - always draw borders # 2 - never draw borders # 3 - draw borders if terminal is big enough #OPTIONS=windowborders:3 # Set terminal window for same dimensions # Adjust these variables to your liking #OPTIONS=term_cols:120 #OPTIONS=term_rows:32 # Attributes for pet highlighting (???) # [i]talics (or is it inverse?) # [u]nderline # [b]old # possibly others #OPTIONS=petattr:u # use colour in non-map areas (true) #OPTIONS=guicolor # Display inventory window permanently on right of screen (false) #OPTIONS=perm_invent # Window alignment (msg:top, status:bottom) # note: align_status:left/right displays a more verbose window, arranged vertically # this is only partially implemented in 3.6.1 and is buggy # it will be fixed soon #OPTIONS=align_message:top #OPTIONS=align_status:bottom # Settings not specific to curses that you will want to use. OPTIONS=hitpointbar OPTIONS=menucolors,statushilites # End of Curses settings ################## # For more information on what you can set in your nethackrc file, refer to: # https://nethackwiki.com/wiki/Options # Happy hacking! MENUCOLOR="^blessed "=green MENUCOLOR=" blessed "=green MENUCOLOR=" holy "=green MENUCOLOR="^holy "=green MENUCOLOR="^cursed "=red MENUCOLOR=" cursed "=red MENUCOLOR=" cursed$"=red MENUCOLOR="^unholy "=red MENUCOLOR=" unholy "=red MENUCOLOR="^uncursed "=white MENUCOLOR=" uncursed "=white 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& ## Hunger OPTIONS=hilite_status:hunger/satiated/yellow/hungry/orange/weak/red&bold/fainting/red&inverse/fainted/red&inverse ## 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 # Str, Con, Dex, Int, Wis, Cha OPTIONS=hilite_status:characteristics/up/green/down/red # gold OPTIONS=hilite_status: gold/up/yellow/down/brown ## EQUIPPED MENUCOLOR="^worn"=cyan&inverse MENUCOLOR=" worn"=cyan&inverse MENUCOLOR="^blessed .* worn"=green&inverse MENUCOLOR=" blessed .* worn"=green&inverse MENUCOLOR="^cursed .* worn"=red&inverse MENUCOLOR="^cursed .* \(being worn\)"=red&inverse MENUCOLOR=" cursed .* \(being worn\)"=red&inverse MENUCOLOR=" quiver"=cyan&inverse MENUCOLOR=" blessed .* quiver"=green&inverse MENUCOLOR=" cursed .* quiver"=red&inverse MENUCOLOR=" hand"=cyan&inverse MENUCOLOR=" blessed .* hand"=green&inverse MENUCOLOR=" cursed .* hand"=red&inverse MENUCOLOR="^hand"=cyan&inverse MENUCOLOR="^blessed .* hand"=green&inverse MENUCOLOR="^cursed .* hand"=red&inverse MENUCOLOR=" !!DANGER!!"=orange&underline MENUCOLOR=" Stormbringer \(weapon in hand\)"=orange&inverse MENUCOLOR=" \(lit\)"=yellow&inverse MENUCOLOR=" \(wielded\)"=cyan&inverse MENUCOLOR=" blessed .* \(wielded\)"=green&inverse MENUCOLOR=" cursed .* \(wielded\)"=red&inverse MENUCOLOR=" named B .* worn"=green&inverse MENUCOLOR=" named B .* hand"=green&inverse MENUCOLOR=" HOLDEN CAULFIELD" =white&inverse MENUCOLOR="^blessed .* HOLDEN CAULFIELD"=green&inverse MENUCOLOR=" blessed .* HOLDEN CAULFIELD"=green&inverse MENUCOLOR="^cursed .* HOLDEN CAULFIELD"=red&inverse MENUCOLOR=" cursed .* HOLDEN CAULFIELD"=red&inverse ## BAG BANE MENUCOLOR=" wand .* cancellation"=orange&underline MENUCOLOR="^wand .* cancellation"=orange&underline MENUCOLOR=" bag .* tricks"=orange&underline MENUCOLOR="^bag .* tricks"=orange&underline MENUCOLOR=" called.*V!"=orange&underline ## UNPAID MENUCOLOR="unpaid"=white&underline ## Spells MENUCOLOR="0% "=green MENUCOLOR="[1-9]% "=lightgreen MENUCOLOR="1[0-3]% "=lightgreen MENUCOLOR="1[4-9]% "=yellow MENUCOLOR="2[0-7]% "=yellow MENUCOLOR="2[8-9]% "=yellow MENUCOLOR="3[0-9]% "=yellow MENUCOLOR="4[01]% "=yellow MENUCOLOR="4[2-9]% "=orange MENUCOLOR="5[0-6]% "=orange MENUCOLOR="5[7-9]% "=orange MENUCOLOR="6[0-9]% "=orange MENUCOLOR="7[0-9]% "=red MENUCOLOR="8[0-4]% "=red MENUCOLOR="8[5-9]% "=red&underline MENUCOLOR="9[0-9]% "=red&underline MENUCOLOR="100% "=red&inverse MENUCOLOR="\(gone\)"=magenta