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

Plugin build process #45

Closed amstiel closed 2 years ago

amstiel commented 3 years ago

Tried to adjust Buttons/Git Log styles, but it's not that easy, as syntax highlighting. To check applied changes to UI, I need to build a plugin, But I'm not aware of build process. Is there gradle script or something? Can you share it, please?

samdark commented 3 years ago

@amstiel I use IntelliJ IDEA Community Edition.

image

samdark commented 3 years ago

I won't mind having a gradle script though.

amstiel commented 3 years ago

Thanks! I'll try IntelliJ IDEA Community Edition. But what about JDK version and other environment?

samdark commented 3 years ago

I'm using openjdk-15.0.2 Same one as bundled with IDE. Language level is set to SDK default (15).

amstiel commented 3 years ago

@samdark Thanks for info!