Skip to content
/ darcula Public

A darcula laf available on JitPack

License

Notifications You must be signed in to change notification settings

ice1k/darcula

Repository files navigation

Darcula Laf

Note: jcenter is shutting down and this library is being republished to maven central by another person. See #1.

Download

This is just a copy of bulenkov/Darcula (which is not hosted on any maven repository), but I've replaced some icons with the newest IntelliJ icons.

Used in ice1000/dev-kt.

Build

Gradle:

repositories { jcenter() }
dependencies { compile 'com.bulenkov:darcula:2018.2' }