Revivius/nb-darcula

SQL results output is not good readable

Chris2011 opened this issue · 6 comments

As you can see it here:
sql-output the lines are to bright, the text is a bit darker than the lines and you have the even/odd color changing of the rows, which is in general good but in this case it is not as good as readable. I prefer the DataGrip view more:
sql-output-datagrip this is better readable. It is not that it should look like DataGrip in general, the problem is the readability of the table.

Another suggestion is to remove the linear gradient from the column heads. This has nothing todo with readability.

For more NetBeans laf I would prefer to have the same style as inside the results window of the profiler:
profiler-table enough readable. So please adapt the style from the table of the profiler results window.

I noticed this myself too.
I also noticed that the styling of the SQL result table changed in NetBeans 8.2.
The table border lines in NetBeans 8.1 are dark grey (or black, I don't remember precisely).

I suspect there are some new hardcoded colors in NetBeans code.
Let's see what @Revivius says.

@Chris2011, @AlexFalappa I have just checked and confirm that colors in SQL results table changed. Lets see what is causing this.

Anything new here?

@Chris2011, @AlexFalappa It looks like there were a couple changes to better support dark themes in db.dataview module in NB 8.2. I hope grid and edited value colors are better now:

sql-results

Remove gadient from column headers would be too much effort. Closing the issue, please reopen if you have further suggestions.