Skip to content

Commit

Permalink
feat: added new scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Feb 20, 2019
1 parent 09cedc6 commit 8c8f259
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 0 deletions.
383 changes: 383 additions & 0 deletions schemes/Meetio-Ocean.sublime-color-scheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,383 @@
{
"name": "Meetio-Ocean",
"author": "Mauro Reis Vieira <mauroreisvieira@gmail.com>",
"variables": {
"primary": "#7dcac4",
"foreground": "#d8dee8",
"background": "#2e3340",
"black": "#000000",
"blue": "#81a1c1",
"cyan": "#88c0d0",
"gray": "#3d3d3d",
"green": "#a3be8b",
"orange": "#fb914f",
"pink": "#f07178",
"purple": "#c792ea",
"red": "#bf6069",
"magenta": "#b48dac",
"deep-orange": "#f97b58",
"light-blue": "#b2ccd6",
"white": "#ffffff",
"yellow": "#eacb8a"
},
"globals": {
"foreground": "var(foreground)",
"background": "var(background)",
"caret": "var(primary)",
"block_caret": "var(primary)",
"line_highlight": "color(var(white) alpha(0.1))",
"selection": "color(var(light-blue) alpha(0.1))",
"selection_border": "var(blue)",
"inactive_selection": "color(var(light-blue) alpha(0.1))",
"misspelling": "var(red)",
"shadow": "color(var(background) alpha(0.5))",
"accent": "var(primary)",
"active_guide": "var(cyan)",
"stack_guide": "var(cyan)",
"highlight": "var(cyan)",
"fold_marker": "var(yellow)",
"find_highlight_foreground": "var(gray)",
"find_highlight": "var(yellow)",
"brackets_options": "underline",
"brackets_foreground": "var(orange)",
"bracket_contents_options": "underline",
"bracket_contents_foreground": "var(cyan)",
"tags_foreground": "var(magenta)",
"line_diff_added": "var(green)",
"line_diff_modified": "var(blue)",
"line_diff_deleted": "var(red)",
"tags_options": "stippled_underline"
},
"rules": [
{
"name": "comment",
"scope": "comment, punctuation.definition.comment",
"foreground": "color(var(white) alpha(0.3))"
},
{
"name": "string",
"scope": "string",
"foreground": "var(green)"
},
{
"name": "number",
"scope": "constant.numeric",
"foreground": "var(orange)"
},
{
"name": "user-defined constant",
"scope": "constant.character, constant.other",
"foreground": "var(magenta)"
},
{
"name": "member variable",
"scope": "variable.member",
"foreground": "var(red)"
},
{
"name": "keyword",
"scope": "keyword - keyword.operator, keyword.operator.word",
"foreground": "var(magenta)"
},
{
"name": "operator, misc",
"scope": "keyword.operator, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution",
"foreground": "var(blue)"
},
{
"name": "punctuation",
"scope": "punctuation.terminator, punctuation.section",
"foreground": "var(cyan)"
},
{
"name": "punctuation",
"scope": "punctuation.section",
"foreground": "var(cyan)"
},
{
"name": "annotation punctuation",
"scope": "punctuation.definition.annotation",
"foreground": "var(cyan)"
},
{
"name": "variable sass",
"scope": "variable.other.php, variable.other.sass, variable.other.scss",
"foreground": "var(yellow)"
},
{
"name": "javascript dollar",
"scope": "variable.other.dollar.only.js, variable.other.object.dollar.only.js, variable.type.dollar.only.js, support.class.dollar.only.js",
"foreground": "var(cyan)"
},
{
"name": "class, support",
"scope": "entity.name.class, entity.name.type.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types",
"foreground": "var(yellow)"
},
{
"name": "html attributes",
"scope": "text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name",
"foreground": "var(yellow)"
},
{
"name": "css classes",
"scope": "entity.other.attribute-name.class",
"foreground": "var(magenta)"
},
{
"name": "css class and support",
"scope": "source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type",
"foreground": "var(white)"
},
{
"name": "sub methods",
"scope": "entity.name.module.js, variable.import.parameter.js, variable.other.class.js",
"foreground": "var(red)"
},
{
"name": "meta method javascript",
"scope": "meta.class-method.js entity.name.function.js, variable.function.constructor",
"foreground": "var(pink)"
},
{
"name": "storage",
"scope": "storage",
"foreground": "var(red)"
},
{
"name": "storage type",
"scope": "storage.type",
"foreground": "var(magenta)",
"font_style": "italic"
},
{
"name": "entity name",
"scope": "entity.name.function",
"foreground": "var(blue)"
},
{
"name": "entity name",
"scope": "entity.name - (entity.name.section | entity.name.tag | entity.name.label)",
"foreground": "var(orange)"
},
{
"name": "inherited class",
"scope": "entity.other.inherited-class",
"foreground": "var(cyan)",
"font_style": "italic underline"
},
{
"name": "function argument",
"scope": "variable.parameter",
"foreground": "var(orange)"
},
{
"name": "language variable",
"scope": "variable.language",
"foreground": "var(red)",
"font_style": "italic"
},
{
"name": "tag name",
"scope": "entity.name.tag",
"foreground": "var(red)"
},
{
"name": "tag attribute",
"scope": "entity.other.attribute-name",
"foreground": "var(magenta)"
},
{
"name": "function call",
"scope": "variable.function, variable.annotation",
"foreground": "var(blue)"
},
{
"name": "library function",
"scope": "support.function, support.macro",
"foreground": "var(blue)",
"font_style": "italic"
},
{
"name": "library constant",
"scope": "support.constant",
"foreground": "var(magenta)"
},
{
"name": "library class/type",
"scope": "support.type, support.class",
"foreground": "var(yellow)"
},
{
"name": "invalid",
"scope": "invalid",
"foreground": "var(white)",
"background": "var(red)"
},
{
"name": "invalid deprecated",
"scope": "invalid.deprecated",
"foreground": "var(white)",
"background": "var(purple)"
},
{
"name": "yaml key",
"scope": "entity.name.tag.yaml",
"foreground": "var(cyan)"
},
{
"name": "yaml string",
"scope": "source.yaml string.unquoted",
"foreground": "var(foreground)"
},
{
"name": "diff.header",
"scope": "meta.diff, meta.diff.header",
"foreground": "var(magenta)"
},
{
"name": "diff.deleted",
"scope": "markup.deleted",
"foreground": "var(red)"
},
{
"name": "diff.inserted",
"scope": "markup.inserted",
"foreground": "var(green)"
},
{
"name": "diff.changed",
"scope": "markup.changed",
"foreground": "var(orange)"
},
{
"name": "css properties",
"scope": "support.type.property-name",
"foreground": "var(foreground)"
},
{
"scope": "constant.numeric.line-number.match",
"foreground": "var(red)"
},
{
"scope": "message.error",
"foreground": "var(red)"
},
{
"name": "json key - level 0",
"scope": "source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string",
"foreground": "var(magenta)"
},
{
"name": "json key - level 1",
"scope": "source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string",
"foreground": "var(yellow)"
},
{
"name": "json key - level 2",
"scope": "source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string",
"foreground": "var(red)"
},
{
"name": "json key - level 3",
"scope": "source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string",
"foreground": "var(orange)"
},
{
"name": "json key - level 4",
"scope": "source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string",
"foreground": "var(blue)"
},
{
"name": "json key - level 5",
"scope": "source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string",
"foreground": "var(deep-orange)"
},
{
"name": "json key - level 6",
"scope": "source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string",
"foreground": "var(cyan)"
},
{
"name": "json key - level 7",
"scope": "source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string",
"foreground": "var(purple)"
},
{
"name": "markup headings",
"scope": "markup.heading",
"font_style": "bold"
},
{
"name": "markup headings",
"scope": "markup.heading punctuation.definition.heading",
"foreground": "var(deep-orange)"
},
{
"name": "markup h1",
"scope": "markup.heading.1 punctuation.definition.heading",
"foreground": "var(red)"
},
{
"name": "markup links",
"scope": "string.other.link, markup.underline.link",
"foreground": "var(blue)"
},
{
"name": "markup bold",
"scope": "markup.bold",
"font_style": "bold",
"foreground": "var(orange)"
},
{
"name": "markup italic",
"scope": "markup.italic",
"font_style": "italic"
},
{
"name": "markup bold/italic",
"scope": "markup.italic markup.bold | markup.bold markup.italic",
"font_style": "bold italic"
},
{
"name": "markup hr",
"scope": "punctuation.definition.thematic-break",
"foreground": "var(orange)"
},
{
"name": "markup numbered list bullet",
"scope": "markup.list.numbered.bullet",
"foreground": "var(green)"
},
{
"name": "markup blockquote",
"scope": "markup.quote punctuation.definition.blockquote, markup.list punctuation.definition.list_item",
"foreground": "var(orange)"
},
{
"name": "markup code",
"scope": "markup.raw",
"background": "color(var(light-blue) alpha(0.1))"
},
{
"name": "markup code",
"scope": "markup.raw.inline",
"background": "color(var(light-blue) alpha(0.1))"
},
{
"name": "markup punctuation",
"scope": "(text punctuation.definition.italic | text punctuation.definition.bold)",
"foreground": "var(magenta)"
},
{
"name": "number, constant, function argument, tag attribute, embedded",
"scope": "constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit",
"foreground": "var(deep-orange)"
},
{
"name": "object keys",
"scope": "string.unquoted.label.js, meta.object-literal.key.js, string.unquoted.label.jsx, meta.object-literal.key.jsx, string.unquoted.label.ts, meta.object-literal.key.ts, meta.function.return-type.ts, meta.function.parameters.ts",
"foreground": "var(red)"
}
]
}
Loading

0 comments on commit 8c8f259

Please sign in to comment.