If you want to change sublime selected tab color in order to achieve this:
You must follow these steps:
- Got to: Preference->Browse Packages..
- In the packages windows , go to the folder User/
- Create a new file called "Default.sublime-theme"
- Open the file Default.sublime-theme and add the following code:
[{"class": "tab_control", "attributes": ["selected", "file_medium_dark"],"tint_modifier": [91,123,33]}]
- Save the changes and see the result immediately
¡Qué calidad! Buena onda, gracias.
ReplyDelete