From 1483b355afceba55e89277f4c26fd52c44213589 Mon Sep 17 00:00:00 2001 From: FranklyFuzzy <30601526+FranklyFuzzy@users.noreply.github.com> Date: Sun, 23 Mar 2025 14:16:09 -0400 Subject: [PATCH] Update themes.md Added Dracula theme with screenshot --- docs/themes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/themes.md b/docs/themes.md index 285b032..fdc10b2 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -82,6 +82,17 @@ theme: negative-color: 209 88 54 ``` +### Dracula +![screenshot](images/themes/dracula.png) +```yaml +theme: + background-color: 231 15 21 + primary-color: 265 89 79 + contrast-multiplier: 1.2 + positive-color: 135 94 66 + negative-color: 0 100 67 +``` + ## Light ### Catppuccin Latte