aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json47
1 files changed, 46 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 750c97bb1..cde5fbcb8 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -371,12 +371,57 @@
371 }, 371 },
372 { 372 {
373 "id": "ralsp.macro", 373 "id": "ralsp.macro",
374 "description": "Color for DFAF8F", 374 "description": "Color for macros",
375 "defaults": { 375 "defaults": {
376 "dark": "#BFEBBF", 376 "dark": "#BFEBBF",
377 "light": "#DD6718", 377 "light": "#DD6718",
378 "highContrast": "#ED7718" 378 "highContrast": "#ED7718"
379 } 379 }
380 },
381 {
382 "id": "ralsp.constant",
383 "description": "Color for constants",
384 "defaults": {
385 "dark": "#569cd6",
386 "light": "#267cb6",
387 "highContrast": "#569cd6"
388 }
389 },
390 {
391 "id": "ralsp.type",
392 "description": "Color for types",
393 "defaults": {
394 "dark": "#4EC9B0",
395 "light": "#267F99",
396 "highContrast": "#4EC9B0"
397 }
398 },
399 {
400 "id": "ralsp.field",
401 "description": "Color for fields",
402 "defaults": {
403 "dark": "#4EC9B0",
404 "light": "#267F99",
405 "highContrast": "#4EC9B0"
406 }
407 },
408 {
409 "id": "ralsp.variable",
410 "description": "Color for variables",
411 "defaults": {
412 "dark": "#4EC9B0",
413 "light": "#267F99",
414 "highContrast": "#4EC9B0"
415 }
416 },
417 {
418 "id": "ralsp.module",
419 "description": "Color for modules",
420 "defaults": {
421 "dark": "#D4D4D4",
422 "light": "#000000",
423 "highContrast": "#FFFFFF"
424 }
380 } 425 }
381 ] 426 ]
382 } 427 }