From fb8513bc9f88df323263376c4ca650cb77dc0410 Mon Sep 17 00:00:00 2001 From: Legoraft Date: Sat, 1 Mar 2025 14:19:36 +0100 Subject: [PATCH] Added gruvbox theme code and screenshot --- docs/themes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/themes.md b/docs/themes.md index b4185db..285b032 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -53,6 +53,16 @@ theme: primary-color: 97 13 80 ``` +### Gruvbox Dark +![screenshot](images/themes/gruvbox.png) +```yaml +theme: + background-color: 0 0 16 + primary-color: 43 59 81 + positive-color: 61 66 44 + negative-color: 6 96 59 +``` + ### Kanagawa Dark ![screenshot](images/themes/kanagawa-dark.png) ```yaml