aboutsummaryrefslogblamecommitdiffhomepage
path: root/src/assets/defaults.yml
blob: 85f2698e2647669c2380a93232c8f380ecacac6c (plain) (tree)
1
2
3
4
5
6
7
8
9




                       



                                                                                                                                                                                                                                                                                                                                                          
          

                       





                     












                                   
                   
                         
                        










                                   
                   
                         
                        
 
          

            


       
---
# Default configuration

title: "Dashboard"
subtitle: "Homer"

header: true
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.

columns: 3
connectivityCheck: true

defaults:
  # columns, list
  layout: columns
  # auto, light, dark
  colorTheme: auto

theme: default
colors:
  light:
    highlight-primary: "#3367d6"
    highlight-secondary: "#4285f4"
    highlight-hover: "#5a95f5"
    background: "#f5f5f5"
    card-background: "#ffffff"
    text: "#363636"
    text-header: "#ffffff"
    text-title: "#303030"
    text-subtitle: "#424242"
    card-shadow: rgba(0, 0, 0, 0.1)
    link: "#3273dc"
    link-hover: "#363636"
    background-image: ""
  dark:
    highlight-primary: "#3367d6"
    highlight-secondary: "#4285f4"
    highlight-hover: "#5a95f5"
    background: "#131313"
    card-background: "#2b2b2b"
    text: "#eaeaea"
    text-header: "#ffffff"
    text-title: "#fafafa"
    text-subtitle: "#f5f5f5"
    card-shadow: rgba(0, 0, 0, 0.4)
    link: "#3273dc"
    link-hover: "#ffdd57"
    background-image: ""

message: ~
links: []
services: []


proxy: ~