]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - src/assets/defaults.yml
Merge pull request #307 from robinschneider/icon-color
[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
9e4fe0d2 10columns: 3
e9113b48
BW
11connectivityCheck: true
12
b9c5fcf0
BW
13theme: default
14colors:
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)
3faeac7e 26 link: "#3273dc"
b9c5fcf0 27 link-hover: "#363636"
154e6efe 28 background-image: ""
b9c5fcf0
BW
29 dark:
30 highlight-primary: "#3367d6"
31 highlight-secondary: "#4285f4"
32 highlight-hover: "#5a95f5"
33 background: "#131313"
34 card-background: "#2b2b2b"
35 text: "#eaeaea"
36 text-header: "#ffffff"
37 text-title: "#fafafa"
38 text-subtitle: "#f5f5f5"
39 card-shadow: rgba(0, 0, 0, 0.4)
3faeac7e 40 link: "#3273dc"
b9c5fcf0 41 link-hover: "#ffdd57"
154e6efe 42 background-image: ""
b9c5fcf0 43
9814a037 44message: ~
b9c5fcf0
BW
45links: []
46services: []
0a3be103
BW
47
48
49proxy: ~