Skip to content

Instantly share code, notes, and snippets.

@vampirepapi
Created August 14, 2022 17:08
Show Gist options
  • Save vampirepapi/3e0c9d28ee1be15ce113718bec70f545 to your computer and use it in GitHub Desktop.
Save vampirepapi/3e0c9d28ee1be15ce113718bec70f545 to your computer and use it in GitHub Desktop.
// Documentation at https://www.sublimetext.com/docs/themes.html
{
"variables":
{
},
"rules":
[
{
"class": "sidebar_heading",
"color": "#707a8c",
"font.bold": true,
"font.size": 14
},
{
"class": "sidebar_label",
"fg": "#707a8c",
"font.size": 16
},
{
"class": "tab_label",
"fg": "#707a8c",
"font.italic": false,
"font.bold": false,
"font.size": 16
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment