SQL results output is not good readable
Chris2011 opened this issue · 6 comments
As you can see it here:
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:
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.
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:
Remove gadient from column headers would be too much effort. Closing the issue, please reopen if you have further suggestions.