Update src/main/java/dev/sillyangel/calc/themes/MacDarkRed.java
All checks were successful
Build the Jar / build (push) Successful in 7s
All checks were successful
Build the Jar / build (push) Successful in 7s
This commit is contained in:
@@ -2,17 +2,17 @@ package dev.sillyangel.calc.themes;
|
||||
|
||||
import com.formdev.flatlaf.themes.FlatMacDarkLaf;
|
||||
|
||||
public class MacDarkBlue extends FlatMacDarkLaf {
|
||||
public static final String NAME = "MacDarkBlue";
|
||||
|
||||
public class MacDarkRed extends FlatMacDarkLaf {
|
||||
public static final String NAME = "MacDarkRed";
|
||||
|
||||
public static boolean setup() {
|
||||
return setup( new MacDarkBlue() );
|
||||
return setup( new MacDarkRed() );
|
||||
}
|
||||
|
||||
|
||||
public static void installLafInfo() {
|
||||
installLafInfo( NAME, MacDarkBlue.class );
|
||||
installLafInfo( NAME, MacDarkRed.class );
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return NAME;
|
||||
|
||||
Reference in New Issue
Block a user