azuredatastudio
azuredatastudio copied to clipboard
Allow themeing of query results grid
currently we can edit the selected themes colors for specific elements in our user settings; suggestion is to allow editing the colors of query results grid elements as well.
e.g.
{
"workbench.colorCustomizations": {
"[Default Dark Azure Data Studio]": {
"queryResultsGrid.border": "#3b3b3b"
}
}
}
I am surprised that this seems impossible. The fixed color of "silver" is acceptable with light themes, but is way too obtrusive with dark themes. Dark mode is one of the main reasons I want to switch from SSMS.
I would like to turn the borders off (set them to transparent). The only way I can do this (to my knowledge) is by using jQuery in the console window: $('.slick-cell').css({ border: 0 }).
Yes, it's just awful. And still can't be changed through settings?
Is there a way to have the results color coded by data type? I would love it all the integers were shown in blue color and text in green, dates in orange etc ...
Any progress on allowing the results grid to be themed? I have a light theme where the selected value in the results grid isn't visible due to the dark blue color of the selection.
My issue was fixed by setting the "list.focusAndSelectionBackground" value for the theme.