]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - src/assets/defaults.yml
Optionnal connectivity check
[github/bastienwirtz/homer.git] / src / assets / defaults.yml
CommitLineData
b9c5fcf0
BW
1---
2# Default configuration
3
4title: "Dashboard"
5subtitle: "Homer"
b9c5fcf0
BW
6
7header: true
8footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.
9
e9113b48
BW
10connectivityCheck: true
11
b9c5fcf0
BW
12theme: default
13colors:
14 light:
15 highlight-primary: "#3367d6"
16 highlight-secondary: "#4285f4"
17 highlight-hover: "#5a95f5"
18 background: "#f5f5f5"
19 card-background: "#ffffff"
20 text: "#363636"
21 text-header: "#ffffff"
22 text-title: "#303030"
23 text-subtitle: "#424242"
24 card-shadow: rgba(0, 0, 0, 0.1)
25 link-hover: "#363636"
26 dark:
27 highlight-primary: "#3367d6"
28 highlight-secondary: "#4285f4"
29 highlight-hover: "#5a95f5"
30 background: "#131313"
31 card-background: "#2b2b2b"
32 text: "#eaeaea"
33 text-header: "#ffffff"
34 text-title: "#fafafa"
35 text-subtitle: "#f5f5f5"
36 card-shadow: rgba(0, 0, 0, 0.4)
37 link-hover: "#ffdd57"
38
9814a037 39message: ~
b9c5fcf0
BW
40links: []
41services: []