DevCharly commented on a change in pull request #2699:
URL: https://github.com/apache/netbeans/pull/2699#discussion_r562948271



##########
File path: 
platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties
##########
@@ -67,6 +67,10 @@ 
SlidingButton.attentionForeground=$ViewTab.attentionForeground
 PropSheet.setBackground=darken(@background,10%)
 PropSheet.setForeground=@foreground
 
+# Start Page
+nb.startpage.topbar.background=darken($TabbedPane.focusColor, 25%)
+nb.startpage.tab.border1.color=darken($TabbedPane.focusColor, 25%)
+nb.startpage.tab.border2.color=darken($TabbedPane.focusColor, 25%)

Review comment:
       Better use this to give tab borders same color as background:
   ~~~
   nb.startpage.tab.border1.color=$nb.startpage.topbar.background
   nb.startpage.tab.border2.color=$nb.startpage.topbar.background
   ~~~




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

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