File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ The LogAnalyzer open-source app is a simple, plug and play application developed
21
21
- So far, one documented reason for this is that OAuth on Posit Connect instances may prevent the ` /content ` endpoint from sending app data.
22
22
- How do I rebrand the application?
23
23
- 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.
24
27
- How do I recolor the SVGs?
25
28
- This requires some creativity. We recommend replacing the primary color hex which you can find in the ` .svg ` file as ` fill="#hexcde" ` to ` PRIMARY ` .
26
29
- 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.
You can’t perform that action at this time.
0 commit comments