diff --git a/config.ini b/config.ini index 40ed3a66..23bfff07 100644 --- a/config.ini +++ b/config.ini @@ -35,6 +35,21 @@ CommandToken = ! ; The number of commands to store in the command history tracker [Must be an integer] CommandHistoryLimit = 25 +[PGUI_Settings] +; Limitations: https://doc.qt.io/qt-5/richtext-html-subset.html +; Default Canvas BG Color (https://doc.qt.io/qt-5/qcolor.html#setNamedColor) +CanvasBGColor = black +; Default Canvas Alignment +CanvasAlignment = center +; Default Canvas Border +CanvasBorder = 0 +; Default Canvas Text Color +CanvasTextColor = white +; Default Header Text Color +HeaderTextColor = red +; Default Index Text Color +IndexTextColor = cyan + [Bot_Information] BotVersion = v1.8.0_p1 AboutText =
JJMumbleBot is a plugin-based python3 mumble bot client.
https://github.com/DuckBoss/JJMumbleBot