Skip to content

Commit

Permalink
publishing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
emericoude committed May 23, 2022
1 parent da990c8 commit 85f784f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!
18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 85f784f

Please sign in to comment.