Added the subdued and colorful themes
This commit is contained in:
parent
6b286431b7
commit
cd23679d8b
77
themes.yaml
Normal file
77
themes.yaml
Normal file
@ -0,0 +1,77 @@
|
||||
# Colorful
|
||||
# ========
|
||||
colorful:
|
||||
page:
|
||||
text: "#fff"
|
||||
background: "#2f3542"
|
||||
header: "#1e232b"
|
||||
footer:
|
||||
show: true
|
||||
text: "#56647a"
|
||||
background: "#1e232b"
|
||||
|
||||
page_select:
|
||||
text: "#fff"
|
||||
background: "#2f3542"
|
||||
|
||||
theme_select:
|
||||
text: "#9db0d9"
|
||||
background: "#2f3542"
|
||||
border: "#3e4556"
|
||||
|
||||
section:
|
||||
background: "#252932"
|
||||
borders:
|
||||
- ["#ffb932", "#222"]
|
||||
- ["#ff58ae", "#222"]
|
||||
- ["#e65272", "#222"]
|
||||
- ["#68e2ff", "#222"]
|
||||
- ["#33b3b6", "#222"]
|
||||
- ["#1a66cc", "#222"]
|
||||
- ["#883fbb", "#222"]
|
||||
- ["#4da769", "#222"]
|
||||
|
||||
item:
|
||||
label:
|
||||
background: "#333a48"
|
||||
description: "#9db0d9"
|
||||
url: "#8393b6"
|
||||
icon:
|
||||
hover: brighter
|
||||
|
||||
# Subdued
|
||||
# =======
|
||||
subdued:
|
||||
page:
|
||||
text: "#ccc"
|
||||
background: "#f4f0ee"
|
||||
header: "#545454"
|
||||
footer:
|
||||
show: true
|
||||
text: "#c1aba0"
|
||||
background: "#ebe4e0"
|
||||
|
||||
page_select:
|
||||
text: "#3c3c3c"
|
||||
background: "#888"
|
||||
|
||||
theme_select:
|
||||
text: "#ccc"
|
||||
background: "#545454"
|
||||
border: "#888"
|
||||
|
||||
section:
|
||||
background: "#f4f0ee"
|
||||
borders:
|
||||
- ["#bd9391", "#333"]
|
||||
- ["#adbabd", "#333"]
|
||||
- ["#91b7c7", "#333"]
|
||||
- ["#6c4b5e", "#bbb"]
|
||||
|
||||
item:
|
||||
label: "#6c4b5e"
|
||||
background: "#ece4e1"
|
||||
description: "#9d828f"
|
||||
url: "#9d828f"
|
||||
icon: "#9d828f"
|
||||
hover: brighter
|
Loading…
Reference in New Issue
Block a user