eirikbakke commented on code in PR #4335:
URL: https://github.com/apache/netbeans/pull/4335#discussion_r915821298


##########
platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties:
##########
@@ -22,6 +22,10 @@ nb.preferred.color.profile=FlatLaf Dark
 nb.errorForeground=#DB5860
 nb.warningForeground=@foreground
 
+# Keep the tree background at @background rather than the very slightly lighter
+# @componentBackground, to make the Projects/Files/Services and Navigator 
backgrounds connect
+# seamlessly with the background of their tab on top.
+Tree.background = @background

Review Comment:
   I now looked around in various dialog boxes, and tried with and without 
unified toolbar. No apparent problems from this adjustment. In any case it's 
only a slight color change from before. The previous definitions are in the 
upstream FlatLAF defaults, as follows:
   
   @componentBackground = tint(@background,5%)
   Tree.background = @componentBackground
   
   So setting Tree.background = @background just affects the 5% tint.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
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

Reply via email to