修改sublime默认的 选中文本颜色

441 阅读1分钟

下载了一个主题,希望能修改选中的文本时的颜色, 由于sublime自带的color scheme选中时太暗

非常不容易区分。下载的theme  为 nexus

利用rar或者7z打开, 

修改*.tm theme文件中的selection,为想要的颜色, 就可以了,然后保存重新打开sublime

    <dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#2B2B2B</string>
<key>caret</key>
<string>#FFFFFF</string>
<key>foreground</key>
<string>#E6E1DC</string>
<key>invisibles</key>
<string>#404040</string>
<key>lineHighlight</key>
<string>#333435</string>
<key>selection</key>
<string>#33FFFFFF</string>
</dict>
</dict>

后记: 

    忽然发现一个好用的package, packageresourceviewer, 可以更改的更快, ctrl+shift+p执行package就能看见了


对应下面几个button的颜色


从网上偷了几个推荐的主题:
Nexus Theme


Pseudo OSX theme


Flatland Theme

Reeder Theme