theming
This commit is contained in:
+23
-17
@@ -5,7 +5,6 @@
|
||||
title: "Forbidden Fruit dashboard"
|
||||
subtitle: "TANGIE"
|
||||
icon: "fas fa-cannabis"
|
||||
# icon: "fas fa-skull-crossbones" # Optional icon
|
||||
|
||||
header: true
|
||||
footer: false
|
||||
@@ -15,21 +14,22 @@ columns: "4"
|
||||
theme: default
|
||||
colors:
|
||||
light:
|
||||
highlight-primary: "#3367d6"
|
||||
highlight-secondary: "#4285f4"
|
||||
highlight-hover: "#5a95f5"
|
||||
background: "#f5f5f5"
|
||||
card-background: "#ffffff"
|
||||
highlight-primary: "#f18409"
|
||||
highlight-secondary: "#3a2a2f"
|
||||
highlight-hover: "#f18409"
|
||||
background: "#F3E7E2"
|
||||
card-background: "#E7D0C5"
|
||||
text: "#363636"
|
||||
text-header: "#ffffff"
|
||||
text-title: "#303030"
|
||||
text-subtitle: "#424242"
|
||||
card-shadow: rgba(0, 0, 0, 0.1)
|
||||
link-hover: "#363636"
|
||||
link-color: "#571962"
|
||||
dark:
|
||||
highlight-primary: "#3367d6"
|
||||
highlight-secondary: "#4285f4"
|
||||
highlight-hover: "#5a95f5"
|
||||
highlight-primary: "#571962"
|
||||
highlight-secondary: "#3a2a2f"
|
||||
highlight-hover: "#571962"
|
||||
background: "#131313"
|
||||
card-background: "#2b2b2b"
|
||||
text: "#eaeaea"
|
||||
@@ -38,6 +38,7 @@ colors:
|
||||
text-subtitle: "#f5f5f5"
|
||||
card-shadow: rgba(0, 0, 0, 0.4)
|
||||
link-hover: "#ffdd57"
|
||||
link-color: "#f18409"
|
||||
|
||||
# Optional message
|
||||
#message:
|
||||
@@ -48,14 +49,19 @@ colors:
|
||||
|
||||
# Optional navbar
|
||||
# links: [] # Allows for navbar (dark mode, layout, and search) without any links
|
||||
#links:
|
||||
# - name: "Contribute"
|
||||
# icon: "fab fa-github"
|
||||
# url: "https://github.com/bastienwirtz/homer"
|
||||
# target: "_blank" # optionnal html a tag target attribute
|
||||
# - name: "Wiki"
|
||||
# icon: "fas fa-book"
|
||||
# url: "https://www.wikipedia.org/"
|
||||
links:
|
||||
- name: "Gmail"
|
||||
icon: "fas fa-envelope"
|
||||
url: "https://mail.google.com"
|
||||
target: "_blank"
|
||||
- name: "Telegram"
|
||||
icon: "fas fa-paper-plane"
|
||||
url: "https://web.telegram.org/"
|
||||
target: "_blank"
|
||||
- name: "Reddit"
|
||||
icon: "fab fa-reddit"
|
||||
url: "https://www.reddit.com/"
|
||||
target: "_blank"
|
||||
|
||||
# Services
|
||||
# First level array represent a group.
|
||||
|
||||
Reference in New Issue
Block a user