Open kirellkekw opened 1 year ago
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
Having favorites makes sense. I'm not sure about the need for custom categories. Tricky how to merge the current categories with the custom ones and there would be quite some work to get good configuration UI (creating new categories, assigning themes to categories). I hope you are fine that I changed the request description to adding support of favorites. If not, please change it back.
Thanks for clarifying the description. Having favorites can make it easier swap and even having a sort of "playlist" that allows automatically changing themes on launch/on time period etc.
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
:slightly_smiling_face: This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
There is only three classes of color themes, dark, light and high contrast. It would be great to have an option to create a custom class such as "Favorites" with ones we choose, showing on top or in the order we set. For example, a custom class with Dark Modern, Community Material Theme Darker High Contrast, Material Theme Darker High Contrast under the name of "Dark Themes" would be great. settings.json config parameters can be set as follows: """ colorTheme.customClasses = [ {"Dark Themes": [ "Dark Modern", "Community Material Theme Darker High Contrast", "Material Theme Darker High Contrast", ] ] """ Thanks for your time and patience to read through this request.