Skip to content

Commit 7da88dd

Browse files
authored
[Theme Switch] register minimal theme in theme switcher (#525)
* register minimal theme in theme switcher * increment version
1 parent a297fd1 commit 7da88dd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

plugins/themeSwitch/themeSwitch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Theme Switch
22
description: Theme and CSS script manager located in main menu bar top right.
33
# requires: CommunityScriptsUILibrary
44
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/themeSwitch
5-
version: 2.1.1
5+
version: 2.1.2
66
ui:
77
requires:
88
- CommunityScriptsUILibrary

plugins/themeSwitch/themeSwitchCSS.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@
8585
"https://stashapp.github.io/CommunityScripts/stable/index.yml",
8686
key: "themeSwitchPlugin-theme-roundedYellow",
8787
},
88+
{
89+
displayName: "Minimal",
90+
pluginId: "Theme-Minimal",
91+
pluginSrc:
92+
"https://stashapp.github.io/CommunityScripts/stable/index.yml",
93+
key: "themeSwitchPlugin-theme-minimal",
94+
},
8895
],
8996
Global: [
9097
{

0 commit comments

Comments
 (0)