Skip to content

Commit 2a81cfb

Browse files
version 0.1.2
1 parent 6f233be commit 2a81cfb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dark-theme-vscode",
33
"displayName": "Dark Theme VSCode",
44
"description": "Dark Theme for VSCode",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"publisher": "tizianotedeschi",
77
"icon": "images/logo.png",
88
"repository": {

themes/Dark Theme-color-theme.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
},
1212
"variable.defaultLibrary": {
1313
"foreground": "#ffdd9d"
14-
}
14+
},
15+
"parameter.label:dart": {
16+
"fontStyle": "",
17+
"foreground": "#cccccc"
18+
},
1519
},
1620
"tokenColors": [
1721
{

0 commit comments

Comments
 (0)