Last active
April 29, 2020 21:12
-
-
Save volkanunsal/cc3f6e19920f19e3bbd9c37e37ebc8b3 to your computer and use it in GitHub Desktop.
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
{ | |
"name": "Bird of Prey", | |
"globals": { | |
"active_guide": "#9D550FB0", | |
"background": "#111111", | |
"bracket_contents_foreground": "#F8F8F2A5", | |
"bracket_contents_options": "underline", | |
"brackets_foreground": "#F8F8F2A5", | |
"brackets_options": "underline", | |
"caret": "#F8F8F0", | |
"find_highlight": "#FFE792", | |
"find_highlight_foreground": "#000000", | |
"foreground": "#F8F8F2", | |
"invisibles": "#3B3A32", | |
"line_highlight": "#3E3D32", | |
"selection": "#49483E", | |
"selection_border": "#222218", | |
"tags_options": "stippled_underline" | |
}, | |
"rules": | |
[ | |
{ | |
"name": "Comment", | |
"scope": "comment", | |
"foreground": "#75715E", | |
"font_style": "italic" | |
}, | |
{ | |
"name": "String", | |
"scope": "string", | |
"foreground": "#E6DB74" | |
}, | |
{ | |
"name": "Built-in constant", | |
"scope": "constant.language", | |
"foreground": "#AE81FF" | |
}, | |
{ | |
"name": "User-defined constant", | |
"scope": "constant.character, constant.other", | |
"foreground": "#AE81FF" | |
}, | |
{ | |
"name": "Invalid", | |
"scope": "invalid", | |
"background": "#F92672" | |
}, | |
{ | |
"name": "constant", | |
"scope": "constant", | |
"foreground": "#AE81FFA0" | |
}, | |
{ | |
"name": "Keyword", | |
"scope": "keyword", | |
"foreground": "#F92672" | |
}, | |
{ | |
"name": "constant.numeric", | |
"scope": "constant.numeric", | |
"foreground": "#AE81FF" | |
}, | |
{ | |
"name": "Storage", | |
"scope": "storage", | |
"foreground": "#F92672" | |
}, | |
{ | |
"name": "storage.type", | |
"scope": "storage.type", | |
"foreground": "#66D9EF" | |
},{ | |
"name": "Support", | |
"scope": "support", | |
"foreground": "#8A5C8DFF" | |
},{ | |
"name": "Function arg", | |
"scope": "meta.function.argument, variable.parameter, meta.parens.c", | |
"foreground": "#FD971F" | |
},{ | |
"name": "invalid.illegal", | |
"scope": "invalid.illegal", | |
"background": "#562D56BF", | |
"foreground": "#FD5FF1FF" | |
},{ | |
"name": "support.function", | |
"scope": "support.function", | |
"foreground": "#A6E22E" | |
},{ | |
"name": "meta.tag entity", | |
"scope": "entity.name.tag", | |
"foreground": "#F92672" | |
},{ | |
"name": "Attribute", | |
"scope": "entity.other.attribute-name", | |
"foreground": "#A6E22E" | |
},{ | |
"name": "entity.arrow.function.js", | |
"scope": "entity.arrow.function.js", | |
"foreground": "#AA00FF" | |
},{ | |
"name": "support.class.error.js", | |
"scope": "support.class.error.js", | |
"foreground": "#FF5522" | |
},{ | |
"name": "support.class.node.js", | |
"scope": "support.class.node.js", | |
"foreground": "#1224FE" | |
},{ | |
"name": "support.keyword.node.js", | |
"scope": "support.keyword.node.js", | |
"font_style": "bold", | |
"foreground": "#F92672" | |
},{ | |
"name": "entity.name.module.js, variable.import.parameter.js, variable.other.clas", | |
"scope": "entity.name.module.js, variable.import.parameter.js, variable.other.clas", | |
"foreground": "#A6E22E" | |
},{ | |
"name": "entity.name.accessor.js", | |
"scope": "entity.name.accessor.js", | |
"foreground": "#A6E22E" | |
},{ | |
"name": "entity.name.method.js", | |
"scope": "entity.name.method.js", | |
"foreground": "#A6E22E" | |
},{ | |
"name": "meta.method.js", | |
"scope": "meta.method.js", | |
"foreground": "#FFF" | |
},{ | |
"name": "support.function", | |
"scope": "support.function", | |
"foreground": "#66D9EF" | |
},{ | |
"name": "Function name", | |
"scope": "entity.name.function", | |
"foreground": "#A6E22E" | |
},{ | |
"name": "entity.name.class.js", | |
"scope": "entity.name.class.js", | |
"font_style": "italic", | |
"foreground": "#A6E22E" | |
},{ | |
"name": "entity.name.extends.js", | |
"scope": "entity.name.extends.js", | |
"font_style": "italic", | |
"foreground": "#00FF99" | |
},{ | |
"name": "entity.other.attribute-name.id", | |
"scope": "entity.other.attribute-name.id", | |
"foreground": "#A6E22E" | |
},{ | |
"name": "class name", | |
"scope": "meta.prototype support.class", | |
"foreground": "#A6E22E" | |
},{ | |
"name": "Library constant", | |
"scope": "support.constant", | |
"foreground": "#66D9EF" | |
},{ | |
"name": "Library class/type", | |
"scope": "support.type, support.class, variable.language", | |
"font_style": "italic", | |
"foreground": "#66D9EF" | |
},{ | |
"name": "js undefined", | |
"scope": "constant.language.undefined.js", | |
"foreground": "#AE81FF" | |
},{ | |
"name": "false", | |
"scope": "constant.language.boolean.false", | |
"foreground": "#AE81FF" | |
},{ | |
"name": "true", | |
"scope": "constant.language.boolean.true", | |
"foreground": "#AE81FF" | |
},{ | |
"name": "js null", | |
"scope": "constant.language.null.js", | |
"foreground": "#AE81FF" | |
},{ | |
"name": "Inherited class", | |
"scope": "entity.other.inherited-class", | |
"font_style": "italic", | |
"foreground": "#A6E22E" | |
},{ | |
"name": "diff.header", | |
"scope": "meta.diff, meta.diff.header, entity.name.namespace", | |
"foreground": "#75715E" | |
},{ | |
"name": "diff.deleted", | |
"scope": "markup.deleted", | |
"background": "#420E09FF", | |
"foreground": "#F92672" | |
},{ | |
"name": "diff.changed", | |
"scope": "markup.changed", | |
"background": "#4A410DFF", | |
"foreground": "#E6DB74" | |
},{ | |
"name": "diff.inserted", | |
"scope": "markup.inserted", | |
"background": "#253B22FF", | |
"foreground": "#F8F8F8FF" | |
},{ | |
"name": "Log Entry", | |
"scope": "meta.line.entry.logfile, meta.line.exit.logfile", | |
"background": "#EEEEEE29", | |
"foreground": "#F8F8F8FF" | |
},{ | |
"name": "Log Entry Error", | |
"scope": "meta.line.error.logfile", | |
"background": "#751012", | |
"foreground": "#F8F8F8" | |
},{ | |
"name": "JSON String", | |
"scope": "meta.structure.dictionary.json string.quoted.double", | |
"foreground": "#CFCFC2" | |
},{ | |
"name": "SublimeLinter Error", | |
"scope": "sublimelinter.mark.error", | |
"foreground": "#DA2000" | |
}, | |
{ | |
"name": "SublimeLinter Gutter Mark", | |
"scope": "sublimelinter.gutter-mark", | |
"foreground": "#FFFFFF" | |
}, | |
{ | |
"name": "SublimeLinter Warning", | |
"scope": "sublimelinter.mark.warning", | |
"foreground": "#EDBA00" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.dropbox.com/s/y2axjd0sxdxaba1/Theme%20-%20Soda.zip?dl=0