Update README.md - Fix typo, specify available theme color options

master
stweedo 2023-06-18 19:52:37 -05:00 committed by GitHub
parent 6e4543c6ac
commit abce2fadc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ Each box can be customized extensively via a simple JSON configuration. You can
"yOffset": 3,
"boxPos": { "x": 0.5, "y": 0.5 }
},
"bg": { // Can also be removed for no backround
"bg": { // Can also be removed for no background
"img": "YourImageName.img"
}
}
@ -48,7 +48,7 @@ Each box can be customized extensively via a simple JSON configuration. You can
* **outline:** The thickness of the outline around the text.
* **color:** The color of the text.
* **color:** The color of the text. Match current system theme colors with: ("fg", "bg", "fg2", "bg2", "fgH", "bgH").
* **outlineColor:** The color of the text outline.