From 4afbd543e344d10f5b9a33c11bf86f8f65eb6462 Mon Sep 17 00:00:00 2001 From: "Roman from WhiteUI.Store" Date: Sat, 28 Feb 2026 18:11:17 +0400 Subject: [PATCH] Update plugins.json Added new plugin: Theme Switcher for Light and Dark UI Components Author: WhiteUI.Store https://github.com/whiteuistore/sketch-ui-theme-switcher" --- plugins.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/plugins.json b/plugins.json index 9402ee34..981f2f84 100644 --- a/plugins.json +++ b/plugins.json @@ -7248,5 +7248,15 @@ "homepage": "https://github.com/heshamCO/flow-plugin", "author": "Hesham", "lastUpdated": "2026-02-16 17:53:36 UTC" - } -] \ No newline at end of file + }, + { + "name": "sketch-ui-theme-switcher", + "title": "Theme Switcher for Light and Dark UI Components", + "description": "Effortlessly switch between Light and Dark themes in Sketch using Symbols and Shared Styles.", + "owner": "whiteuistore", + "author": "WhiteUI.Store", + "homepage": "https://github.com/whiteuistore/sketch-ui-theme-switcher", + "lastUpdated": "2026-02-28 12:00:00 UTC", + "appcast": "https://raw.githubusercontent.com/whiteuistore/sketch-ui-theme-switcher/main/appcast.xml" +} +]