From 85f784f116b2975d68320487dc22edd4ce943eff Mon Sep 17 00:00:00 2001 From: Emeric Coude Date: Mon, 23 May 2022 19:24:22 -0400 Subject: [PATCH] publishing stuff --- README.md | 12 +++--------- package.json | 18 ++++++++++++++++-- ...ight Color Theme for Unity-color-theme.json | 1 - 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7e8481c..44781a6 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,7 @@ # README -## This is the README for your extension "hollow-knight-theme" -You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts: -* 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 +A simple color theme inspired by Hollow Knight! -### 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/) +**This color theme was made specifically for Unity game development.** I can't promise that it will look good for languages other than c#. It is also still in its infancy and will most likely need some work. -**Enjoy!** +Enjoy! diff --git a/package.json b/package.json index ba48ff9..6a56382 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,12 @@ "name": "hollow-knight-theme", "displayName": "Hollow Knight Theme", "description": "A VS Code color theme made for Unity and csharp.", - "version": "0.0.1", + "version": "0.0.2", + "publisher": "emericoude", + "repository": { + "type": "git", + "url": "https://github.com/emericoude/vs-code--hollow-knight-theme" + }, "engines": { "vscode": "^1.67.0" }, @@ -17,5 +22,14 @@ "path": "./themes/Hollow Knight Color Theme for Unity-color-theme.json" } ] - } + }, + "keywords": [ + "theme", + "dark", + "hollow knight", + "hollow-knight", + "unity", + "unity theme", + "emeric coude" + ] } \ No newline at end of file diff --git a/themes/Hollow Knight Color Theme for Unity-color-theme.json b/themes/Hollow Knight Color Theme for Unity-color-theme.json index 0d7bab7..1fb637a 100644 --- a/themes/Hollow Knight Color Theme for Unity-color-theme.json +++ b/themes/Hollow Knight Color Theme for Unity-color-theme.json @@ -27,7 +27,6 @@ "editorWhitespace.foreground": "#848da220", "editorLink.activeForeground": "#79beda", //Hovered hyperlink color - //Code area background "editor.background": "#191918", "editor.foreground": "#e4eaf0", //default text color (if not assigned)