From 52b14a50f716cb7e69df8d0804f1b68aeec8a08c Mon Sep 17 00:00:00 2001
From: Simon Hollingshead <me@simonhollingshead.com>
Date: Sat, 30 Nov 2024 17:08:29 +0000
Subject: [PATCH] Add additional tags to theme.toml. (#934)

---
 theme.toml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/theme.toml b/theme.toml
index 80c3f0e..524c705 100644
--- a/theme.toml
+++ b/theme.toml
@@ -11,7 +11,10 @@
   "responsive",
   "simple",
   "clean",
-  "personal"
+  "personal",
+  "light",
+  "dark",
+  "dark mode"
 ]
 features = [
   "analytics",

--
Gitblit v1.10.0