Skip to content

Instantly share code, notes, and snippets.

@danielsayidi
Created August 18, 2018 11:22
Show Gist options
  • Save danielsayidi/6ce8eba070733770a45325a67bb76235 to your computer and use it in GitHub Desktop.
Save danielsayidi/6ce8eba070733770a45325a67bb76235 to your computer and use it in GitHub Desktop.
Sublime text for better UI
[
{
"class": "sidebar_label",
"color": [250, 250, 250],
//"shadow_color": [0, 0, 0],
//"shadow_offset": [0, -1],
"font.size": 15.5,
//"font.italic": true,
"font.bold": false,
"font.face": "San Francisco Display",
},
{
"class": "tab_label",
"font.size": 14,
"font.bold": true,
"font.face": "Ubuntu"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment