You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/02/04 16:06:36 UTC

[netbeans] branch master updated: [NETBEANS-3739] FlatLaf: fix missing versioning colors for modified/ignored files in FlatLaf Dark

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 <ka...@jformdesigner.com>
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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists