gc5*_*gc5 6 fonts statusbar ubuntu-12.04 sublimetext3
我正在寻找一种方法来改变Sublime Text 3的状态栏的字体.有没有办法做到这一点?我尝试更改系统字体(我在Ubuntu 12.04上),通过Google搜索没有给我任何提示..
谢谢
Ser*_*sky 15
它只能在.sublime-theme文件中执行:
// Status bar label
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"color": [140,140,140],
"font.size": 11,
"font.face": "Droid Sans Mono"
},
Run Code Online (Sandbox Code Playgroud)