Skip to content

Instantly share code, notes, and snippets.

@visioncan
Created July 7, 2015 01:57
Show Gist options
  • Save visioncan/b7c26d683f8acd0d5073 to your computer and use it in GitHub Desktop.
Save visioncan/b7c26d683f8acd0d5073 to your computer and use it in GitHub Desktop.
Sublime text theme use SanFranciscoDisplay font face
//========================================================
// TAB LABELS
//--------------------------------------------------------
{
"class": "tab_label",
"fade": true,
"fg": [170,170,170],
"font.face": "SanFranciscoDisplay-Regular"
},
// Sidebar heading
{
"class": "sidebar_heading",
"color": [200,200,200],
"font.bold": true,
"font.face": "SanFranciscoDisplay-Regular"
},
// Sidebar files
{
"class": "sidebar_label",
"color": [170,170,170],
"font.face": "SanFranciscoDisplay-Regular"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment