diff --git a/Hyrule.tmTheme b/Hyrule.tmTheme new file mode 100644 index 0000000..dc49d61 --- /dev/null +++ b/Hyrule.tmTheme @@ -0,0 +1,398 @@ + + + + + + name + Snappy Light + settings + + + settings + + background + #2d2c2b + caret + #615649 + foreground + #c0d5c1 + invisibles + #3B3A32 + lineHighlight + #3d3934 + selection + #0a0909 + findHighlight + #FFE792 + findHighlightForeground + #000000 + selectionBorder + #121110 + activeGuide + #9D550FB0 + + bracketsForeground + #F8F8F2A5 + bracketsOptions + underline + + bracketContentsForeground + #F8F8F2A5 + bracketContentsOptions + underline + + tagsOptions + stippled_underline + + + + name + Comment + scope + comment + settings + + foreground + #716d6a + + + + name + String + scope + string + settings + + foreground + #ce830d + + + + name + Number + scope + constant.numeric + settings + + foreground + #f5c504 + + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #90c93f + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #90c93f + + + + name + Variable + scope + variable + settings + + fontStyle + + + + + name + Keyword + scope + keyword + settings + + foreground + #90c93f + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #569e16 + + + + name + Storage type + scope + storage.type + settings + + fontStyle + italic + foreground + #f5c504 + + + + name + Class name + scope + entity.name.class + settings + + fontStyle + underline + foreground + #606aa1 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + fontStyle + italic underline + foreground + #606aa1 + + + + name + Function name + scope + entity.name.function + settings + + fontStyle + + foreground + #90c93f + + + + name + Function argument + scope + variable.parameter + settings + + fontStyle + italic + foreground + #606aa1 + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + + foreground + #569e16 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #f5c504 + + + + name + Library function + scope + support.function + settings + + fontStyle + + foreground + #f5c504 + + + + name + Library constant + scope + support.constant + settings + + fontStyle + + foreground + #f5c504 + + + + name + Library class/type + scope + support.type, support.class + settings + + fontStyle + italic + foreground + #f5c504 + + + + name + Library variable + scope + support.other.variable + settings + + fontStyle + + + + + name + Invalid + scope + invalid + settings + + background + #00A8C6 + fontStyle + + foreground + #F8F8F0 + + + + name + Invalid deprecated + scope + invalid.deprecated + settings + + background + #8FBE00 + foreground + #F8F8F0 + + + + name + JSON String + scope + meta.structure.dictionary.json string.quoted.double.json + settings + + foreground + #7C7C74 + + + + + name + diff.header + scope + meta.diff, meta.diff.header + settings + + foreground + #75715E + + + + name + diff.deleted + scope + markup.deleted + settings + + foreground + #00A8C6 + + + + name + diff.inserted + scope + markup.inserted + settings + + foreground + #A6E22E + + + + name + diff.changed + scope + markup.changed + settings + + foreground + #E6DB74 + + + + + scope + constant.numeric.line-number.find-in-files - match + settings + + foreground + #8FBE00A0 + + + + scope + entity.name.filename.find-in-files + settings + + foreground + #E6DB74 + + + + + uuid + 12632AED-5F4D-40DE-ABBC-F49C7B98C153 + + diff --git a/README.md b/README.md index b239ee7..219c9b2 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,12 @@ See the documentation for your editor, this varies between each one! The editor used in the screenshots is [Sublime Text 2](http://www.sublimetext.com/) on Mac OSX with the font [Source Code Pro](http://blogs.adobe.com/typblography/2012/09/source-code-pro.html). +### Hyrule + +Requested by Taylor Otwell of Laravel, a Zelda theme! + +![Hyrule](https://raw.github.com/daylerees/colour-schemes/master/screenshots/hyrule.png) + ### BlueDawn Inspired by Tron Legacy this theme provides increased contrast and brighter comments. diff --git a/screenshots/hyrule.png b/screenshots/hyrule.png new file mode 100644 index 0000000..931247d Binary files /dev/null and b/screenshots/hyrule.png differ