Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Last active February 16, 2021 17:50
Show Gist options
  • Save frankyonnetti/3d629c418afe72153d28cc5b234ec7e7 to your computer and use it in GitHub Desktop.
Save frankyonnetti/3d629c418afe72153d28cc5b234ec7e7 to your computer and use it in GitHub Desktop.
Sublime Text theme overrides — Bold selected tab labels #sublime
[
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"font.bold": true,
}
]
@frankyonnetti
Copy link
Author

Depending on theme used, name the above gist file to one of the following:

  • Gravity.sublime-theme
  • Gravity One.sublime-theme
  • Reverse Gravity.sublime-theme

Then place it in your Sublime Text 3/Packages/User directory by selecting "Browse Packages..." menu under preferences in Sublime Text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment