Skip to content

Commit

Permalink
feat: added new screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Jan 25, 2019
1 parent b977a21 commit 3304e1a
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
"theme": "Meetio.sublime-theme",
```

#### Meetio Palenight
<p align="center"><img src="public/screenshots/Meetio-Palenight.png" width="980"/></p>

```json
"color_scheme": "Packages/Meetio/schemes/Meetio-Palenight.sublime-color-scheme",
"theme": "Meetio.sublime-theme",
```

#### Meetio Ocean
<p align="center"><img src="public/screenshots/Meetio-Ocean.png" width="980"/></p>

Expand Down
Binary file modified public/screenshots/Meetio-Darker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/screenshots/Meetio-Default.png
Binary file not shown.
Binary file modified public/screenshots/Meetio-Lighter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/screenshots/Meetio-Ocean.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/Meetio-Palenight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/Meetio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions schemes/Meetio.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,31 @@
"tags_options" : "stippled_underline"
},
"rules": [
{
"foreground": "#ffffff",
"background": "#000000",
"scope": "col_gutter"
},
{
"foreground": "#F3F3F3FF",
"background": "#607A86FF",
"scope": "col_607A86FF"
},
{
"foreground": "#FBFBFBFF",
"background": "#6772E4FF",
"scope": "col_6772E4FF"
},
{
"foreground": "#AAAAAAFF",
"background": "#00000015",
"scope": "col_00000015"
},
{
"foreground": "#7F7F7FFF",
"background": "#FFFFFFFF",
"scope": "col_FFFFFFFF"
},
{
"name": "Comment",
"scope": "comment, punctuation.definition.comment",
Expand Down

0 comments on commit 3304e1a

Please sign in to comment.