From 3e3f40b80e1bbf32b0d503a8a62ca0980291ed95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Tue, 25 Jul 2023 12:08:31 +0000 Subject: [PATCH] Gruvbox theme --- themes.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/themes.yaml b/themes.yaml index c37d1e0..7ed7f7d 100644 --- a/themes.yaml +++ b/themes.yaml @@ -75,3 +75,42 @@ subdued: url: "#9d828f" icon: "#9d828f" hover: brighter + +# Gruvbox +# ======= +gruvbox: + page: + text: "#bdae93" + background: "#282828" + header: "#504945" + footer: + show: true + text: "#a89984" + background: "#504945" + + page_select: + text: "#bdae93" + background: "#3c3836" + + theme_select: + text: "#bdae93" + background: "#3c3c36" + border: "#665c54" + + section: + background: "#504945" + borders: + - ["#fb4934", "#eee"] + - ["#b8bb26", "#333"] + - ["#fabd2f", "#333"] + - ["#458588", "#eee"] + - ["#fe8019", "#333"] + - ["#689d6a", "#333"] + + item: + label: + background: "#282828" + description: "#d5c4a1" + url: "#a89984" + icon: + hover: brighter