Skip to content

Commit

Permalink
feat: updated readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Jan 19, 2019
1 parent 24fe834 commit bc102ed
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"theme": "Meetio.sublime-theme",
```

### Theme options
### Theme Settings

```json
// Tabs
Expand All @@ -78,6 +78,19 @@
"meetio_statusbar_big" : true // Set status bar big
```

### Theme Configurations
Meetio provides a bunch of variables to improve your experience with theming.

```json
{
"variables": {
"color_accent": "#6772e4",
"status_bar_background_color": "#6772e4",
"status_bar_label_foreground_color": "#fff",
}
}
```

### Recommended settings for a better experience:

```json
Expand Down

0 comments on commit bc102ed

Please sign in to comment.