jupyterlab_vscode_icons_extension 1.0.63 → 1.0.64
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 +2 -2
- package/package.json +1 -1
- package/src/index.ts +2 -2
package/lib/index.js
CHANGED
|
@@ -408,7 +408,7 @@ const plugin = {
|
|
|
408
408
|
background-position: center;
|
|
409
409
|
}
|
|
410
410
|
|
|
411
|
-
/* Override CLAUDE.md file icon with VSCode Claude icon (
|
|
411
|
+
/* Override CLAUDE.md file icon with VSCode Claude icon (Claude orange/coral color) */
|
|
412
412
|
.jp-DirListing-item[data-file-type="notebook"][data-claude-md] .jp-DirListing-itemIcon svg,
|
|
413
413
|
.jp-DirListing-item[data-file-type="notebook"][data-claude-md] .jp-DirListing-itemIcon img {
|
|
414
414
|
display: none !important;
|
|
@@ -422,7 +422,7 @@ const plugin = {
|
|
|
422
422
|
background-size: contain;
|
|
423
423
|
background-repeat: no-repeat;
|
|
424
424
|
background-position: center;
|
|
425
|
-
filter: hue-rotate(
|
|
425
|
+
filter: brightness(0) saturate(100%) invert(75%) sepia(18%) saturate(834%) hue-rotate(337deg) brightness(95%) contrast(88%);
|
|
426
426
|
}
|
|
427
427
|
|
|
428
428
|
/* Override README.md file icon with custom info icon */
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -455,7 +455,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
|
|
|
455
455
|
background-position: center;
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
-
/* Override CLAUDE.md file icon with VSCode Claude icon (
|
|
458
|
+
/* Override CLAUDE.md file icon with VSCode Claude icon (Claude orange/coral color) */
|
|
459
459
|
.jp-DirListing-item[data-file-type="notebook"][data-claude-md] .jp-DirListing-itemIcon svg,
|
|
460
460
|
.jp-DirListing-item[data-file-type="notebook"][data-claude-md] .jp-DirListing-itemIcon img {
|
|
461
461
|
display: none !important;
|
|
@@ -469,7 +469,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
|
|
|
469
469
|
background-size: contain;
|
|
470
470
|
background-repeat: no-repeat;
|
|
471
471
|
background-position: center;
|
|
472
|
-
filter: hue-rotate(
|
|
472
|
+
filter: brightness(0) saturate(100%) invert(75%) sepia(18%) saturate(834%) hue-rotate(337deg) brightness(95%) contrast(88%);
|
|
473
473
|
}
|
|
474
474
|
|
|
475
475
|
/* Override README.md file icon with custom info icon */
|