mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
FlatPropertiesLaf: support macOS themes as base themes
This commit is contained in:
@@ -241,7 +241,7 @@ class FlatThemePropertiesSupport
|
||||
}
|
||||
|
||||
static boolean isDark( String baseTheme ) {
|
||||
return "dark".equals( baseTheme ) || "darcula".equals( baseTheme );
|
||||
return "dark".equals( baseTheme ) || "darcula".equals( baseTheme ) || "macdark".equals( baseTheme );
|
||||
}
|
||||
|
||||
private String getBaseTheme() {
|
||||
|
||||
Reference in New Issue
Block a user