Revivius / nb-darcula

Darcula LAF for NetBeans
278 stars 83 forks source link

Color blends #123

Closed rvillablanca closed 8 years ago

rvillablanca commented 8 years ago

Is there any posibility to change color of the text? (The text will be used literally)

search

markiewb commented 8 years ago

What exactly do you mean?

Saljack commented 8 years ago

It is help text under two inputs (Containing Text and File Name Patterns).

rvillablanca commented 8 years ago

In my screenshot the help text color is similar to the background color and sometimes it is dificult to view it.

I am using netbeans under debian linux. But in windows looks like different (showed in the @Saljack comment).

markiewb commented 8 years ago

The reason is in http://hg.netbeans.org/core-main/file/tip/api.search/src/org/netbeans/modules/search/BasicSearchForm.java not in the Darcula code.

.setForeground(SystemColor.controlDkShadow); is used several times. A better idea would be using disabled labels.

File an issue at https://netbeans.org/bugzilla/, set me to CC so that I can fix it later.

rvillablanca commented 8 years ago

I did not know how to copy you to the CC, but here is the bug.

https://netbeans.org/bugzilla/show_bug.cgi?id=267957

Thanks!

markiewb commented 8 years ago

https://netbeans.org/bugzilla/show_bug.cgi?id=267957 is fixed. But the change will not be included in the upcoming 8.2 release. But you will find it in the dev builds.

@Revivius: So please resolve as fixed.

rvillablanca commented 8 years ago

Too many thanks @Revivius @markiewb

Revivius commented 8 years ago

@rvillablanca , @markiewb closing as fixed as suggested.