xdrop / night-owl-jetbrains

Night owl theme / colour scheme for IntelliJ and Webstorm (or other Jetbrains IDEs). Includes dark and light mode 🌓
MIT License
286 stars 20 forks source link

About install rainbow brackets #2

Closed izhangzhihao closed 6 years ago

izhangzhihao commented 6 years ago

Just curious about this distribution, why not just download from https://plugins.jetbrains.com? is it build by yourself? did you made any changes of the code?

By the way, this is awesome project, just wonder if I can use your screenshots in here.

xdrop commented 6 years ago

Ah, I didn't actually realise I could install it all I could see was this which confused me

Image

Seeing that it can be installed from the within the IDE this makes the installation a lot simpler, thanks! 😄 I've updated it now.

And yeah you are welcome to use the screenshots, thanks for your awesome work on the plugin! 👏

izhangzhihao commented 6 years ago

About the installation, I have a idea:

Create a new plugin which depends on Material Theme UI and Rainbow Brackets both, and you could override the settings of Material Theme UI and Rainbow Brackets as well as intellij build-in settings, and all done.

izhangzhihao commented 6 years ago

Sample code here.

xdrop commented 6 years ago

@izhangzhihao Good idea, I didn't know you can depend and invoke methods on other plugins. In fact if we go that route we can leverage the API of Material Theme UI to import the theme as well.

I'll try and do this when I get the time, thanks 🙂

izhangzhihao commented 6 years ago

See #3