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 Dec 31, 2018
1 parent 30902a6 commit b133ce9
Showing 1 changed file with 32 additions and 7 deletions.
39 changes: 32 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,44 @@
# Meetio Theme

## Installation

1. Open package control `tools``Command Palette` and type `Install Package`
2. Search for Meetio and press enter

You can also manually activate this theme by adding these lines to your user settings (**Preferences > Settings - User**):

### Meetio Theme Light

```json
"color_scheme": "Packages/Meetio Theme/schemes/Meetio-Light.tmTheme",
"color_scheme": "Packages/Meetio/schemes/Meetio-Light.tmTheme",
"theme": "Meetio.sublime-theme",
```

#### Theme options
### Theme options

#### Tabs

```json
{
"meetio_tabs_autowidth": true,
"meetio_tabs_large": true,
"meetio_tabs_selected_bold": true
}
```

#### Sidebar

```json
{
"meetio_sidebar_font_big": true,
"meetio_sidebar_large": true
}
```

#### Other

```json
"meetio_tabs_autowidth": true,
"meetio_tabs_large": true,
"meetio_tabs_selected_bold": true,
"meetio_titlebar": true,
{
"meetio_titlebar": true
}
```

0 comments on commit b133ce9

Please sign in to comment.