fentie / netbeans-colors-solarized

Solarized Dark color scheme, implemented for NetBeans
http://ethanschoonover.com/solarized
226 stars 36 forks source link

many highlight colors don't work with solarized dark #12

Open sandover opened 12 years ago

sandover commented 12 years ago

I'm not sure which ones yet, since it's somewhat difficult to suss them out, but some forms of highlighting (such as light yellow) make it impossible to read light text.

fentie commented 12 years ago

Can you give any specific examples? I'm happy to have a look but I need a bit more to go on. If you like you can even paste in a code snippet and say what you had your cursor on or what you had in the Find box. That would narrow it down considerably.

sandover commented 12 years ago

A couple examples:

  1. Breakpoints. There are what seem like dozens of flavors of breakpoint style, most of which have a pale pink background.
  2. Marked occurrences of the same symbol the cursor is on have a light yellow background. After some Googling, I learned that this style can't be customized, and "Mark Occurences" just has to be turned off in a separate part of the preferences.
luislobo commented 12 years ago

For breakpoints I have set this color in the background and looks nice. Its a variation of Base02: #073642; The color itself I used is: #503642, that is, I added more red to it, making it "dark", but lets you know that its a "breakpoint" because of the "redish" background. The option I changed is the one that is in Options>Fonts&Colors>Annotations tab, Breakpoint item, Background Color [80, 54, 66]