]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - src/assets/defaults.yml
Add some local changes
[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"
e0a72b7d 21 subcard-background: "#eeeeee"
b9c5fcf0
BW
22 text: "#363636"
23 text-header: "#ffffff"
24 text-title: "#303030"
25 text-subtitle: "#424242"
26 card-shadow: rgba(0, 0, 0, 0.1)
e0a72b7d
IB
27 subcard-a: "#363636"
28 subcard-a-hover: "#808080"
b9c5fcf0
BW
29 link-hover: "#363636"
30 dark:
31 highlight-primary: "#3367d6"
32 highlight-secondary: "#4285f4"
33 highlight-hover: "#5a95f5"
34 background: "#131313"
35 card-background: "#2b2b2b"
e0a72b7d 36 subcard-background: "#444444"
b9c5fcf0
BW
37 text: "#eaeaea"
38 text-header: "#ffffff"
39 text-title: "#fafafa"
40 text-subtitle: "#f5f5f5"
41 card-shadow: rgba(0, 0, 0, 0.4)
e0a72b7d
IB
42 subcard-a: "#ffdd57"
43 subcard-a-hover: "#eaeaea"
b9c5fcf0
BW
44 link-hover: "#ffdd57"
45
9814a037 46message: ~
b9c5fcf0
BW
47links: []
48services: []