From 16c0d40d14622c0d501ad565fd1f1f425fe8e32b Mon Sep 17 00:00:00 2001 From: Alex Frangiamore Date: Wed, 2 Oct 2024 00:46:50 +0100 Subject: [PATCH] Update community-css-themes.json Added Orange 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..6219a708987 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": "Orange", + "author": "Alex F", + "repo": "afrangi/Obsidian-Theme-Orange", + "screenshot": "screenshot.png", + "modes": ["dark", "light"] + }, ]