diff options
author | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-03-13 15:00:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 15:00:09 -0400 |
commit | 049610bc9178a57732356801e20488cf669eda5e (patch) | |
tree | 321d3bad29b06777514c1f0ea8f7ae07f32089b6 /docs | |
parent | f3980069351ec91bea1999e5efff5c343a808706 (diff) | |
parent | 5db2414d052af629e2848f53ce9c2e0e686eefaf (diff) | |
download | homer-049610bc9178a57732356801e20488cf669eda5e.tar.gz homer-049610bc9178a57732356801e20488cf669eda5e.tar.zst homer-049610bc9178a57732356801e20488cf669eda5e.zip |
Merge pull request #311 from Aryess/main
Fix #121 - Change default theme and layout from config
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 552b22a..2083be3 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -31,6 +31,11 @@ connectivityCheck: true # whether you want to display a message when the apps ar | |||
31 | proxy: | 31 | proxy: |
32 | useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy. Can be overrided on service level. | 32 | useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy. Can be overrided on service level. |
33 | 33 | ||
34 | # Set the default layout and color scheme | ||
35 | defaults: | ||
36 | layout: columns # Either 'columns', or 'list' | ||
37 | colorTheme: auto # One of 'auto', 'light', or 'dark' | ||
38 | |||
34 | # Optional theming | 39 | # Optional theming |
35 | theme: default # 'default' or one of the themes available in 'src/assets/themes'. | 40 | theme: default # 'default' or one of the themes available in 'src/assets/themes'. |
36 | 41 | ||