@jupyterlab/theme-light-extension 4.0.0-alpha.16 → 4.0.0-alpha.17

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": "4.0.0-alpha.16",
3
+ "version": "4.0.0-alpha.17",
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": "^4.0.0-alpha.16",
35
- "@jupyterlab/apputils": "^4.0.0-alpha.16",
36
- "@jupyterlab/translation": "^4.0.0-alpha.16"
34
+ "@jupyterlab/application": "^4.0.0-alpha.17",
35
+ "@jupyterlab/apputils": "^4.0.0-alpha.17",
36
+ "@jupyterlab/translation": "^4.0.0-alpha.17"
37
37
  },
38
38
  "devDependencies": {
39
39
  "rimraf": "~3.0.0",
@@ -409,8 +409,8 @@ all of MD as it is not optimized for dense, information rich UIs.
409
409
  --jp-reject-color-active: var(--md-grey-800);
410
410
 
411
411
  /* File or activity icons and switch semantic variables */
412
- --jp-jupyter-icon-color: var(--md-orange-900);
413
- --jp-notebook-icon-color: var(--md-orange-700);
412
+ --jp-jupyter-icon-color: #f37626;
413
+ --jp-notebook-icon-color: #f37626;
414
414
  --jp-json-icon-color: var(--md-orange-700);
415
415
  --jp-console-icon-background-color: var(--md-blue-700);
416
416
  --jp-console-icon-color: white;
@@ -419,6 +419,5 @@ all of MD as it is not optimized for dense, information rich UIs.
419
419
  --jp-text-editor-icon-color: var(--md-grey-700);
420
420
  --jp-inspector-icon-color: var(--md-grey-700);
421
421
  --jp-switch-color: var(--md-grey-400);
422
- --jp-switch-true-position-color: var(--md-orange-700);
423
- --jp-switch-cursor-color: rgba(255, 255, 255, 1);
422
+ --jp-switch-true-position-color: var(--md-orange-900);
424
423
  }