From 0209f27bceb37094972893a64f42b576c6800d21 Mon Sep 17 00:00:00 2001 From: Sadullaev Akmal <160594100+DKLiberty@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:13:02 +0500 Subject: [PATCH] Add theme: Red-Shadow --- community-css-themes.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-css-themes.json b/community-css-themes.json index a56c1820c35..f8d11e91c09 100644 --- a/community-css-themes.json +++ b/community-css-themes.json @@ -2110,5 +2110,12 @@ "repo": "Elhary/Obsidian-Minimal-Edge", "screenshot": "minimal-edge.png", "modes": ["dark", "light"] + }, + { + "name": "Red-Shadow", + "author": "DKLiberty", + "repo": "DKLiberty/Red-Shadow", + "screenshot": "Resources/Screenshot.png", + "modes": ["dark", "light"] } ]