diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties index 787ed262..d517569e 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties @@ -18,6 +18,23 @@ *.background=3c3f41 *.foreground=bbbbbb +*.textBackground=3c3f41 +*.textForeground=bbbbbb +*.caretForeground=bbbbbb +*.inactiveBackground=3C3F41 +*.inactiveForeground=bbbbbb +*.selectionBackground=4B6EAF +*.selectionForeground=bbbbbb + + +#---- system ---- + +control=3c3f41 +controlText=bbbbbb +infoText=bbbbbb +text=bbbbbb +textText=bbbbbb +window=3c3f41 #---- Label ---- diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLightLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLightLaf.properties index 8d2f8f3a..130ee3fa 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLightLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLightLaf.properties @@ -18,6 +18,23 @@ *.background=f2f2f2 *.foreground=000000 +*.textBackground=cccccc +*.textForeground=000000 +*.caretForeground=000000 +*.inactiveBackground=ffffff +*.inactiveForeground=777777 +*.selectionBackground=4A6EB7 +*.selectionForeground=ffffff + + +#---- system ---- + +control=e0e0e0 +controlText=000000 +infoText=000000 +text=000000 +textText=000000 +window=f2f2f2 #---- Label ----