Skip to content

Commit

Permalink
fix: Ocean scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Jun 11, 2019
1 parent 414817e commit 0499bff
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 43 deletions.
2 changes: 1 addition & 1 deletion schemes/Meetio-Darker.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"accent": "#7dcac4",
"caret": "#ffcc00",
"foreground": "#eeffff",
"background": "#212121",
"background": "#1D1F21",
"comments": "#545454",
"white": "#fff",
"blue": "#82aaff",
Expand Down
25 changes: 0 additions & 25 deletions schemes/Meetio-Lighter.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -52,31 +52,6 @@
"tags_foreground": "var(pink)"
},
"rules": [
{
"background": "#6772E4FF",
"foreground": "#FBFBFBFF",
"scope": "col_6772E4FF"
},
{
"background": "#000000",
"foreground": "#ffffff",
"scope": "col_gutter"
},
{
"background": "#455A64FF",
"foreground": "#D4D4D4FF",
"scope": "col_455A64FF"
},
{
"background": "#FFFFFFFF",
"foreground": "#7F7F7FFF",
"scope": "col_FFFFFFFF"
},
{
"background": "#80CBC4FF",
"foreground": "#333333FF",
"scope": "col_80CBC4FF"
},
{
"name": "[CSS] String",
"scope": "source.css string",
Expand Down
14 changes: 7 additions & 7 deletions schemes/Meetio-Ocean.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"variables": {
"accent": "#7dcac4",
"caret": "#ffcc00",
"foreground": "#cdd3de",
"background": "#1b2b34",
"foreground": "#eeffff",
"background": "#182124",
"comments": "color(var(foreground) alpha(0.3))",
"white": "#fff",
"blue": "#6699cc",
"cyan": "#5fb3b3",
"blue": "#82aaff",
"cyan": "#89ddff",
"gray": "#3d3d3d",
"green": "#99c794",
"green": "#c3e88d",
"orange": "#fb914f",
"pink": "#f07178",
"red": "#ec5f67",
"red": "#ff5370",
"magenta": "#c792ea",
"light-blue": "#b2ccd6",
"yellow": "#fac863"
"yellow": "#ffcb6b"
},
"globals": {
"foreground": "var(foreground)",
Expand Down
2 changes: 1 addition & 1 deletion schemes/Meetio.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"accent": "#7dcac4",
"caret": "#ffcc00",
"foreground": "#eeffff",
"background": "#263137",
"background": "#263238",
"comments": "#546e7a",
"white": "#fff",
"blue": "#6398ce",
Expand Down
2 changes: 1 addition & 1 deletion src/schemes/darker.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"accent" : "#7dcac4",
"caret" : "#ffcc00",
"foreground" : "#eeffff",
"background" : "#212121",
"background" : "#1D1F21",
"comments" : "#545454",
"white" : "#fff",
"blue" : "#82aaff",
Expand Down
2 changes: 1 addition & 1 deletion src/schemes/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"accent" : "#7dcac4",
"caret" : "#ffcc00",
"foreground" : "#eeffff",
"background" : "#263137",
"background" : "#263238",
"comments" : "#546e7a",
"white" : "#fff",
"blue" : "#6398ce",
Expand Down
14 changes: 7 additions & 7 deletions src/schemes/ocean.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"variables": {
"accent" : "#7dcac4",
"caret" : "#ffcc00",
"foreground" : "#cdd3de",
"background" : "#1b2b34",
"foreground" : "#eeffff",
"background" : "#182124",
"comments" : "color(var(foreground) alpha(0.3))",
"white" : "#fff",
"blue" : "#6699cc",
"cyan" : "#5fb3b3",
"blue" : "#82aaff",
"cyan" : "#89ddff",
"gray" : "#3d3d3d",
"green" : "#99c794",
"green" : "#c3e88d",
"orange" : "#fb914f",
"pink" : "#f07178",
"red" : "#ec5f67",
"red" : "#ff5370",
"magenta" : "#c792ea",
"light-blue" : "#b2ccd6",
"yellow" : "#fac863"
"yellow" : "#ffcb6b"
}
}

0 comments on commit 0499bff

Please sign in to comment.