Skip to content

Commit

Permalink
Add icon for CUDA files (#218)
Browse files Browse the repository at this point in the history
* Add icon for CUDA files

* Changing icon to NVIDIA logo

* Add cuda iconDefinition

---------

Co-authored-by: Miguel Solorio <[email protected]>
eduardo-kurek and miguelsolorio authored Sep 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5028ff7 commit 30fb1fe
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/icons/files/cuda.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
@@ -262,6 +262,7 @@
"minecraft": { "iconPath": "./icons/files/minecraft.svg" },
"expressive-code": { "iconPath": "./icons/files/expressive-code.svg" },
"lunaria": { "iconPath": "./icons/files/lunaria.svg" },
"cuda": { "iconPath": "./icons/files/cuda.svg" },
"func": { "iconPath": "./icons/files/func.svg" }
},

@@ -505,6 +506,8 @@
"mm": "cplus",
"mii": "cplus",
"ii": "cplus",
"cu": "cuda",
"cuh": "cuda",
"jsx": "react",
"tsx": "react-ts",
"vsixmanifest": "puzzle",

0 comments on commit 30fb1fe

Please sign in to comment.