@jupyterlab/theme-light-extension 3.5.0 → 3.6.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/theme-light-extension",
3
- "version": "3.5.0",
3
+ "version": "3.6.0-alpha.0",
4
4
  "description": "JupyterLab - Default Light Theme",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -31,9 +31,9 @@
31
31
  "watch": "tsc -b --watch"
32
32
  },
33
33
  "dependencies": {
34
- "@jupyterlab/application": "^3.5.0",
35
- "@jupyterlab/apputils": "^3.5.0",
36
- "@jupyterlab/translation": "^3.5.0"
34
+ "@jupyterlab/application": "^3.6.0-alpha.0",
35
+ "@jupyterlab/apputils": "^3.6.0-alpha.0",
36
+ "@jupyterlab/translation": "^3.6.0-alpha.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "rimraf": "~3.0.0",
@@ -365,6 +365,20 @@ all of MD as it is not optimized for dense, information rich UIs.
365
365
  --jp-mirror-editor-error-color: #f00;
366
366
  --jp-mirror-editor-hr-color: #999;
367
367
 
368
+ /*
369
+ RTC user specific colors.
370
+ These colors are used for the cursor, username in the editor,
371
+ and the icon of the user.
372
+ */
373
+
374
+ --jp-collaborator-color1: #ffad8e;
375
+ --jp-collaborator-color2: #dac83d;
376
+ --jp-collaborator-color3: #72dd76;
377
+ --jp-collaborator-color4: #00e4d0;
378
+ --jp-collaborator-color5: #45d4ff;
379
+ --jp-collaborator-color6: #e2b1ff;
380
+ --jp-collaborator-color7: #ff9de6;
381
+
368
382
  /* Vega extension styles */
369
383
 
370
384
  --jp-vega-background: white;