How to change Sublime Text 2 selected tab color

后端 未结 7 1046
天命终不由人
天命终不由人 2020-12-23 20:12

I like the Sublime Text 2 default color scheme Monokai alot. The only problem is the tab colors, the selected tabs and the rest of the tabs all look the sam

相关标签:
7条回答
  • 2020-12-23 21:17

    To change Selected tab title color, edit :

    Packages/Theme - Default/Default.sublime-theme (as said Romain)

    Then search for the comment Tab Labels and change the fg attributes of the classes that contain selected from 255, 255, 255 to your new color (255, 0,0 for red).

    0 讨论(0)
提交回复
热议问题