Hi,
After a while with the white background of the Looker IDE I became snow blind so here is a small css hack to have a Jet Brains (PHP Storm, PyCharm) like look.
If you use Chrome install the plugin “Stylish” (similiar plugins available for other browsers).
Create a new style:
Enter the following to the editor:
.ace_content {
-webkit-filter: invert(100%);
background: rgb(253, 253, 253);
}
At the bottom apply your proper domain/URL or regex
The outcome looks the following: