From befc237dd47a7994de2aa1d48c59bf53abce043f Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Wed, 18 Sep 2024 18:45:31 -0300 Subject: [PATCH] Updated. --- site/docs/chapter-07-gbot-reference.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/site/docs/chapter-07-gbot-reference.md b/site/docs/chapter-07-gbot-reference.md index 9d99673c..72d34fe7 100644 --- a/site/docs/chapter-07-gbot-reference.md +++ b/site/docs/chapter-07-gbot-reference.md @@ -176,6 +176,29 @@ The "Group Spell" option enables the spell checker for group interactions. When The "Synchronize Database" setting determines whether the TABLE keyword should modify the database. Setting this to TRUE allows changes to the database schema, while FALSE should be used in production environments to prevent unintended modifications. +### Theme Color + +You can change the theme color of the bot by selecting a color from the palette of General Bots available theme colors: + +| Color | +|----------| +| grey | +| light | +| red | +| blue | +| green | +| yellow | +| purple | +| orange | +| brown | +| pink | +| cyan | +| lime | +| indigo | +| teal | +| violet | +| black-white | + --- Each title and description has been crafted to clarify the purpose and functionality of the respective configuration setting.