We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f233be commit 2a81cfbCopy full SHA for 2a81cfb
package.json
@@ -2,7 +2,7 @@
2
"name": "dark-theme-vscode",
3
"displayName": "Dark Theme VSCode",
4
"description": "Dark Theme for VSCode",
5
- "version": "0.1.1",
+ "version": "0.1.2",
6
"publisher": "tizianotedeschi",
7
"icon": "images/logo.png",
8
"repository": {
themes/Dark Theme-color-theme.json
@@ -11,7 +11,11 @@
11
},
12
"variable.defaultLibrary": {
13
"foreground": "#ffdd9d"
14
- }
+ },
15
+ "parameter.label:dart": {
16
+ "fontStyle": "",
17
+ "foreground": "#cccccc"
18
19
20
"tokenColors": [
21
{
0 commit comments