@jupyterlab/theme-dark-high-contrast-extension 4.4.3 → 4.4.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 +4 -4
- package/style/variables.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/theme-dark-high-contrast-extension",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.5",
|
|
4
4
|
"description": "JupyterLab - Dark High Contrast Theme",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"watch": "tsc -b --watch"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@jupyterlab/application": "^4.4.
|
|
36
|
-
"@jupyterlab/apputils": "^4.5.
|
|
37
|
-
"@jupyterlab/translation": "^4.4.
|
|
35
|
+
"@jupyterlab/application": "^4.4.5",
|
|
36
|
+
"@jupyterlab/apputils": "^4.5.5",
|
|
37
|
+
"@jupyterlab/translation": "^4.4.5"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"rimraf": "~5.0.5",
|
package/style/variables.css
CHANGED
|
@@ -211,7 +211,7 @@ all of MD as it is not optimized for dense, information rich UIs.
|
|
|
211
211
|
--jp-layout-color0: #111;
|
|
212
212
|
--jp-layout-color1: #111;
|
|
213
213
|
--jp-layout-color2: #424242;
|
|
214
|
-
--jp-layout-color3: #
|
|
214
|
+
--jp-layout-color3: var(--md-grey-700, #616161);
|
|
215
215
|
--jp-layout-color4: white;
|
|
216
216
|
|
|
217
217
|
/* Inverse Layout
|