jupyterlab_vscode_icons_extension 1.0.48 → 1.0.49
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/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/lib/index.js
CHANGED
|
@@ -451,7 +451,7 @@ const plugin = {
|
|
|
451
451
|
|
|
452
452
|
/* Color shell script icons - pale red for Linux shells (.sh, .bash, .zsh) with inverted colors */
|
|
453
453
|
.jp-DirListing-item[data-shell-type="linux"] .jp-DirListing-itemIcon svg {
|
|
454
|
-
filter: invert(1) hue-rotate(130deg) saturate(0.8) brightness(
|
|
454
|
+
filter: invert(1) hue-rotate(130deg) saturate(0.8) brightness(1.1);
|
|
455
455
|
}
|
|
456
456
|
|
|
457
457
|
/* Color shell script icons - pale blue for Windows shells (.bat, .cmd) */
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -499,7 +499,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
|
|
|
499
499
|
|
|
500
500
|
/* Color shell script icons - pale red for Linux shells (.sh, .bash, .zsh) with inverted colors */
|
|
501
501
|
.jp-DirListing-item[data-shell-type="linux"] .jp-DirListing-itemIcon svg {
|
|
502
|
-
filter: invert(1) hue-rotate(130deg) saturate(0.8) brightness(
|
|
502
|
+
filter: invert(1) hue-rotate(130deg) saturate(0.8) brightness(1.1);
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
/* Color shell script icons - pale blue for Windows shells (.bat, .cmd) */
|