summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings/menu_colours.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/settings/menu_colours.txt')
-rw-r--r--crawl-ref/settings/menu_colours.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/crawl-ref/settings/menu_colours.txt b/crawl-ref/settings/menu_colours.txt
index cc6ef2b685..c3a5c092c0 100644
--- a/crawl-ref/settings/menu_colours.txt
+++ b/crawl-ref/settings/menu_colours.txt
@@ -16,10 +16,22 @@ menu = white:.*artefact.*
#menu = white:.*identified.*artefact.*
#menu = magenta:.*unidentified.*artefact.*
-# Possible ego items
+# Ego items
#
+: if options.menu_colour_prefix_class and options.menu_colour_prefix_id then
+menu = lightblue:(^identified armour .* pair of .* of )
+menu = lightgrey:(^identified armour .* pair of )
+menu = lightblue:(^identified (weapon|armour) .* of )
+
+# Possible egos
+menu = lightblue:^unidentified .*weapon.*(runed|glowing)
+menu = lightblue:^unidentified .*armour.*(runed|glowing|embroidered|shiny|dyed)
+
+: elseif options.menu_colour_prefix_class then
+#Possible egos
menu = lightblue:.*weapon.*(runed|glowing)
menu = lightblue:.*armour.*(runed|glowing|embroidered|shiny|dyed)
+:end
# Mummies' potions
#