Vault7: CIA Hacking Tools Revealed
Navigation: » Directory » Android » Android » How-to articles
Configuring the Font for the sidebar in Sublime
Create:
~/.config/sublime-text-3/Packages/User/Default.sublime-theme
[
{
"class": "sidebar_label",
"color":
[
0,
0,
0
],
"font.bold": false,
"font.size": 18,
"font.face": "Arial"
}
]
Edit the font settings accordingly.