Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/themeSwitch/themeSwitch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Theme Switch
description: Theme and CSS script manager located in main menu bar top right.
# requires: CommunityScriptsUILibrary
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/themeSwitch
version: 2.1.1
version: 2.1.2
ui:
requires:
- CommunityScriptsUILibrary
Expand Down
7 changes: 7 additions & 0 deletions plugins/themeSwitch/themeSwitchCSS.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@
"https://stashapp.github.io/CommunityScripts/stable/index.yml",
key: "themeSwitchPlugin-theme-roundedYellow",
},
{
displayName: "Minimal",
pluginId: "Theme-Minimal",
pluginSrc:
"https://stashapp.github.io/CommunityScripts/stable/index.yml",
key: "themeSwitchPlugin-theme-minimal",
},
],
Global: [
{
Expand Down