aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-12-31 14:42:34 +0000
committerGitHub <[email protected]>2019-12-31 14:42:34 +0000
commit1327aed7f6289043091aa9179282030c6f13ddbe (patch)
treeb5107955ff61c8309210b76bbde681e0d456e1f3 /editors/code/package.json
parent6896ffab60bf4c277bebcd0bb35010e7d224b603 (diff)
parent0eb254854d4b9756e114d976386a7bcef02d904d (diff)
Merge #2706
2706: Fix color name r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 269bed0f8..429d63f72 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -312,7 +312,7 @@
312 ], 312 ],
313 "colors": [ 313 "colors": [
314 { 314 {
315 "id": "rust-analyzer.inlayHint", 315 "id": "rust_analyzer.inlayHint",
316 "description": "Color for inlay hints", 316 "description": "Color for inlay hints",
317 "defaults": { 317 "defaults": {
318 "dark": "#A0A0A0F0", 318 "dark": "#A0A0A0F0",