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