Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我们在 SublimeText2 中打开多个文件时,当前显示文件的选项卡比其他选项卡更暗/更亮。我的问题是,我看不到它——阴影差异太小了。
文件中键的名称是什么.tmTheme,所以我可以使它更具对比性?还是只是我无法影响的硬编码效果?
.tmTheme
标签颜色由 .sublime-theme 中的图像设置。您关注的类/属性是
{ "class": "tab_control", "attributes": ["selected"], "layer0.texture": "//IMAGE TO USE AS BACKGROUND FOR TAB//", "layer1.opacity": 0.0 }
但是"class": "tab_control"可以自定义任何属性。
"class": "tab_control"