Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Michel committed Mar 7, 2017
1 parent 423a463 commit 2efd59a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ Open your preferences `Preferences` > `Setting - User` and add this lines:

```json
"color_scheme": "Packages/Theme - One Dark/One Dark.tmTheme",
"theme": "One Dark.sublime-theme",
// This line is just for Sublime Text 2
"sublime_text_2": true,
"theme": "One Dark.sublime-theme"
```

## Recommended settings
#### For Sublime Text 2
```json
"sublime_text_2": true
```
### Recommended settings
```json
"animation_enabled": false,
"caret_extra_bottom": 1,
Expand All @@ -45,7 +47,7 @@ Open your preferences `Preferences` > `Setting - User` and add this lines:
"scroll_past_end": false
```

## Optional settings
### Optional settings
```json
"show_scroll_tabs": true,
"show_tabs_dropdown": true
Expand Down

0 comments on commit 2efd59a

Please sign in to comment.