Skip to content

Commit

Permalink
All: Relocated theme folder from requiring 'Packages/User' to 'Packag…
Browse files Browse the repository at this point in the history
…es'. Please see project page for full details
  • Loading branch information
buymeasoda committed Jul 27, 2011
1 parent 17133a9 commit 00474f0
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 116 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@


Dark and light custom UI themes for Sublime Text 2. Dark and light custom UI themes for Sublime Text 2.


## PLEASE NOTE: Theme folder location has now been relocated from "Packages/User" to "Packages" in the latest update

The theme has now been updated to work when placed inside the **Packages** folder instead of inside **Packages/User**. If you have cloned the theme into the User folder, you will see a broken theme (with red backgrounds) on the next git pull. To correct this issue, move the Theme - Soda folder from inside User to inside Packages.

See [GitHub: Theme location issue](https://github.com/buymeasoda/soda-theme/issues/10) and [Sublime Forum: Theme location discussion](http://www.sublimetext.com/forum/viewtopic.php?f=2&t=2471&start=50#p11550) for more details.

## Design ## Design


![Soda Light Theme](http://buymeasoda.github.com/soda-theme/images/screenshots/soda-light-theme.png?v=2) ![Soda Light Theme](http://buymeasoda.github.com/soda-theme/images/screenshots/soda-light-theme.png?v=2)
Expand All @@ -10,19 +16,19 @@ Dark and light custom UI themes for Sublime Text 2.


## Installation ## Installation


If you are a git user, the best way to install the theme and keep up to date is to clone the repo directly into your `/Packages/User` directory in the Sublime Text 2 application settings area. If you are a git user, the best way to install the theme and keep up to date is to clone the repo directly into your `Packages` directory in the Sublime Text 2 application settings area.


### Using Git ### Using Git


Go to your Sublime Text 2 `Packages/User` directory and clone the theme repository using the command below: Go to your Sublime Text 2 `Packages` directory and clone the theme repository using the command below:


git clone https://github.com/buymeasoda/soda-theme/ "Theme - Soda" git clone https://github.com/buymeasoda/soda-theme/ "Theme - Soda"


### Download Manually ### Download Manually


* Download the files using the .zip download option * Download the files using the .zip download option
* Unzip the files and rename the folder to `Theme - Soda` * Unzip the files and rename the folder to `Theme - Soda`
* Copy the folder to your Sublime Text 2 `Packages/User` directory * Copy the folder to your Sublime Text 2 `Packages` directory
* Open your Sublime Text 2 User Global Preferences file `Sublime Text 2 -> Preferences -> User Global Settings` * Open your Sublime Text 2 User Global Preferences file `Sublime Text 2 -> Preferences -> User Global Settings`
* Add (or update) your theme entry to be `"theme": "Soda Light.sublime-theme"` or `"theme": "Soda Dark.sublime-theme"` * Add (or update) your theme entry to be `"theme": "Soda Light.sublime-theme"` or `"theme": "Soda Dark.sublime-theme"`


Expand Down
Loading

0 comments on commit 00474f0

Please sign in to comment.