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