neilcsmith-net commented on PR #3115:
URL: https://github.com/apache/netbeans/pull/3115#issuecomment-1166298013

   Incidentally, I just had a play with the existing theme files, and it 
certainly seems feasible to address some of the concerns with a few property 
tweaks in the themes?
   
   
![flatlaf](https://user-images.githubusercontent.com/3975960/175777587-e747c850-49db-45e6-a154-7a57c0452a00.png)
   
   ```
   EditorTab.background=@background
   EditorTab.foreground=@foreground
   EditorTab.activeBackground=darken(@background,20%)
   EditorTab.activeForeground=@foreground
   EditorTab.selectedBackground=@background
   EditorTab.selectedForeground=@foreground
   EditorTab.hoverBackground=#FFF
   EditorTab.hoverForeground=@foreground
   EditorTab.attentionBackground=#E6C840
   EditorTab.attentionForeground=#000
   EditorTab.underlineColor=$TabbedPane.underlineColor
   EditorTab.inactiveUnderlineColor=$TabbedPane.underlineColor
   EditorTab.underlineHeight=3
   EditorTab.underlineAtTop=true
   TabbedContainer.editor.contentBorderColor=@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.

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