sublimetext2 - What is the key name responsible for the active tab's color? -
when open multiple files in sublimetext2, tab of displayed file bit darker/lighter rest. problem is, cannot see — shade difference small.
what name of key in .tmtheme
file, make more contrasting? or hard-coded effect can't influence?
tab colors set images in .sublime-theme. class/attribute concerned is
{ "class": "tab_control", "attributes": ["selected"], "layer0.texture": "//image use background tab//", "layer1.opacity": 0.0 }
but of "class": "tab_control"
properties can customized.
Comments
Post a Comment