Add src/main/java/dev/sillyangel/calc/themes/MacDarkRed
Some checks failed
Build the Jar / build (push) Failing after 5s
Some checks failed
Build the Jar / build (push) Failing after 5s
This commit is contained in:
14
src/main/java/dev/sillyangel/calc/themes/MacDarkRed
Normal file
14
src/main/java/dev/sillyangel/calc/themes/MacDarkRed
Normal 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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user