]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - docs/configuration.md
Merge pull request #311 from Aryess/main
[github/bastienwirtz/homer.git] / docs / configuration.md
index 552b22a9b4993722bd10ab5eb3f42f7ed81f2311..2083be3056a74cd9b2e3f87dd79f059c8d99b262 100644 (file)
@@ -31,6 +31,11 @@ connectivityCheck: true # whether you want to display a message when the apps ar
 proxy:
   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. 
 
+# Set the default layout and color scheme
+defaults:
+  layout: columns # Either 'columns', or 'list'
+  colorTheme: auto # One of 'auto', 'light', or 'dark'
+
 # Optional theming
 theme: default # 'default' or one of the themes available in 'src/assets/themes'.