Skip to content

Commit

Permalink
updating readme and install instructions for the new syntax colors
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthatguy committed Dec 23, 2013
1 parent 73aacbf commit 466f924
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ Select `itg.dark` or `itg.light` from `Preferences > Color Scheme > Theme - itg.
or add this to your `Preferences.sublime-settings` file:

```javascript
"color_scheme": "Packages/Theme - itg.flat/itg.Monokai.tmTheme",
// for a dark theme use:
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",

// for a light theme use:
"color_scheme": "Packages/Theme - itg.flat/itg.light.tmTheme",
```


Expand Down
6 changes: 5 additions & 1 deletion messages/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ Select `itg.dark` or `itg.light` from `Preferences > Color Scheme > Theme - itg.

or add this to your `Preferences.sublime-settings` file:

"color_scheme": "Packages/Theme - itg.flat/itg.Monokai.tmTheme",
// for a dark theme use:
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",

// for a light theme use:
"color_scheme": "Packages/Theme - itg.flat/itg.light.tmTheme",


##### Additional Settings:
Expand Down

0 comments on commit 466f924

Please sign in to comment.