Skip to content

Commit 3a226a7

Browse files
docs: add context for what the colors do in README.md
1 parent 9937baa commit 3a226a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ The LogAnalyzer open-source app is a simple, plug and play application developed
2121
- So far, one documented reason for this is that OAuth on Posit Connect instances may prevent the `/content` endpoint from sending app data.
2222
- How do I rebrand the application?
2323
- You can edit the branding in the `config.yml` file. You'll find the `colors` key which will build the CSS.
24+
- The three status colors and their highlights e.g. `red` and `red-highlight` color the logs for you.
25+
- The `primary` color is the primary theme for your application. This also affects SVGs.
26+
- The blacks, whites and greys fill in the rest of the UI elements such as text, separator et al.
2427
- How do I recolor the SVGs?
2528
- This requires some creativity. We recommend replacing the primary color hex which you can find in the `.svg` file as `fill="#hexcde"` to `PRIMARY`.
2629
- We use this as a default value in the function that replaces it but you are welcome to use another value and modify the function.

0 commit comments

Comments
 (0)