From bef44a5ae6f2c237bf640cdab5fe5784ccad10fd Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 23 Oct 2022 12:10:58 +0200 Subject: [PATCH] Remove unused help_category/entry_color styles. Resolve #2771 --- evennia/settings_default.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/evennia/settings_default.py b/evennia/settings_default.py index 497f8661d2..b76b4c1a4e 100644 --- a/evennia/settings_default.py +++ b/evennia/settings_default.py @@ -585,8 +585,6 @@ OPTIONS_ACCOUNT_DEFAULT = { "footer_text_color": ("Text inside Footer Lines.", "Color", "n"), "footer_fill": ("Fill for Footer Lines.", "Text", "="), "column_names_color": ("Table column header text.", "Color", "w"), - "help_category_color": ("Help category names.", "Color", "n"), - "help_entry_color": ("Help entry names.", "Color", "n"), "timezone": ("Timezone for dates.", "Timezone", "UTC"), } # Modules holding Option classes, responsible for serializing the option and