diff --git a/.media/icon-128x128_round.png b/.media/icon-128x128_round.png
new file mode 100644
index 0000000..5fec24e
Binary files /dev/null and b/.media/icon-128x128_round.png differ
diff --git a/.media/icon-512x512.png b/.media/icon-512x512.png
new file mode 100644
index 0000000..aabbb75
Binary files /dev/null and b/.media/icon-512x512.png differ
diff --git a/.media/icon.svg b/.media/icon.svg
new file mode 100644
index 0000000..f8223fb
--- /dev/null
+++ b/.media/icon.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/.media/screenshot-code.png b/.media/screenshot-code.png
new file mode 100644
index 0000000..765321a
Binary files /dev/null and b/.media/screenshot-code.png differ
diff --git a/.media/screenshot-editor.png b/.media/screenshot-editor.png
new file mode 100644
index 0000000..5618065
Binary files /dev/null and b/.media/screenshot-editor.png differ
diff --git a/.media/screenshot-enums.png b/.media/screenshot-enums.png
new file mode 100644
index 0000000..00e19c2
Binary files /dev/null and b/.media/screenshot-enums.png differ
diff --git a/.media/screenshot-type-interface.png b/.media/screenshot-type-interface.png
new file mode 100644
index 0000000..814d664
Binary files /dev/null and b/.media/screenshot-type-interface.png differ
diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index fa5c0bd..0000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Change Log
-
-All notable changes to the "shinycode" extension will be documented in this file.
-
-Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
-
-## [Unreleased]
-
-- Initial release
diff --git a/README.md b/README.md
index 0576956..ce0e76d 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,23 @@
-# shinycode README
+
-## Working with Markdown
+![](.media/icon-128x128_round.png)
-You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
+# Shiny 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, macOS) to see a list of Markdown snippets.
+Prototype Material You 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/)
+> [!Caution]
+>
+> This specific prototype has been deemed a failure and work on it won't be resumed.
-**Enjoy!**
+## Screenshots
+
+![](.media/screenshot-enums.png)
+
+![](.media/screenshot-type-interface.png)
+
+![](.media/screenshot-code.png)
+
+![](.media/screenshot-editor.png)
diff --git a/vsc-extension-quickstart.md b/vsc-extension-quickstart.md
deleted file mode 100644
index d9d4c74..0000000
--- a/vsc-extension-quickstart.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# Welcome to your VS Code Extension
-
-## What's in the folder
-
-* This folder contains all of the files necessary for your color theme extension.
-* `package.json` - this is the manifest file that defines the location of the theme file and specifies the base theme of the theme.
-* `themes/ShinyCode-color-theme.json` - the color theme definition file.
-
-## Get up and running straight away
-
-* Press `F5` to open a new window with your extension loaded.
-* Open the color theme picker with the `File > Preferences > Theme > Color Theme` menu item, or use the `Preferences: Color Theme command (Ctrl+K Ctrl+T)` and pick your theme
-* Open a file that has a language associated. The languages' configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the `Developer: Inspect Editor Tokens and Scopes` command from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac).
-
-## Make changes
-
-* Changes to the theme file are automatically applied to the Extension Development Host window.
-
-## Adopt your theme to Visual Studio Code
-
-* The token colorization is done based on standard TextMate themes. Colors are matched against one or more scopes.
-
-To learn more about scopes and how they're used, check out the [color theme](https://code.visualstudio.com/api/extension-guides/color-theme) documentation.
-
-## Install your extension
-
-* To start using your extension with Visual Studio Code copy it into the `/.vscode/extensions` folder and restart Code.
-* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.