Compare commits
No commits in common. "fcb4f5305aef01045b640349c9d844455a5dab07" and "f6e7484cfcb14fb1e1581c172a8156d9a2d4c5fd" have entirely different histories.
fcb4f5305a
...
f6e7484cfc
14
README.md
14
README.md
|
|
@ -1,3 +1,13 @@
|
||||||
# README
|
# README
|
||||||
## This is the README of "zzTheme"
|
## This is the README for your extension "zzTheme"
|
||||||
First release
|
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
|
||||||
|
|
||||||
|
### 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/)
|
||||||
|
|
||||||
|
**Enjoy!**
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "zztheme",
|
"name": "zzTheme",
|
||||||
"displayName": "zzTheme",
|
"displayName": "zzTheme",
|
||||||
"description": "ZZGodGundam's Color Theme",
|
"description": "ZZGodGundam's Theme",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.46.0"
|
"vscode": "^1.46.0"
|
||||||
|
|
|
||||||
|
|
@ -42,8 +42,8 @@
|
||||||
"editorLineNumber.activeForeground": "#c2c2bf",
|
"editorLineNumber.activeForeground": "#c2c2bf",
|
||||||
"editorCursor.foreground": "#f8f8f0",
|
"editorCursor.foreground": "#f8f8f0",
|
||||||
"editorWhitespace.foreground": "#464741",
|
"editorWhitespace.foreground": "#464741",
|
||||||
"editorIndentGuide.background1": "#464741",
|
"editorIndentGuide.background": "#464741",
|
||||||
"editorIndentGuide.activeBackground1": "#767771",
|
"editorIndentGuide.activeBackground": "#767771",
|
||||||
"editorGroupHeader.tabsBackground": "#1e1f1c",
|
"editorGroupHeader.tabsBackground": "#1e1f1c",
|
||||||
"editorGroup.dropBackground": "#41433980",
|
"editorGroup.dropBackground": "#41433980",
|
||||||
"tab.inactiveBackground": "#34352f",
|
"tab.inactiveBackground": "#34352f",
|
||||||
|
|
@ -65,6 +65,7 @@
|
||||||
"statusBarItem.remoteBackground": "#AC6218",
|
"statusBarItem.remoteBackground": "#AC6218",
|
||||||
"activityBar.background": "#272822",
|
"activityBar.background": "#272822",
|
||||||
"activityBar.foreground": "#f8f8f2",
|
"activityBar.foreground": "#f8f8f2",
|
||||||
|
"activityBar.dropBackground": "#414339",
|
||||||
"sideBar.background": "#1e1f1c",
|
"sideBar.background": "#1e1f1c",
|
||||||
"sideBarSectionHeader.background": "#272822",
|
"sideBarSectionHeader.background": "#272822",
|
||||||
"menu.background": "#1e1f1c",
|
"menu.background": "#1e1f1c",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue