@jupyterlab/theme-light-extension 3.6.0-alpha.3 → 3.6.0-alpha.5

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.6.0-alpha.3",
3
+ "version": "3.6.0-alpha.5",
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.6.0-alpha.3",
35
- "@jupyterlab/apputils": "^3.6.0-alpha.3",
36
- "@jupyterlab/translation": "^3.6.0-alpha.3"
34
+ "@jupyterlab/application": "^3.6.0-alpha.5",
35
+ "@jupyterlab/apputils": "^3.6.0-alpha.5",
36
+ "@jupyterlab/translation": "^3.6.0-alpha.5"
37
37
  },
38
38
  "devDependencies": {
39
39
  "rimraf": "~3.0.0",
@@ -404,4 +404,17 @@ all of MD as it is not optimized for dense, information rich UIs.
404
404
  --jp-icon-contrast-color1: var(--md-green-600);
405
405
  --jp-icon-contrast-color2: var(--md-pink-600);
406
406
  --jp-icon-contrast-color3: var(--md-blue-600);
407
+
408
+ /* File or activity icons and switch semantic variables */
409
+ --jp-jupyter-icon-color: #f37626;
410
+ --jp-notebook-icon-color: #f37626;
411
+ --jp-json-icon-color: var(--md-orange-700);
412
+ --jp-console-icon-background-color: var(--md-blue-700);
413
+ --jp-console-icon-color: white;
414
+ --jp-terminal-icon-background-color: var(--md-grey-800);
415
+ --jp-terminal-icon-color: var(--md-grey-200);
416
+ --jp-text-editor-icon-color: var(--md-grey-700);
417
+ --jp-inspector-icon-color: var(--md-grey-700);
418
+ --jp-switch-color: var(--md-grey-400);
419
+ --jp-switch-true-position-color: var(--md-orange-900);
407
420
  }