mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-07-25 17:04:14 +00:00
📝 Document new stylesheet config
This commit is contained in:
parent
6777bc347b
commit
71cf63eb3b
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ connectivityCheck: true # whether you want to display a message when the apps ar
|
|||
# Optional theming
|
||||
theme: default # 'default' or one of the theme available in 'src/assets/themes'.
|
||||
|
||||
# Optional custom stylesheet
|
||||
# Will load a custom CSS file. Especially useful for custom icon sets.
|
||||
# stylesheet: "assets/custom.css"
|
||||
|
||||
# Here is the exaustive list of customization parameters
|
||||
# However all value are optional and will fallback to default if not set.
|
||||
# if you want to change only some of the colors, feel free to remove all unused key.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue