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