I installed the Soda Theme on Sublime Text 3 on OSX and I was wondering where are the actual files and folder to the theme that way I could look at the theme file and make my own edits to it, along with I would like to adjust a few of the images used in the theme.
On the Git documents it says if you are to manually install Soda on Sublime you place the soda folder in the package directory, although when I install Soda via Control Package I don't see the Soda theme in package directory.
Unless explicitly designated to not use it, most packages for Sublime Text 3 use the
.sublime-packageformat (essentially a zip file). These packages are stored one directory up from thePackagesfolder, inInstalled Packages. If you want to work with them, I highly recommend getting thePackageResourceViewerplugin by @skuroda. Install it via Package Control.Once installed, open the command palette with ⌘⇧P and type
prvto get the PackageResourceViewer options. ChooseExtract Package, navigate down toTheme - Soda, hit Enter, and you're all set - the directoryPackages/Theme - Sodashould now exist with all the files from the Github repo in it. The.sublime-themefiles will probably be the ones you're most interested in for now.Have fun!