summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/options_guide.txt
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-01 22:43:46 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-01 22:43:46 +0000
commit2f502ad2e18856b2207756b98d2b54fc6e5764b3 (patch)
treeb107630c10dc120a11a9f6bb3578b9b11c3de416 /crawl-ref/docs/options_guide.txt
parent6abca99d684429a8d909260cec1f3c0f76f8ecc7 (diff)
downloadcrawl-ref-2f502ad2e18856b2207756b98d2b54fc6e5764b3.tar.gz
crawl-ref-2f502ad2e18856b2207756b98d2b54fc6e5764b3.zip
FR 2026227: Make $ list current gold.
FR 2027307: Use menu colours for shops, with an option to turn it off to get the striped menu again. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6750 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/options_guide.txt')
-rw-r--r--crawl-ref/docs/options_guide.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index bcbbd9a3d4..bd72eb905c 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -67,7 +67,7 @@ The contents of this text are:
show_beam, item_stack_summary_minimum, list_rotten,
mlist_min_height, msg_max_height,
mlist_allow_alternate_layout, mlist_targetting, classic_hud,
- menu_colour, menu_colour_prefix_id, menu_colour_prefix_class,
+ menu_colour, menu_colour_prefix_class, menu_colour_shops,
message_colour, force_more_message,
msg_condense_repeats
4-k Missiles.
@@ -1213,6 +1213,7 @@ menu_colour = <match>:<colour>:<regex>
help (the manual)
inventory (inventory and pickup menus)
pickup (specific to pickup menus)
+ shop (shop menus)
notes (the ?: screen)
resists (the % screen)
spell (the Z and I screens)
@@ -1293,9 +1294,14 @@ menu_colour_prefix_class = false
the 'a' slot, the string the regexes will match against is
"weapon a - an uncursed dagger (weapon)".
+menu_colour_shops = true
+ If this option is set to true the shop menu will be coloured
+ according to the menu colours (using tags "shop" or "any");
+ otherwise the lines are coloured alternately white or lightgrey.
+
message_colour = <colour>:[<channel>:]<regex>
message_colour allows you to override colours for individual
- messages. For instance, if you find the low hp warning to be
+ messages. For instance, if you find the low hp warning to be
insufficiently attention grabbing, you could do something like
message_colour = yellow:LOW HITPOINT WARNING
You can also narrow the message match to a specific channel: