diff --git a/Patriot.tmTheme b/Patriot.tmTheme new file mode 100644 index 0000000..84abaa7 --- /dev/null +++ b/Patriot.tmTheme @@ -0,0 +1,387 @@ + + + + + name + Monokai + settings + + + settings + + background + #2D3133 + caret + #F8F8F0 + foreground + #CAD9E3 + invisibles + #ffffff + lineHighlight + #40484D + selection + #5F7B94 + findHighlight + #FFE792 + findHighlightForeground + #000000 + selectionBorder + #546F87 + activeGuide + #9D550FB0 + + bracketsForeground + #F8F8F2A5 + bracketsOptions + underline + + bracketContentsForeground + #F8F8F2A5 + bracketContentsOptions + underline + + tagsOptions + stippled_underline + + + + name + Comment + scope + comment + settings + + foreground + #515E66 + + + + name + String + scope + string + settings + + foreground + #3790DE + + + + name + Number + scope + constant.numeric + settings + + foreground + #2E6FD9 + + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #2E6FD9 + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #2E6FD9 + + + + name + Variable + scope + variable + settings + + fontStyle + + + + + name + Keyword + scope + keyword + settings + + foreground + #BBBCC4 + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #2E6FD9 + + + + name + Storage type + scope + storage.type + settings + + fontStyle + italic + foreground + #DE333C + + + + name + Class name + scope + entity.name.class + settings + + fontStyle + underline + foreground + #2E6FD9 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + fontStyle + italic underline + foreground + #2E6FD9 + + + + name + Function name + scope + entity.name.function + settings + + fontStyle + + foreground + #FFFFFF + + + + name + Function argument + scope + variable.parameter + settings + + fontStyle + italic + foreground + #199FA8 + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + + foreground + #25808A + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #69ADB5 + + + + name + Library function + scope + support.function + settings + + fontStyle + + foreground + #DE333C + + + + name + Library constant + scope + support.constant + settings + + fontStyle + + foreground + #DE333C + + + + name + Library class/type + scope + support.type, support.class + settings + + fontStyle + italic + foreground + #DE333C + + + + 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 687d524..c545a3f 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,9 @@ Ian Landsman requested a light theme, I give you Userscape. With added fresh breath. ![Spearmint](https://raw.github.com/daylerees/colour-schemes/master/screenshots/spearmint.png) + +## Patriot + +Salute the flag. + +![Patriot](https://raw.github.com/daylerees/colour-schemes/master/screenshots/patriot.png) diff --git a/screenshots/.DS_Store b/screenshots/.DS_Store index b797910..b0270ea 100644 Binary files a/screenshots/.DS_Store and b/screenshots/.DS_Store differ diff --git a/screenshots/patriot.png b/screenshots/patriot.png new file mode 100644 index 0000000..1af6fbf Binary files /dev/null and b/screenshots/patriot.png differ