Skip to content

Commit

Permalink
Add folder icons for Jupyter (#2368)
Browse files Browse the repository at this point in the history
* add folder icon for jupyter-notebooks

* prevent recolor of the jupyter logo

* Fit icon color to Material Design

* Darker background for folder color of jupyter folder

* replace logo colors by material color theme

---------

Co-authored-by: Geronimo Bergk <GBergk@horvath-partners.com>
  • Loading branch information
geronimos and Geronimo Bergk committed Jul 5, 2024
1 parent 0f68afc commit ce580db
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
18 changes: 18 additions & 0 deletions icons/folder-jupyter-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions icons/folder-jupyter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,14 @@ export const folderIcons: FolderTheme[] = [
'moderators',
],
},
{
name: 'folder-jupyter',
folderNames: [
'jupyter',
'notebook',
'notebooks',
],
},
{ name: 'folder-scala', folderNames: ['scala'] },
{
name: 'folder-connection',
Expand Down

0 comments on commit ce580db

Please sign in to comment.