Add missing "s"

pull/2827/head
stweedo 2023-06-18 17:53:55 -05:00
parent 726ad1d47a
commit ce11203a12
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Each box can be customized extensively via a simple JSON configuration. You can
"font": "CustomFont", // Custom fonts must be in main program and removed in setUI
"fontSize": 1,
"outline": 2,
"color": "#FF9900", // You can use 6-digit or 3-digit hex color code
"color": "#FF9900", // You can use 6-digit or 3-digit hex color codes
"outlineColor": "bgH", // You can match system theme colors like this
"border": 65535, // Or use 16-bit decimal color codes like this
"xPadding": 1,