From f65ef6567764ef882ceda44fea775e0da7009f5f Mon Sep 17 00:00:00 2001 From: Felipe Lavratti Date: Mon, 19 Sep 2022 01:22:52 +0100 Subject: [vscode] fix file icon --- editors/vscode/fileicons/odin-file.svg | 76 ++++++++++++++++++++++++++++++++++ editors/vscode/fileicons/odin_file.svg | 13 ------ editors/vscode/package.json | 26 ++---------- 3 files changed, 80 insertions(+), 35 deletions(-) create mode 100644 editors/vscode/fileicons/odin-file.svg delete mode 100644 editors/vscode/fileicons/odin_file.svg diff --git a/editors/vscode/fileicons/odin-file.svg b/editors/vscode/fileicons/odin-file.svg new file mode 100644 index 0000000..793c09f --- /dev/null +++ b/editors/vscode/fileicons/odin-file.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + diff --git a/editors/vscode/fileicons/odin_file.svg b/editors/vscode/fileicons/odin_file.svg deleted file mode 100644 index f628d9e..0000000 --- a/editors/vscode/fileicons/odin_file.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/editors/vscode/package.json b/editors/vscode/package.json index c3d42bc..a17b6a6 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -86,32 +86,14 @@ } } }, - "icons_PROPOSED": [ - { - "id": "odin-fileicon", - "description": "Odin file icon", - "default": { - "fontId": "odin-icon-font", - "fontCharacter": "\\E000" - } - } - ], - "iconFonts_PROPOSED": [ - { - "id": "odin-icon-font", - "src": [ - { - "path": "./fileicons/odin_file.svg", - "format": "svg" - } - ] - } - ], "languages": [ { "id": "odin", "aliases": ["odin", "Odin"], - "icon_PROPOSED": "odin-fileicon", + "icon": { + "light": "./fileicons/odin-file.svg", + "dark": "./fileicons/odin-file.svg" + }, "extensions": [ ".odin" ], -- cgit v1.2.3