-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Custom theme options tabs #93
Comments
Suggest a |
{
"Conditions": {
"Tab name 1": {
"Experimental": {
"description": "Activates experimental functions (there may/will be bugs)",
"default": "no",
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/experimental.css" },
"TargetJs": { "affects": ["^Steam$"], "src": "options/experimental.js" }
}
}
}
},
"Tab name 2": {
"Experimental": {
"description": "Activates experimental functions (there may/will be bugs)",
"default": "no",
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/experimental.css" },
"TargetJs": { "affects": ["^Steam$"], "src": "options/experimental.js" }
}
}
}
}
}
} |
🎉 This issue has been resolved in version 2.11.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@shdwmtr @ricewind012 could you add something that if a tab is called “Colors” it is simply added to the tab with the root colors |
i don't get it |
@SpaceEnergy Provide your skin.json, I'm relatively sure @ricewind012 doesn't even know that exists |
@ricewind012 like this: "System accent colors": {
"description": "Replaces the SpaceTheme accent colors with your system accent colors",
"default": "no",
*"tab": "Colors"*,
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": [".*"], "src": "options/systemAccent.css" }
}
}
} |
you can just override them with !important, no ? |
no that's not the problem xd |
@SpaceEnergy is this solved? |
in itself already, but I would still be happy if that still comes that if you give an option the tab name Colors that it comes with in the Colors tab so where you can set the root colors (because currently an extra tab would be created) If this is better for you I can open an extra issue for this feature |
Before Requesting
Describe the feature you'd like!
Custom tabs that the dev can create for the theme options to make many theme options look a little bit more organized and tidy
like this:
Anything else?
No response
The text was updated successfully, but these errors were encountered: