Skip to content

Commit

Permalink
Update python icons (#7)
Browse files Browse the repository at this point in the history
- add jupyter icon
- update python icon
  • Loading branch information
alexdauenhauer authored Sep 25, 2024
1 parent 61b917c commit 5803f8a
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.3.0

- add jupyter icon
- update python icon

## 0.2.2

- remove preview tag
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "catppuccin-noctis-icons",
"displayName": "Catppuccin Noctis Icons",
"description": "A companion icons theme for Catppuccin Noctis color theme. Forked from Symbols Icon Theme",
"version": "0.2.2",
"version": "0.3.0",
"publisher": "alexdauenhauer",
"icon": "logo.png",
"main": "./src/extension.js",
Expand Down Expand Up @@ -95,4 +95,4 @@
"release": true
}
}
}
}
3 changes: 2 additions & 1 deletion src/catppuccin-noctis-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"go": { "iconPath": "./icons/files/go.svg" },
"go-mod": { "iconPath": "./icons/files/go-mod.svg" },
"python": { "iconPath": "./icons/files/python.svg" },
"jupyter": { "iconPath": "./icons/files/jupyter.svg" },
"julia": { "iconPath": "./icons/files/julia.svg" },
"julia-markdown": { "iconPath": "./icons/files/julia-markdown.svg" },
"github": { "iconPath": "./icons/files/github.svg" },
Expand Down Expand Up @@ -534,7 +535,7 @@
"tsv": "csv",
"psv": "csv",
"ods": "csv",
"ipynb": "notebook",
"ipynb": "jupyter",
"svg": "svg",
"css": "brackets-sky",
"test": "code-orange",
Expand Down
13 changes: 13 additions & 0 deletions src/icons/files/jupyter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/icons/files/python.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5803f8a

Please sign in to comment.