@jupyterlab/theme-light-extension 3.6.0-alpha.4 → 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.4",
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.4",
35
- "@jupyterlab/apputils": "^3.6.0-alpha.4",
36
- "@jupyterlab/translation": "^3.6.0-alpha.4"
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",
@@ -406,8 +406,8 @@ all of MD as it is not optimized for dense, information rich UIs.
406
406
  --jp-icon-contrast-color3: var(--md-blue-600);
407
407
 
408
408
  /* File or activity icons and switch semantic variables */
409
- --jp-jupyter-icon-color: var(--md-orange-900);
410
- --jp-notebook-icon-color: var(--md-orange-700);
409
+ --jp-jupyter-icon-color: #f37626;
410
+ --jp-notebook-icon-color: #f37626;
411
411
  --jp-json-icon-color: var(--md-orange-700);
412
412
  --jp-console-icon-background-color: var(--md-blue-700);
413
413
  --jp-console-icon-color: white;
@@ -416,6 +416,5 @@ all of MD as it is not optimized for dense, information rich UIs.
416
416
  --jp-text-editor-icon-color: var(--md-grey-700);
417
417
  --jp-inspector-icon-color: var(--md-grey-700);
418
418
  --jp-switch-color: var(--md-grey-400);
419
- --jp-switch-true-position-color: var(--md-orange-700);
420
- --jp-switch-cursor-color: rgba(255, 255, 255, 1);
419
+ --jp-switch-true-position-color: var(--md-orange-900);
421
420
  }