aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorGabe Cook <gabe565@gmail.com>2020-07-22 16:23:33 -0500
committerGabe Cook <gabe565@gmail.com>2020-08-29 02:21:09 -0500
commit71cf63eb3bdeeced46e7eec4d62ef8cc4ca38800 (patch)
tree1330b6f60fdfcd3ea548e081e6fde14f6f914b05 /docs/configuration.md
parent6777bc347bd7992a5797b02d0a0bc0c7e43df46e (diff)
downloadhomer-71cf63eb3bdeeced46e7eec4d62ef8cc4ca38800.tar.gz
homer-71cf63eb3bdeeced46e7eec4d62ef8cc4ca38800.tar.zst
homer-71cf63eb3bdeeced46e7eec4d62ef8cc4ca38800.zip
:pencil: Document new stylesheet config
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 1ced2d8..f0b0a31 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -26,6 +26,10 @@ connectivityCheck: true # whether you want to display a message when the apps ar
26# Optional theming 26# Optional theming
27theme: default # 'default' or one of the theme available in 'src/assets/themes'. 27theme: default # 'default' or one of the theme available in 'src/assets/themes'.
28 28
29# Optional custom stylesheet
30# Will load a custom CSS file. Especially useful for custom icon sets.
31# stylesheet: "assets/custom.css"
32
29# Here is the exaustive list of customization parameters 33# Here is the exaustive list of customization parameters
30# However all value are optional and will fallback to default if not set. 34# However all value are optional and will fallback to default if not set.
31# if you want to change only some of the colors, feel free to remove all unused key. 35# if you want to change only some of the colors, feel free to remove all unused key.