samdark / intellij-visual-studio-code-dark-plus

Visual Studio Code Dark Plus theme for JetBrains IDEs
https://plugins.jetbrains.com/plugin/12255-visual-studio-code-dark-plus-theme
BSD 3-Clause "New" or "Revised" License
141 stars 31 forks source link

Add "Editor Color Schemes" to plugin's categories #5

Closed GauthierPLM closed 5 years ago

samdark commented 5 years ago

I'm not sure what are plugin categories. Would you please elaborate?

GauthierPLM commented 5 years ago

On the plugin' settings page you can choose the categories. Currently, the plugin is in "UI" and "Theme" categories, but as it also provides a color scheme, I think it would be nice to add it to the corresponding category.

samdark commented 5 years ago

Well, not really. I can choose "UI" but "Theme" seems to be inferred from source code.

image

Likely it is bundledColorScheme from plugin.xml as could be seen here: https://github.com/rainglow/jetbrains/blob/master/META-INF/plugin.xml#L16

samdark commented 5 years ago

Done. https://github.com/samdark/intellij-visual-studio-code-dark-plus/commit/f6ecd55d53acdc8f9fbd187223c8a8d63afa8464 Will be reflected on the website with the next release.