You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/02/06 22:28:02 UTC

[GitHub] [netbeans] DevCharly opened a new pull request #1930: [NETBEANS-3428] FlatLaf Dark: fix text color when using project colored tab

DevCharly opened a new pull request #1930: [NETBEANS-3428] FlatLaf Dark: fix text color when using project colored tab
URL: https://github.com/apache/netbeans/pull/1930
 
 
   If option "same background color for files from the same project" (Options > Appearance > Document Tabs) is enabled, editor tabs have different background colors, but the text color was always black. This PR changes the text color for FlatLaf Dark to (nearly) white to make it consistent with other text and maybe easier to read. Other LAFs are not affected.
   
   Before (3 files from 3 projects):
   ![image](https://user-images.githubusercontent.com/5604048/73983546-fb377a00-4936-11ea-9c57-c4b4436b6570.png)
   
   After:
   ![image](https://user-images.githubusercontent.com/5604048/73983564-012d5b00-4937-11ea-9eac-26510bf4eb55.png)
   
   The change in `FlatLaf.properties` scales the "underline" height of selected editor tab (in multi-tabs) in Java 8 on HiDPI screens.
   
   Before (Java 8 at 150%):
   ![image](https://user-images.githubusercontent.com/5604048/73983836-a6483380-4937-11ea-8066-403d10a49b3c.png)
   
   After:
   ![image](https://user-images.githubusercontent.com/5604048/73983851-ac3e1480-4937-11ea-850c-2600c2adc279.png)
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] ebarboni merged pull request #1930: [NETBEANS-3428] FlatLaf Dark: fix text color when using project colored tab

Posted by GitBox <gi...@apache.org>.
ebarboni merged pull request #1930: [NETBEANS-3428] FlatLaf Dark: fix text color when using project colored tab
URL: https://github.com/apache/netbeans/pull/1930
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] ebarboni commented on issue #1930: [NETBEANS-3428] FlatLaf Dark: fix text color when using project colored tab

Posted by GitBox <gi...@apache.org>.
ebarboni commented on issue #1930: [NETBEANS-3428] FlatLaf Dark: fix text color when using project colored tab
URL: https://github.com/apache/netbeans/pull/1930#issuecomment-583157849
 
 
   looks ok merging

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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