How do I edit the Solarized (Light) theme in Sublime Text 3

后端 未结 6 1700
慢半拍i
慢半拍i 2020-12-07 09:22

I am trying to edit some of the syntax colours in Sublime Text 3. I\'m using the Solarized (Light) built in colour scheme but I only want to change a few of the colours. Whe

6条回答
  •  Happy的楠姐
    2020-12-07 09:45

    I'd recommend using PackageResourceViewer to open the file. You could make your modifications there, and it would save in the proper location to override the built in files. However, I would recommend copying the contents of the file and creating a custom version in your User folder. That way, you can easily move it around and modify it without worrying about the built in color schemes.

    The default color scheme files are located in Color Schemes - Default.sublime-package. In ST2, this was extracted to Packages/Color Scheme - Default. PackageResourceViewer will display these folders (as they would normally appear in the Packages folder in ST2. You could navigate to your color scheme from that.

提交回复
热议问题