Darculafx
JavaFX darcula theme
Install / Use
/learn @mouse0w0/DarculafxREADME
darculafx
JavaFX darcula theme.
Usage
1 Add dependency
<details> <summary>Maven</summary><dependency>
<groupId>com.github.mouse0w0</groupId>
<artifactId>darculafx</artifactId>
<version>11.0.0</version>
</dependency>
</details>
<details>
<summary>Gradle</summary>
1 Add the Central repository to your build file
repositories {
mavenCentral()
}
2 Add the dependency
dependencies {
implementation 'com.github.mouse0w0:darculafx:11.0.0'
}
</details>
2 Apply theme
You can either apply the style to the scene…
DarculaFX.applyDarculaStyle(scene);
…or apply the style to specific components.
DarculaFX.applyDarculaStyle(button);
Screenshots

