diff --git a/Darkside.tmTheme b/Darkside.tmTheme new file mode 100644 index 0000000..c046fc2 --- /dev/null +++ b/Darkside.tmTheme @@ -0,0 +1,387 @@ + + + + + name + Monokai + settings + + + settings + + background + #222324 + caret + #F8F8F0 + foreground + #BABABA + invisibles + #3B3A32 + lineHighlight + #303333 + 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 + #494B4D + + + + name + String + scope + string + settings + + foreground + #F2D42C + + + + name + Number + scope + constant.numeric + settings + + foreground + #8E69C9 + + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #8E69C9 + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #8E69C9 + + + + name + Variable + scope + variable + settings + + fontStyle + + + + + name + Keyword + scope + keyword + settings + + foreground + #F08D24 + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #E8341C + + + + name + Storage type + scope + storage.type + settings + + fontStyle + italic + foreground + #1CC3E8 + + + + name + Class name + scope + entity.name.class + settings + + fontStyle + underline + foreground + #8E69C9 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + fontStyle + italic underline + foreground + #8E69C9 + + + + name + Function name + scope + entity.name.function + settings + + fontStyle + + foreground + #68C244 + + + + name + Function argument + scope + variable.parameter + settings + + fontStyle + italic + foreground + #8E69C9 + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + + foreground + #E8341C + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #68C244 + + + + name + Library function + scope + support.function + settings + + fontStyle + + foreground + #8E69C9 + + + + name + Library constant + scope + support.constant + settings + + fontStyle + + foreground + #8E69C9 + + + + name + Library class/type + scope + support.type, support.class + settings + + fontStyle + italic + foreground + #8E69C9 + + + + 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/README.md b/README.md index 3f6975a..4b83702 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,9 @@ An earthy request by Mr Dan Horrigan, happy to try. A chilly breeze. ![Iceberg](https://raw.github.com/daylerees/colour-schemes/master/screenshots/iceberg.png) + +## Darkside + +Based on Pink Floyd's 'dark side of the moon', a request by Jamie Rumbelow. + +![Darkside](https://raw.github.com/daylerees/colour-schemes/master/screenshots/darkside.png) diff --git a/screenshots/.DS_Store b/screenshots/.DS_Store index bcbe0fa..9f83f7e 100644 Binary files a/screenshots/.DS_Store and b/screenshots/.DS_Store differ diff --git a/screenshots/darkside.png b/screenshots/darkside.png new file mode 100644 index 0000000..0661d09 Binary files /dev/null and b/screenshots/darkside.png differ