Created
July 6, 2017 07:53
-
-
Save leduchung/5f40d5f3b2778d343af4d950a4b8deaf to your computer and use it in GitHub Desktop.
editor.change-sublime-tab-color
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
1 Inside of Sublime Text go to Preferences > Browse packages | |
2 Navigate to the User folder. | |
3 There you create a file called Default.sublime-theme | |
4 Open that file in Sublime Text and copy and paste the following JSON object: | |
[ | |
{"class": "tab_control", "attributes": ["selected", "file_medium_dark"],"tint_modifier":[255, 255, 255, 80]} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment