Skip to content

Commit

Permalink
update to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torvaldssg committed Sep 30, 2018
1 parent 5372a6f commit 115a4fb
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 27 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
@@ -1,7 +1,13 @@

# Change Log
All notable changes to the "theme-better-itg-flat-dark" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
### v0.2.0 | 2018-09-30

- Optimize theme colors
- Supplement README.md
- Supplement screenhots
- Supplement logo

### v0.1.0 | 2018-09-29

## [Unreleased]
- Initial release
- 移植成功
21 changes: 12 additions & 9 deletions README.md
@@ -1,13 +1,16 @@
# README
## This is the README for your extension "theme-better-itg-flat-dark"
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
## vscode theme "better-itg-flat-dark"

### 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/)
Beautiful theme. Better itg.flat.dark for vscode.

### better.itg.flat.dark.blue

### better.itg.flat.dark.gold

## For more information

* [Visual Studio marketplace](https://marketplace.visualstudio.com/items?itemName=surmon.theme-better-itg-flat-dark#overview)

* [Github repository](https://github.com/surmon-china/better-itg-flat-dark-vscode-theme)

**Enjoy!**
Binary file modified icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions package.json
@@ -1,12 +1,21 @@
{
"name": "theme-better-itg-flat-dark",
"displayName": "Better itg flat dark Theme",
"displayName": "Better itg flat dark theme",
"description": "Beautiful theme. Better itg.flat.dark for vscode.",
"publisher": "surmon",
"version": "0.1.0",
"version": "0.2.0",
"icon": "logo.png",
"galleryBanner": {
"color": "#222222",
"theme": "dark"
},
"engines": {
"vscode": "^1.27.0"
},
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/better-itg-flat-dark-vscode-theme"
},
"categories": [
"Themes"
],
Expand Down Expand Up @@ -38,7 +47,6 @@
"itg flat dark",
"itg dark sublime"
],
"main": "./js/main",
"license": "MIT",
"activationEvents": [
"*"
Expand Down
11 changes: 0 additions & 11 deletions themes/better.itg.flat.dark.gold.json
Expand Up @@ -5,21 +5,17 @@
"colorSpaceName": "sRGB",
"semanticClass": "theme.dark.itg.dark.gold",
"colors": {
"___comment_1": "最左侧的工具栏",
"activityBar.background": "#222222",
"activityBar.foreground": "#eeeeee",
"activityBarBadge.background": "#F6AA11",
"activityBarBadge.foreground": "#222222",

"___comment_2": "设置按钮",
"button.background": "#F6AA11",
"button.foreground": "#000000",
"button.hoverBackground": "#FF9800",

"___comment_3": "未知元素",
"diffEditor.insertedTextBackground": "#ff0000",

"___comment_4": "编辑器本身",
"editor.background": "#2a2a2a",
"editor.foreground": "#eeeeee",
"editorError.foreground": "#ff0000",
Expand All @@ -37,7 +33,6 @@
"editor.wordHighlightStrongBackground": "#ffffff10",
"editor.wordHighlightStrongBorder": "#F6AA11",

"___comment_5": "编辑器细节",
"editorCursor.background": "#ffffffc9",
"editorCursor.foreground": "#ffffff",

Expand Down Expand Up @@ -67,7 +62,6 @@
"editorMarkerNavigation.background": "#21252b",
"editorRuler.foreground": "#abb2bf26",

"___comment_6": "设置项输入元素",
"focusBorder": "#F6AA11",
"input.border": "#181A1F",
"input.background": "#1B1D23",
Expand All @@ -79,7 +73,6 @@
"inputValidation.errorBackground": "#ffeaea",
"inputValidation.errorBorder": "#f1897f",

"___comment_7": "次左侧侧边栏",
"sideBar.background": "#2f2f2f",
"sideBar.foreground": "#eeeeee",
"sideBarSectionHeader.background": "#222222",
Expand All @@ -89,14 +82,12 @@
"scrollbarSlider.activeBackground": "#747D9180",
"scrollbarSlider.hoverBackground": "#5A637580",

"___comment_8": "最底部状态栏",
"statusBar.background": "#2f2f2f",
"statusBar.foreground": "#afafaf",
"statusBar.noFolderBackground": "#2f2f2f",
"statusBar.debuggingBackground": "#2f2f2f",
"statusBarItem.hoverBackground": "#222222",

"___comment_9": "最顶部切换标签",
"tab.activeBackground": "#2a2a2a",
"tab.activeForeground": "#F6AA11",
"tab.inactiveBackground": "#222222",
Expand All @@ -107,7 +98,6 @@
"titleBar.inactiveBackground": "#2f2f2f",
"titleBar.inactiveForeground": "#9DA5B4",

"___comment_10": "列表相关",
"dropdown.background": "#2f2f2f",
"dropdown.border": "#F6AA11",

Expand All @@ -129,7 +119,6 @@
"pickerGroup.foreground": "#ff0000",
"pickerGroup.border": "#F6AA11",

"___comment_11": "杂项",
"notification.background": "#442e66",
"panel.background": "#222222"
},
Expand Down

0 comments on commit 115a4fb

Please sign in to comment.