Geo
Geo

Reputation: 13026

Edit current theme in SublimeText3?

I remember being able to edit ST2 tabs colors and what not. How is it done in ST3 though?

Upvotes: 0

Views: 137

Answers (2)

Lope
Lope

Reputation: 42

For ST3

  1. Backup Packages/Color Scheme - Default.sublime-package
  2. Open Packages/Color Scheme - Default.sublime-package in some kind of archive manager program. (make sure you have write permissions)
  3. Copy out the theme file you want to edit.
  4. Edit the theme file.
  5. Overwrite the theme file inside the Archive.
  6. Restart Sublime
  7. Smile

Upvotes: 0

skuroda
skuroda

Reputation: 19754

I'd recommend copying the theme file to your user folder, then making the modifications there. Then, you can manually choose your custom version. Alternatively, you can override files in the packages folder. To assist with this, you can use PackageResourceViewier. I wrote it to help with viewing/overriding packages in ST3. With that being said, I haven't tried to edit theme files, so it may handle things in an odd way. So, I'd again recommend the first option of copying out the theme file, then manually choosing it.

For a reference on how to change the theme in your settings, see here.

Upvotes: 1

Related Questions