Last active
February 16, 2021 17:50
-
-
Save frankyonnetti/3d629c418afe72153d28cc5b234ec7e7 to your computer and use it in GitHub Desktop.
Sublime Text theme overrides — Bold selected tab labels #sublime
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"class": "tab_label", | |
"parents": [{"class": "tab_control", "attributes": ["selected"]}], | |
"font.bold": true, | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depending on theme used, name the above gist file to one of the following:
Then place it in your
Sublime Text 3/Packages/User
directory by selecting "Browse Packages..." menu under preferences in Sublime Text.