From e4148040d9f5474c75685616dc98e7c9ca5d80b7 Mon Sep 17 00:00:00 2001 From: Abhiman G S Date: Thu, 7 Nov 2024 18:36:14 +0530 Subject: [PATCH] Update Luminex theme to support both dark and light modes --- community-css-themes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-css-themes.json b/community-css-themes.json index a66036ab131..59f53929896 100644 --- a/community-css-themes.json +++ b/community-css-themes.json @@ -2179,6 +2179,6 @@ "author": "abhimangs", "repo": "abhimangs/Obsidian-Luminex", "screenshot": "Assets/Obsidian-Cover.png", - "modes": ["dark"] + "modes": ["dark", "light"] } ]