From abce2fadc5e8b9d4331642a164cdfe9af9d50008 Mon Sep 17 00:00:00 2001 From: stweedo <108593831+stweedo@users.noreply.github.com> Date: Sun, 18 Jun 2023 19:52:37 -0500 Subject: [PATCH] Update README.md - Fix typo, specify available theme color options --- apps/boxclk/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/boxclk/README.md b/apps/boxclk/README.md index 341985135..7f0857461 100644 --- a/apps/boxclk/README.md +++ b/apps/boxclk/README.md @@ -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.