]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - src/assets/defaults.yml
Factorize fetch options
[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 columns: 3
11 connectivityCheck: true
12
13 theme: default
14 colors:
15 light:
16 highlight-primary: "#3367d6"
17 highlight-secondary: "#4285f4"
18 highlight-hover: "#5a95f5"
19 background: "#f5f5f5"
20 card-background: "#ffffff"
21 text: "#363636"
22 text-header: "#ffffff"
23 text-title: "#303030"
24 text-subtitle: "#424242"
25 card-shadow: rgba(0, 0, 0, 0.1)
26 link-hover: "#363636"
27 background-image: ""
28 dark:
29 highlight-primary: "#3367d6"
30 highlight-secondary: "#4285f4"
31 highlight-hover: "#5a95f5"
32 background: "#131313"
33 card-background: "#2b2b2b"
34 text: "#eaeaea"
35 text-header: "#ffffff"
36 text-title: "#fafafa"
37 text-subtitle: "#f5f5f5"
38 card-shadow: rgba(0, 0, 0, 0.4)
39 link-hover: "#ffdd57"
40 background-image: ""
41
42 message: ~
43 links: []
44 services: []
45
46
47 proxy: ~