Sublime Text 2 : colour of edited file tab?

前端 未结 3 1088
花落未央
花落未央 2021-01-31 07:45

I see that the Sublime Text theme (.config/sublime-text-2/Packages/Theme - Default/Default.sublime-theme) can be edited to make the open tab more obvious.

For that I use

3条回答
  •  忘了有多久
    2021-01-31 08:26

    This is the best solution I have found: https://coderwall.com/p/jg4kog

    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]
    }]
    

提交回复
热议问题