-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0151658
commit dd0f5ab
Showing
14 changed files
with
6,165 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,397 @@ | ||
{ | ||
"name": "Sparky", | ||
|
||
"globals": { | ||
"background": "#072b31", | ||
"foreground": "#00778b", | ||
"invisibles": "#00778b99", | ||
"caret": "#fbdd40", | ||
"block_caret": "#fbdd4099", | ||
"line_highlight": "#072b31", | ||
|
||
"accent": "#fbdd40", | ||
|
||
"popup_css": "html, body {\n background-color: #003b49;\n color: #00778b;\n --mdpopups-font-mono: 'PragmataPro Mono Liga', sf mono', Consolas, 'Liberation Mono', Menlo, Courier, monospace;\n --mdpopups-bg: #003b49;\n --mdpopups-link: #4698cb;\n }\n body {\n padding: 1px 3px;\n }\n a {\n color: rgba(70, 152, 203, 0.7);\n }", | ||
|
||
"gutter": "#072b31", | ||
"gutter_foreground": "#003b4966", | ||
|
||
"line_diff_width": "2", | ||
"line_diff_added": "#78d64bb2", | ||
"line_diff_modified": "#4698cbb2", | ||
"line_diff_deleted": "#ff585db2", | ||
|
||
"selection": "#4698cb4c", | ||
"selection_border": | ||
"4698cb4c", | ||
"selection_border_width": "1", | ||
"inactive_selection": "#4698cb21", | ||
"inactive_selection_border": "#4698cb21", | ||
"selection_corner_style": "round", | ||
"selection_corner_radius": "4", | ||
|
||
"highlight": "#fbdd4066", | ||
"find_highlight": "#fbdd40", | ||
"find_highlight_foreground": "#072b31", | ||
|
||
"guide": "#003b4933", | ||
"active_guide": "#003b497f", | ||
"stack_guide": "#003b4966", | ||
|
||
"shadow": "#072b314c", | ||
"shadow_width": "3" | ||
}, | ||
|
||
"rules": [ | ||
{ | ||
"name": "Comment", | ||
"scope": "comment", | ||
"font_style": "italic", | ||
"foreground": "#00778b8c" | ||
}, | ||
|
||
{ | ||
"name": "String", | ||
"scope": "string - meta.template, constant.other.symbol, string.quoted", | ||
"foreground": "#78d64b" | ||
}, | ||
{ | ||
"name": "Regular Expressions and Escape Characters", | ||
"scope": "string.regexp, constant.character, constant.other", | ||
"foreground": "#2dccd3" | ||
}, | ||
|
||
|
||
{ | ||
"name": "Number", | ||
"scope": "constant.numeric", | ||
"foreground": "#fbdd40" | ||
}, | ||
{ | ||
"name": "Built-in constants", | ||
"scope": "constant.language", | ||
"foreground": "#fbdd40" | ||
}, | ||
{ | ||
"name": "Constants", | ||
"scope": "meta.constant, entity.name.constant", | ||
"foreground": "#d59ed7" | ||
}, | ||
|
||
|
||
{ | ||
"name": "Variable", | ||
"scope": "variable", | ||
"foreground": "#00778b" | ||
}, | ||
{ | ||
"name": "Member Variable", | ||
"scope": "variable.member", | ||
"foreground": "#ff585d" | ||
}, | ||
{ | ||
"name": "Language variable", | ||
"scope": "variable.language", | ||
"font_style": "italic", | ||
"foreground": "#4698cb" | ||
}, | ||
|
||
|
||
{ | ||
"name": "Storage", | ||
"scope": "storage, storage.type.keyword", | ||
"foreground": "#ff8f1c" | ||
}, | ||
{ | ||
"name": "Keyword", | ||
"scope": "keyword", | ||
"foreground": "#ff8f1c" | ||
}, | ||
{ | ||
"name": "Java keyword fixes", | ||
"scope": "source.java meta.class.java meta.class.identifier.java storage.type.java", | ||
"foreground": "#ff8f1c" | ||
}, | ||
|
||
|
||
{ | ||
"name": "Operators", | ||
"scope": "keyword.operator", | ||
"foreground": "#9b704d" | ||
}, | ||
|
||
|
||
{ | ||
"name": "Separators like ; or ,", | ||
"scope": "punctuation.separator, punctuation.terminator", | ||
"foreground": "#00778bb2" | ||
}, | ||
{ | ||
"name": "Punctuation", | ||
"scope": "punctuation.section", | ||
"foreground": "#00778b" | ||
}, | ||
{ | ||
"name": "Accessor", | ||
"scope": "punctuation.accessor", | ||
"foreground": "#9b704d" | ||
}, | ||
|
||
{ | ||
"name": "JavaScript/TypeScript interpolation punctuation", | ||
"scope": "punctuation.definition.template-expression", | ||
"foreground": "#ff8f1c" | ||
}, | ||
{ | ||
"name": "Ruby interpolation punctuation", | ||
"scope": "punctuation.section.interpolation", | ||
"foreground": "#ff8f1c" | ||
}, | ||
|
||
{ | ||
"name": "Types fixes", | ||
"scope": "source.java storage.type, source.haskell storage.type, source.c storage.type, source.zig storage.type", | ||
"foreground": "#4698cb" | ||
}, | ||
{ | ||
"name": "Inherited class type", | ||
"scope": "entity.other.inherited-class", | ||
"foreground": "#4698cb" | ||
}, | ||
|
||
{ | ||
"name": "Lambda arrow", | ||
"scope": "storage.type.function", | ||
"foreground": "#ff8f1c" | ||
}, | ||
{ | ||
"name": "Java primitive variable types", | ||
"scope": "source.java storage.type.primitive", | ||
"foreground": "#4698cb" | ||
}, | ||
|
||
|
||
{ | ||
"name": "Function name", | ||
"scope": "entity.name.function", | ||
"foreground": "#fbdd40" | ||
}, | ||
{ | ||
"name": "Function arguments", | ||
"scope": "variable.parameter, meta.parameter", | ||
"foreground": "#d59ed7" | ||
}, | ||
{ | ||
"name": "Function call", | ||
"scope": "variable.function, variable.annotation, meta.function-call.generic, support.function.go", | ||
"foreground": "#fbdd40" | ||
}, | ||
{ | ||
"name": "Library function", | ||
"scope": "support.function, support.macro", | ||
"foreground": "#ff585d" | ||
}, | ||
|
||
|
||
{ | ||
"name": "Imports and packages", | ||
"scope": "entity.name.import, entity.name.package", | ||
"foreground": "#78d64b" | ||
}, | ||
|
||
|
||
{ | ||
"name": "Entity name", | ||
"scope": "entity.name, source.js meta.function-call.constructor variable.type", | ||
"foreground": "#4698cb" | ||
}, | ||
|
||
|
||
{ | ||
"name": "Tag", | ||
"scope": "entity.name.tag, meta.tag.sgml", | ||
"foreground": "#4698cb" | ||
}, | ||
{ | ||
"name": "Tag start/end", | ||
"scope": "punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag", | ||
"foreground": "#4698cb7f" | ||
}, | ||
{ | ||
"name": "Tag attribute", | ||
"scope": "entity.other.attribute-name", | ||
"foreground": "#fbdd40" | ||
}, | ||
|
||
|
||
{ | ||
"name": "Library constant", | ||
"scope": "support.constant", | ||
"font_style": "italic", | ||
"foreground": "#9b704d" | ||
}, | ||
{ | ||
"name": "Library class/type", | ||
"scope": "support.type, support.class, source.go storage.type", | ||
"foreground": "#4698cb" | ||
}, | ||
|
||
|
||
{ | ||
"name": "Decorators/annotation", | ||
"scope": "meta.decorator variable.other, meta.decorator punctuation.decorator, storage.type.annotation, variable.annotation, punctuation.definition.annotation", | ||
"foreground": "#9b704d" | ||
}, | ||
|
||
{ | ||
"name": "Invalid", | ||
"scope": "invalid", | ||
"foreground": "#ff585d" | ||
}, | ||
{ | ||
"name": "diff.header", | ||
"scope": "meta.diff, meta.diff.header", | ||
"foreground": "#c594c5" | ||
}, | ||
{ | ||
"name": "Ruby class methods", | ||
"scope": "source.ruby variable.other.readwrite", | ||
"foreground": "#fbdd40" | ||
}, | ||
{ | ||
"name": "CSS tag names", | ||
"scope": "source.css entity.name.tag, source.sass entity.name.tag, source.scss entity.name.tag, source.less entity.name.tag, source.stylus entity.name.tag", | ||
"foreground": "#4698cb" | ||
}, | ||
{ | ||
"name": "CSS browser prefix", | ||
"scope": "source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type", | ||
"foreground": "#00778b8c" | ||
}, | ||
{ | ||
"name": "CSS Properties", | ||
"scope": "support.type.property-name", | ||
"font_style": "normal", | ||
"foreground": "#4698cb" | ||
}, | ||
{ | ||
"name": "Search Results Nums", | ||
"scope": "constant.numeric.line-number.find-in-files - match", | ||
"foreground": | ||
"00778b8c" | ||
}, | ||
{ | ||
"name": "Search Results Match Nums", | ||
"scope": "constant.numeric.line-number.match", | ||
"foreground": "#ff8f1c" | ||
}, | ||
{ | ||
"name": "Search Results Lines", | ||
"scope": "entity.name.filename.find-in-files", | ||
"foreground": "#78d64b" | ||
}, | ||
{ | ||
"scope": "message.error", | ||
"foreground": "#ff585d" | ||
}, | ||
{ | ||
"name": "Markup heading", | ||
"scope": "markup.heading, markup.heading entity.name", | ||
"font_style": "bold", | ||
"foreground": "#78d64b" | ||
}, | ||
{ | ||
"name": "Markup links", | ||
"scope": "markup.underline.link, string.other.link", | ||
"foreground": "#4698cb" | ||
}, | ||
{ | ||
"name": "Markup Italic", | ||
"scope": "markup.italic", | ||
"font_style": "italic", | ||
"foreground": "#ff585d" | ||
}, | ||
{ | ||
"name": "Markup Bold", | ||
"scope": "markup.bold", | ||
"font_style": "bold", | ||
"foreground": "#ff585d" | ||
}, | ||
{ | ||
"name": "Markup Bold/italic", | ||
"scope": "markup.italic markup.bold, markup.bold markup.italic", | ||
"font_style": "bold italic" | ||
}, | ||
{ | ||
"name": "Markup Code", | ||
"scope": "markup.raw", | ||
"background": "#00778b05" | ||
}, | ||
{ | ||
"name": "Markup Code Inline", | ||
"scope": "markup.raw.inline", | ||
"background": "#00778b0f" | ||
}, | ||
{ | ||
"name": "Markdown Separator", | ||
"scope": "meta.separator", | ||
"font_style": "bold", | ||
"background": "#00778b0f", | ||
"foreground": "#00778b8c" | ||
}, | ||
{ | ||
"name": "Markup Blockquote", | ||
"scope": "markup.quote", | ||
"foreground": "#2dccd3", | ||
"font_style": "italic" | ||
}, | ||
{ | ||
"name": "Markup List Bullet", | ||
"scope": "markup.list punctuation.definition.list.begin", | ||
"foreground": "#fbdd40" | ||
}, | ||
{ | ||
"name": "Markup added", | ||
"scope": "markup.inserted", | ||
"foreground": "#78d64b" | ||
}, | ||
{ | ||
"name": "Markup modified", | ||
"scope": "markup.changed", | ||
"foreground": "#4698cb" | ||
}, | ||
{ | ||
"name": "Markup removed", | ||
"scope": "markup.deleted", | ||
"foreground": "#ff585d" | ||
}, | ||
{ | ||
"name": "Markup Strike", | ||
"scope": "markup.strike", | ||
"foreground": "#9b704d" | ||
}, | ||
{ | ||
"name": "Markup Table", | ||
"scope": "markup.table", | ||
"background": "#00778b0f", | ||
"foreground": "#4698cb" | ||
}, | ||
{ | ||
"name": "Markup Raw Inline", | ||
"scope": "text.html.markdown markup.inline.raw", | ||
"foreground": "#9b704d" | ||
}, | ||
{ | ||
"name": "Markdown - Line Break", | ||
"scope": "text.html.markdown meta.dummy.line-break", | ||
"background": "#00778b8c", | ||
"foreground": "#00778b8c" | ||
}, | ||
{ | ||
"name": "Markdown - Raw Block Fenced", | ||
"scope": "punctuation.definition.markdown", | ||
"background": "#00778b", | ||
"foreground": "#00778b8c" | ||
} | ||
] | ||
} |
Oops, something went wrong.