/soda-minimal-theme

Dark and light minimal custom UI themes for Sublime Text

Soda Theme

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

Main Project site: http://buymeasoda.github.com/soda-theme/

Installation

Soda theme is designed to work with the latest development builds of Sublime Text, including Sublime Text 2 and Sublime Text 3.

Using Git

Alternatively, if you are a git user, you can install the theme and keep up to date by cloning the repo directly into your Packages directory in the Sublime Text application settings area.

You can locate your Sublime Text Packages directory by using the menu item Preferences -> Browse Packages....

While inside the Packages directory, clone the theme repository using the command below:

git clone git://github.com/M4Gd/soda-minimal-theme.git "Theme - Soda"

Download Manually

  • Download the files using the GitHub .zip download option
  • Unzip the files and rename the folder to Theme - Soda
  • Find your Packages directory using the menu item Preferences -> Browse Packages...
  • Copy the folder into your Sublime Text Packages directory

Activating the theme

To configure Sublime Text to use the theme, follow the instructions below for your specific version.

Sublime Text 2

  • Open your User Settings Preferences file Sublime Text 2 -> Preferences -> Settings - User
  • Add (or update) your theme entry to be "theme": "Soda Minimal Light.sublime-theme" or "theme": "Soda Minimal Dark.sublime-theme"
  • Add (or update) your color scheme entry to be "color_scheme": "Packages/Theme - Soda/Brackets (Day).tmTheme" or "color_scheme": "Packages/Theme - Soda/Brackets (Night).tmTheme"

Example Sublime Text 2 User Settings

{
    "theme": "Soda Minimal Light.sublime-theme",
    "color_scheme": "Packages/Theme - Soda/Brackets (Day).tmTheme"
}

Sublime Text 3

  • Open your User Settings Preferences file Sublime Text -> Preferences -> Settings - User
  • Add (or update) your theme entry to be "theme": "Soda Minimal Light.sublime-theme" or "theme": "Soda Minimal Dark.sublime-theme"
  • Add (or update) your color scheme entry to be "color_scheme": "Packages/Theme - Soda/Brackets (Day).tmTheme" or "color_scheme": "Packages/Theme - Soda/Brackets (Night).tmTheme"

Example Sublime Text 3 User Settings

{
    "theme": "Soda Minimal Light.sublime-theme",
    "color_scheme": "Packages/Theme - Soda/Brackets (Day).tmTheme",
}

Theme Customisation

Sublime Text provides an elegant way to tweak existing themes without having to duplicate or maintain a separate copy of the original theme. If there are aspects of Soda Theme that you would like to adjust, take a look at the theme customisation wiki page.

License

Soda Theme is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. You are free to share and remix the theme, however please abide by the license terms when doing so.

The following details apply to the Creative Commons license "author specified" components:

  • Attribution example: Based on Soda Theme by Ian Hill (http://buymeasoda.com/)

  • Naming guidelines: If you create and distribute a derivative theme, please give your theme a unique and original name that does not directly include "Soda Theme" (or a close variant) in the main project title, repo name or Package Control name.