Skip to content

Commit

Permalink
fix: readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Apr 6, 2019
1 parent 51303b1 commit 9f9431c
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Meetio provides a bunch of variables to improve your experience with theming.
{
"variables": {
"colorAccent": "#6772e4",
"statusBarBackground": "#6772e4",
"statusBarLabelColor": "#fff"
"statusbarBackground": "#6772e4",
"statusbarLabelColor": "#fff"
}
}
```
Expand Down
50 changes: 50 additions & 0 deletions schemes/Meetio-Palenight.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,56 @@
"tags_foreground": "var(pink)"
},
"rules": [
{
"foreground": "#FBFBFBFF",
"background": "#6772E4FF",
"scope": "col_6772E4FF"
},
{
"foreground": "#F3F3F3FF",
"background": "#607A86FF",
"scope": "col_607A86FF"
},
{
"foreground": "#A9A9A9FF",
"background": "#00000015",
"scope": "col_00000015"
},
{
"foreground": "#616161FF",
"background": "#FFFF00FF",
"scope": "col_FFFF00FF"
},
{
"foreground": "#7F7F7FFF",
"background": "#FFFFFFFF",
"scope": "col_FFFFFFFF"
},
{
"foreground": "#D4D4D4FF",
"background": "#455A64FF",
"scope": "col_455A64FF"
},
{
"foreground": "#333333FF",
"background": "#80CBC4FF",
"scope": "col_80CBC4FF"
},
{
"foreground": "#ffffff",
"background": "#000000",
"scope": "col_gutter"
},
{
"foreground": "#A2A2A2FF",
"background": "#1C242DFF",
"scope": "col_1C242DFF"
},
{
"foreground": "#EAEAEAFF",
"background": "#586E8CFF",
"scope": "col_586E8CFF"
},
{
"name": "[CSS] String",
"scope": "source.css string",
Expand Down

0 comments on commit 9f9431c

Please sign in to comment.