Skip to content

Commit 9266231

Browse files
committed
update theme, release new version
1 parent 9528142 commit 9266231

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 14.x
15+
node-version: 18.x
1616
- if: startsWith( github.ref, 'refs/tags/')
1717
run: npx vsce publish
1818
env:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

images/dark.png

714 KB
Loading

images/light.png

716 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "github-sharp-theme",
33
"displayName": "GitHub Sharp Theme",
44
"description": "A GitHub inspired color theme for VSCode code and interface",
5-
"version": "1.9.0",
5+
"version": "1.10.0",
66
"publisher": "joaomoreno",
77
"icon": "icon.png",
88
"repository": {
@@ -32,4 +32,4 @@
3232
}
3333
]
3434
}
35-
}
35+
}

themes/github-sharp-dark-theme.color-theme.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"activityBar.foreground": "#ffffff",
66
"activityBarBadge.background": "#a13e25",
77
"button.background": "#5790be",
8+
"diffEditor.unchangedCodeBackground": "#00000000",
9+
"diffEditor.unchangedRegionBackground": "#1c1e1e",
10+
"diffEditor.unchangedRegionShadow": "#171717",
811
"editor.background": "#212424",
912
"editor.findMatchBackground": "#724f2a",
1013
"editor.findMatchHighlightBackground": "#4d4741",
@@ -18,8 +21,6 @@
1821
"editorGutter.addedBackground": "#206420",
1922
"editorGutter.deletedBackground": "#7e4545",
2023
"editorGutter.modifiedBackground": "#206264",
21-
"editorIndentGuide.activeBackground": "#3f464b",
22-
"editorIndentGuide.background": "#3f464b",
2324
"editorLineNumber.activeForeground": "#777777",
2425
"editorLineNumber.foreground": "#494949",
2526
"editorSuggestWidget.foreground": "#a0a2a5",

themes/github-sharp-theme.color-theme.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"editorGroup.border": "#cecece",
1414
"editorGroupHeader.tabsBackground": "#fafbfc",
1515
"editorGroupHeader.tabsBorder": "#e1e4e8",
16-
"editorIndentGuide.background": "#eeeeee",
16+
"editorIndentGuide.background1": "#eeeeee",
1717
"editorLineNumber.foreground": "#cccccc",
1818
"focusBorder": "#4b4b4b",
1919
"input.border": "#d1d1d1",
@@ -57,12 +57,14 @@
5757
"titleBar.activeBackground": "#24292e",
5858
"titleBar.activeForeground": "#cccccc",
5959
"titleBar.border": "#ff000000",
60-
"titleBar.inactiveBackground": "#24292e"
60+
"titleBar.inactiveBackground": "#24292e",
61+
"diffEditor.unchangedRegionBackground": "#f5f5f5",
62+
"diffEditor.unchangedRegionShadow": "#d3d3d3",
63+
"badge.background": "#cad7e2",
6164
},
6265
"tokenColors": [
6366
{
6467
"settings": {
65-
"background": "#ffffffff",
6668
"foreground": "#24292eff"
6769
}
6870
},

0 commit comments

Comments
 (0)