Skip to content

Commit 76eea18

Browse files
committed
Merge branch 'master' of https://github.com/microsoft/vscode
2 parents 2aef194 + 91dd76a commit 76eea18

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

extensions/theme-defaults/themes/hc_black.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,11 @@
122122
"foreground": "#CBEDCB",
123123
}
124124
}
125-
]
125+
],
126+
"semanticTokenColors": {
127+
"newOperator": "#FFFFFF",
128+
"stringLiteral": "#ce9178",
129+
"customLiteral": "#DCDCAA",
130+
"numberLiteral": "#b5cea8",
131+
}
126132
}

0 commit comments

Comments
 (0)