I’ve read the documentation here:
https://www.sublimemerge.com/docs/themes
And I’ve been able to achieve some of the customization I want, but in most cases, I can’t find which class name I need in order to change a section of the interface. I’m manly just trying to make the background of the summary tab a bit darker, but so it still looks nice; I’ve been able to color the main section how I want with this rule:
{
"class": "details_panel",
"layer0.tint": "#23282E",
},
And I have changed a few other backgrounds similarly, but I can’t seem to find the right class name to change other areas, like the background of the commit message typing box.
Does anyone have some sort of map to reference this? even just an annotated screenshot?
I think having themes available would be fantastic and encourage users to buy more licenses (I have a license) but as it is right now it seems super difficult to find the class names you need.