Skip to content

Commit

Permalink
fix: colors of ocean scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Mar 21, 2019
1 parent 9f0f818 commit f1e6d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions schemes/Meetio-Ocean.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"orange": "#fb914f",
"pink": "#f07178",
"red": "#ec5f67",
"magenta": "#c594c5",
"magenta": "#c792ea",
"light-blue": "#b2ccd6",
"yellow": "#fac863"
},
Expand Down Expand Up @@ -52,16 +52,6 @@
"tags_foreground": "var(pink)"
},
"rules": [
{
"background": "#000000",
"scope": "col_gutter",
"foreground": "#ffffff"
},
{
"background": "#FFEEEEFF",
"scope": "col_FFEEEEFF",
"foreground": "#737373FF"
},
{
"name": "[CSS] String",
"scope": "source.css string",
Expand Down
2 changes: 1 addition & 1 deletion src/schemes/ocean.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"orange" : "#fb914f",
"pink" : "#f07178",
"red" : "#ec5f67",
"magenta" : "#c594c5",
"magenta" : "#c792ea",
"light-blue" : "#b2ccd6",
"yellow" : "#fac863"
}
Expand Down

0 comments on commit f1e6d9e

Please sign in to comment.