From e6af1f33d7ac6e3c42981935bcb6afe15f07891a Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Tue, 7 Oct 2025 17:00:22 -0500 Subject: [PATCH] Add coloring for current level and rust trap levels in overview --- menucolor.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/menucolor.rc b/menucolor.rc index 8c5691a..3bc1a45 100644 --- a/menucolor.rc +++ b/menucolor.rc @@ -68,6 +68,10 @@ MENUCOLOR="wand (of|called) cancellation"={{ bag_kaboom }} MENUCOLOR="bag (of|called) tricks"={{ bag_kaboom }} MENUCOLOR="bag (of|called) holding"={{ bag_kaboom }} +## Overview +MENUCOLOR="^\s*Level.*rust trap"=bright blue +MENUCOLOR="^\s*Level.*You are here"=green + ## Branches {% set branch_header = "white&inverse" %} {% set branch_transition = "yellow" %}