Skip to content

Commit 85626ec

Browse files
committed
add c language icon
1 parent c2beea6 commit 85626ec

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@pierre/vscode-icons",
33
"displayName": "Pierre VS Code Icons",
44
"description": "File icon theme for VS Code backed by source SVGs.",
5-
"version": "0.0.7",
5+
"version": "0.0.8",
66
"publisher": "pierrecomputer",
77
"license": "MIT",
88
"type": "module",

scripts/themes/default.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ export default [
4040
color: color(palette.cyan),
4141
fileExtensions: ["go"],
4242
},
43+
{
44+
name: "lang-c",
45+
color: color(palette.blue),
46+
fileExtensions: ["c", "h", "cpp", "cc", "cxx", "hpp", "hh", "hxx", "inl", "m", "mm", "cs"],
47+
},
4348
{
4449
name: "lang-python",
4550
color: duoColor(palette.blue, palette.yellow),

svgs/lang-c.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)