File tree Expand file tree Collapse file tree 7 files changed +12
-8
lines changed
Expand file tree Collapse file tree 7 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 1+ .DS_Store
Original file line number Diff line number Diff line change 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" : {
3232 }
3333 ]
3434 }
35- }
35+ }
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
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 },
You can’t perform that action at this time.
0 commit comments