Add src/main/java/dev/sillyangel/calc/themes/MacDarkRed
Some checks failed
Build the Jar / build (push) Failing after 5s

This commit is contained in:
2025-12-15 12:02:46 -06:00
parent 44b8e74d56
commit 201c73a854

View File

@@ -0,0 +1,14 @@
package dev.sillyangel.calc.themes;
import com.formdev.flatlaf.themes.FlatMacDarkLaf;
public class MacDarkRed extends FlatMacDarkLaf {
public static boolean setup() {
return setup( new MacDarkRed());
}
@Override
public String getName() {
return "MacDarkRed";
}
}