SkillAgentSearch skills...

Darculafx

JavaFX darcula theme

Install / Use

/learn @mouse0w0/Darculafx
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

darculafx

Maven Central

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

1 2 3 4

View on GitHub
GitHub Stars49
CategoryDevelopment
Updated5mo ago
Forks12

Languages

CSS

Security Score

92/100

Audited on Oct 25, 2025

No findings