From cd23679d8b97303addc867803eb80ea147b9f438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Tue, 25 Jul 2023 11:49:03 +0000 Subject: [PATCH] Added the subdued and colorful themes --- themes.yaml | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 themes.yaml diff --git a/themes.yaml b/themes.yaml new file mode 100644 index 0000000..c37d1e0 --- /dev/null +++ b/themes.yaml @@ -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