Skip to content

mouse0w0/darculafx

Repository files navigation

darculafx

Maven Central

JavaFX darcula theme.

Usage

1 Add dependency

Maven
<dependency>
    <groupId>com.github.mouse0w0</groupId>
    <artifactId>darculafx</artifactId>
    <version>11.0.0</version>
</dependency>
Gradle

1 Add the Central repository to your build file

	repositories {
		mavenCentral()
	}

2 Add the dependency

	dependencies {
	        implementation 'com.github.mouse0w0:darculafx:11.0.0'
	}

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

1 2 3 4