diff --git a/README.md b/README.md index e1680ff..5133230 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ -# README -## This is the README for your extension "steffula" -You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts: +# Steffula Code -* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux) -* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux) -* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets +_Steffula theme for Visual Studio Code_ -### For more information -* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown) -* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/) +## Screenshots -**Enjoy!** +![Screenshot 1](screenshots/screenshot-1.png) + +![Screenshot 2](screenshots/screenshot-2.png) + +![Screenshot 3](screenshots/screenshot-3.png) diff --git a/screenshots/screenshot-1.png b/screenshots/screenshot-1.png new file mode 100644 index 0000000..ac6a102 Binary files /dev/null and b/screenshots/screenshot-1.png differ diff --git a/screenshots/screenshot-2.png b/screenshots/screenshot-2.png new file mode 100644 index 0000000..ddb656f Binary files /dev/null and b/screenshots/screenshot-2.png differ diff --git a/screenshots/screenshot-3.png b/screenshots/screenshot-3.png new file mode 100644 index 0000000..4b03aff Binary files /dev/null and b/screenshots/screenshot-3.png differ diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index ad9e491..eefe526 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -259,7 +259,6 @@ "scope": [ "constant.character.format.placeholder", "entity.name.tag.mustache", - "text.html.derivative", "punctuation.definition.bracket.curly.begin.jsdoc", "punctuation.definition.bracket.curly.end.jsdoc", ], @@ -307,6 +306,7 @@ "name": "Metadata", "scope": [ "meta.tag.preprocessor", + "meta.tag.metadata", "meta.attribute", "entity.name.function.decorator", "entity.name.function.macro", @@ -589,6 +589,7 @@ "entity.other.attribute-name.pseudo-class.css", "entity.other.attribute-name.pseudo-element.css", "heading", + "meta.tag.metadata.doctype", ], "settings": { "fontStyle": "bold"