diff --git a/README.md b/README.md index e806c66..f859caf 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,9 @@ An orange tribute to the Laravel PHP Framework. Orange and lime green, sharp sweetness. ![Sourlick](https://raw.github.com/daylerees/colour-schemes/master/screenshots/sourlick.png) + +## Revelation + +Smart blue and yellow. + +![Revelation](https://raw.github.com/daylerees/colour-schemes/master/screenshots/revelation.png) diff --git a/Revelation.tmTheme b/Revelation.tmTheme new file mode 100644 index 0000000..f1c373d --- /dev/null +++ b/Revelation.tmTheme @@ -0,0 +1,387 @@ + + + + + name + Monokai + settings + + + settings + + background + #2E2C2B + caret + #F8F8F0 + foreground + #DEDEDE + invisibles + #3B3A32 + lineHighlight + #3B3633 + selection + #161A1F + findHighlight + #FFE792 + findHighlightForeground + #000000 + selectionBorder + #222218 + activeGuide + #9D550FB0 + + bracketsForeground + #F8F8F2A5 + bracketsOptions + underline + + bracketContentsForeground + #F8F8F2A5 + bracketContentsOptions + underline + + tagsOptions + stippled_underline + + + + name + Comment + scope + comment + settings + + foreground + #615953 + + + + name + String + scope + string + settings + + foreground + #FFBB29 + + + + name + Number + scope + constant.numeric + settings + + foreground + #617FA0 + + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #FFBB29 + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #FFBB29 + + + + name + Variable + scope + variable + settings + + fontStyle + + + + + name + Keyword + scope + keyword + settings + + foreground + #C2DCF2 + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #617FA0 + + + + name + Storage type + scope + storage.type + settings + + fontStyle + italic + foreground + #4E5D84 + + + + name + Class name + scope + entity.name.class + settings + + fontStyle + underline + foreground + #FFBB29 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + fontStyle + italic underline + foreground + #FFBB29 + + + + name + Function name + scope + entity.name.function + settings + + fontStyle + + foreground + #95C2E8 + + + + name + Function argument + scope + variable.parameter + settings + + fontStyle + italic + foreground + #FFBB29 + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + + foreground + #617FA0 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #95C2E8 + + + + name + Library function + scope + support.function + settings + + fontStyle + + foreground + #FFBB29 + + + + name + Library constant + scope + support.constant + settings + + fontStyle + + foreground + #FFBB29 + + + + name + Library class/type + scope + support.type, support.class + settings + + fontStyle + italic + foreground + #FFBB29 + + + + 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 + #CFCFC2 + + + + + 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 + D8D5E82E-3D5B-46B5-B38E-8C841C21347D + + diff --git a/screenshots/.DS_Store b/screenshots/.DS_Store index 1aee332..9ef931c 100644 Binary files a/screenshots/.DS_Store and b/screenshots/.DS_Store differ diff --git a/screenshots/revelation.png b/screenshots/revelation.png new file mode 100644 index 0000000..1215bc1 Binary files /dev/null and b/screenshots/revelation.png differ