From 647bde2e5ed1bad4ecd55dde82378a14f14cb47a Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Tue, 20 Aug 2019 09:31:12 +0200 Subject: [PATCH] global and system colors added --- .../com/formdev/flatlaf/FlatDarkLaf.properties | 17 +++++++++++++++++ .../com/formdev/flatlaf/FlatLightLaf.properties | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) 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 ----