]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - src/assets/defaults.yml
Optionnal connectivity check
[github/bastienwirtz/homer.git] / src / assets / defaults.yml
1 ---
2 # Default configuration
3
4 title: "Dashboard"
5 subtitle: "Homer"
6
7 header: true
8 footer: '<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
10 connectivityCheck: true
11
12 theme: default
13 colors:
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
39 message: ~
40 links: []
41 services: []