Compare commits

...

5 Commits

Author SHA1 Message Date
Ying-Tsun Huang c62c0e3764 [package.json] Add publisher 2023-11-17 19:11:04 +08:00
Ying-Tsun Huang d3fd8a035b Declare for activityBarBadge.background and sideBarTitle.foreground 2023-11-17 18:53:51 +08:00
Ying-Tsun Huang 0562ab9267 Add repository in package.json 2023-11-11 00:11:23 +08:00
Ying-Tsun Huang fcb4f5305a Fix issue for package.json and README.md 2023-11-10 23:49:12 +08:00
Ying-Tsun Huang 4bbfd958a2 Fix warning 2023-11-10 23:14:40 +08:00
3 changed files with 14 additions and 18 deletions

View File

@ -1,13 +1,3 @@
# README
## This is the README for your extension "zzTheme"
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!**
## This is the README of "zzTheme"
First release

View File

@ -1,8 +1,9 @@
{
"name": "zzTheme",
"name": "zztheme",
"displayName": "zzTheme",
"description": "ZZGodGundam's Theme",
"description": "ZZGodGundam's Color Theme",
"version": "0.0.1",
"publisher": "zzgodgundam",
"engines": {
"vscode": "^1.46.0"
},
@ -17,5 +18,9 @@
"path": "./themes/zzTheme-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "git://github.com/zzgodgundam/zzTheme.git"
}
}

View File

@ -42,8 +42,8 @@
"editorLineNumber.activeForeground": "#c2c2bf",
"editorCursor.foreground": "#f8f8f0",
"editorWhitespace.foreground": "#464741",
"editorIndentGuide.background": "#464741",
"editorIndentGuide.activeBackground": "#767771",
"editorIndentGuide.background1": "#464741",
"editorIndentGuide.activeBackground1": "#767771",
"editorGroupHeader.tabsBackground": "#1e1f1c",
"editorGroup.dropBackground": "#41433980",
"tab.inactiveBackground": "#34352f",
@ -65,7 +65,6 @@
"statusBarItem.remoteBackground": "#AC6218",
"activityBar.background": "#272822",
"activityBar.foreground": "#f8f8f2",
"activityBar.dropBackground": "#414339",
"sideBar.background": "#1e1f1c",
"sideBarSectionHeader.background": "#272822",
"menu.background": "#1e1f1c",
@ -111,7 +110,9 @@
"terminal.ansiBrightBlue": "#819aff", // hue shifted #AE81FF
"terminal.ansiBrightMagenta": "#AE81FF",
"terminal.ansiBrightCyan": "#66D9EF",
"terminal.ansiBrightWhite": "#f8f8f2"
"terminal.ansiBrightWhite": "#f8f8f2",
"activityBarBadge.background": "#265cd1",
"sideBarTitle.foreground": "#f8f8f2"
},
"tokenColors": [
{