]> granicus.if.org Git - nethack/commitdiff
Default menucolors for Windows
authorPasi Kallinen <paxed@alt.org>
Fri, 1 Sep 2017 09:45:28 +0000 (12:45 +0300)
committerPasi Kallinen <paxed@alt.org>
Fri, 1 Sep 2017 09:45:28 +0000 (12:45 +0300)
sys/winnt/defaults.nh

index 50e801f0317fd8c2376ac5309c1640c6e0f16974..46f6109fab63090e9da617688ecdc37ac40e60b9 100644 (file)
@@ -44,6 +44,28 @@ OPTIONS=symset:IBMGraphics_2,roguesymset:RogueEpyx
 #OPTIONS=hilite_status:hitpoints/30%/bright-magenta/normal
 #OPTIONS=perm_invent
 
+
+# Highlight menu lines with different colors. You need to define the colors
+# with MENUCOLOR lines.
+#  Toggle menucolor use on or off
+OPTIONS=menucolors
+# Define color used for a certain menu line. Format is
+#    MENUCOLOR="regular expression"=color
+# or
+#    MENUCOLOR="regular expression"=color&attribute
+#  Show all blessed items in green
+MENUCOLOR=" blessed " = green
+#  Show all holy water in green
+MENUCOLOR=" holy " = green
+#  Show all cursed items in red
+MENUCOLOR=" cursed " = red
+#  Show all unholy water in red
+MENUCOLOR=" unholy " = red
+#  Show all cursed worn items in orange and underlined
+MENUCOLOR=" cursed .* (being worn)" = orange&underline
+
+
+
 # Turn off all status hilites.
 #OPTIONS=!statushilites
 #