This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 099f5b1 [NETBEANS-3739] FlatLaf: fix missing versioning colors for
modified/ignored files in FlatLaf Dark
new 700c560 Merge pull request #1919 from
DevCharly/flatlaf-dark-versioning-colors
099f5b1 is described below
commit 099f5b1b62bfc64eed5ff636ab8fcf71d142bff3
Author: Karl Tauber <[email protected]>
AuthorDate: Tue Feb 4 15:43:54 2020 +0100
[NETBEANS-3739] FlatLaf: fix missing versioning colors for modified/ignored
files in FlatLaf Dark
---
platform/openide.awt/src/org/openide/awt/HtmlLabelUI.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platform/openide.awt/src/org/openide/awt/HtmlLabelUI.java
b/platform/openide.awt/src/org/openide/awt/HtmlLabelUI.java
index d52ce95..26c70cd 100644
--- a/platform/openide.awt/src/org/openide/awt/HtmlLabelUI.java
+++ b/platform/openide.awt/src/org/openide/awt/HtmlLabelUI.java
@@ -408,7 +408,7 @@ class HtmlLabelUI extends LabelUI {
if (!replace) {
dif = difference(fg, bg);
- replace = dif < 80;
+ replace = dif < 60;
}
if (replace) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists