Class “sheet container” in Sublime Text 3
问题 (English is not my native language, PROMT translate) Hello. I study the page Default.sublime-theme. There are lines: { "class": "sheet_container_control", "layer0.tint": [64, 64, 64], "layer0.opacity": 1.0 }, To what element the class sheet_container_control sets properties? Where I can see this element? Thanks. 回答1: The sheet_container_control is the setting for an empty window's background. See the Soda theme for descriptions of the various controls. 来源: https://stackoverflow.com/questions