[ 
https://issues.apache.org/jira/browse/NETBEANS-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17061871#comment-17061871
 ] 

Karl Tauber commented on NETBEANS-3942:
---------------------------------------

There is an additional storage for some editor colors in directory 
'testuserdir/config/Editors/AnnotationTypes'. E.g. breakpoint background color 
is stored in 'testuserdir/config/Editors/AnnotationTypes/Breakpoint.xml' in 
'<type ... highlight="0x4b1919" ....>'.

Invoking 'ColorModel.setCurrentProfile("new color profile")', as done in 
LafPanel when restarting with a new Laf and color profile, does not update the 
editor storage.

It is necessary to invoke 'ColorModel.setAnnotations("new color profile", 
annotations)' as well. This is also done in Options dialog when switching color 
profile.

> Breakpoint background color in FlatLaF prevents reading text
> ------------------------------------------------------------
>
>                 Key: NETBEANS-3942
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3942
>             Project: NetBeans
>          Issue Type: Bug
>    Affects Versions: 11.3
>            Reporter: Jaroslav Tulach
>            Assignee: Karl Tauber
>            Priority: Minor
>         Attachments: image-2020-03-17-18-16-27-097.png, nb-breakpoints.png
>
>
> I am trying NetBeans 11.3 and FlatLaF dark and I have a feeling that colors 
> of various debugging background lines were not adjusted. At least I have hard 
> time reading text under a breakpoint (too red) or current line (too green).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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