From 8fa5efeb1f98b8787de8d1d036bce068d3bc34a1 Mon Sep 17 00:00:00 2001 From: xero Date: Wed, 2 Oct 2024 00:04:10 -0400 Subject: [PATCH] feat(theme): add evangelion theme --- community-css-themes.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/community-css-themes.json b/community-css-themes.json index a56c1820c35..a2b252ab08f 100644 --- a/community-css-themes.json +++ b/community-css-themes.json @@ -1734,7 +1734,7 @@ "modes": ["dark", "light"] }, { - "name": "Penumbra", + "name": "Penumbra", "author": "Josef Bisits", "repo": "jbisits/penumbra-obsidian-theme", "screenshot": "screenshot_light.png", @@ -2110,5 +2110,12 @@ "repo": "Elhary/Obsidian-Minimal-Edge", "screenshot": "minimal-edge.png", "modes": ["dark", "light"] + }, + { + "name": "evangelion", + "author": "xero", + "repo": "xero/evangelion.obsidian", + "screenshot": "preview.png", + "modes": ["dark"] } ]