Javadoc

Dracula

Dark theme for Javadoc and 355+ apps

StarFork

Javadoc Theme Preview

2,947 views

Javadoc

Preview

See live preview.

Install

Download the stylesheet

If you are using gradle, add below to javadoc options:

    javadoc {
        options.stylesheetFile = new File(projectDir, "path/to/your/resource/dracula-javadoc8.css")
        // And some options...
    }

If you are using maven, add below to plugin option:

    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-javadoc-plugin</artifactId>
      <configuration>
        <stylesheetfile>path/to/your/resource/dracula-javadoc8.css</stylesheetfile>
        ...
      </configuration>
    </plugin>

Stay up to date

Get updates about this theme and more. 7,399 people enjoy it.

Contributors

This theme wouldn't exist without these people. Wanna help too? Check the repository on GitHub.

  • allanim
  • zenorocha
Edit this documentation on GitHub.

Made with by Zeno Rocha
under MIT license