Skip to content

Commit

Permalink
Added PGUI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed Apr 18, 2019
1 parent 828e78d commit 9d84129
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <br> JJMumbleBot is a plugin-based python3 mumble bot client.<br><a href="https://github.com/DuckBoss/JJMumbleBot">https://github.com/DuckBoss/JJMumbleBot</a><br>
Expand Down

0 comments on commit 9d84129

Please sign in to comment.