]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - src/assets/defaults.yml
Fix logo always shown issue.
[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
10theme: default
11colors:
12 light:
13 highlight-primary: "#3367d6"
14 highlight-secondary: "#4285f4"
15 highlight-hover: "#5a95f5"
16 background: "#f5f5f5"
17 card-background: "#ffffff"
18 text: "#363636"
19 text-header: "#ffffff"
20 text-title: "#303030"
21 text-subtitle: "#424242"
22 card-shadow: rgba(0, 0, 0, 0.1)
23 link-hover: "#363636"
24 dark:
25 highlight-primary: "#3367d6"
26 highlight-secondary: "#4285f4"
27 highlight-hover: "#5a95f5"
28 background: "#131313"
29 card-background: "#2b2b2b"
30 text: "#eaeaea"
31 text-header: "#ffffff"
32 text-title: "#fafafa"
33 text-subtitle: "#f5f5f5"
34 card-shadow: rgba(0, 0, 0, 0.4)
35 link-hover: "#ffdd57"
36
9814a037 37message: ~
b9c5fcf0
BW
38links: []
39services: []