Translate

Friday, February 26, 2016

Sublime | How to change selected tab color





If you want to change sublime  selected tab color  in order to achieve this:


You must follow  these steps:
  1. Got to:  Preference->Browse Packages..
  2. In the  packages windows , go to the folder User/
  3. Create a new file called "Default.sublime-theme"
  4. Open the file Default.sublime-theme and add the following code:
      
    [{"class": "tab_control", "attributes": ["selected", "file_medium_dark"],"tint_modifier": [91,123,33]}]
    
    
  5. Save the changes and see the result immediately

1 comment: