diff --git a/icons/stencil.svg b/icons/stencil.svg index 3febbde45..4e70570a3 100644 --- a/icons/stencil.svg +++ b/icons/stencil.svg @@ -1 +1 @@ - + diff --git a/icons/stencil_light.svg b/icons/stencil_light.svg deleted file mode 100644 index 908601ba7..000000000 --- a/icons/stencil_light.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 9f9c99c58..a7df52649 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -805,7 +805,7 @@ export const fileIcons: FileIcons = { { name: 'san', fileExtensions: ['san'] }, { name: 'wallaby', fileNames: ['wallaby.js', 'wallaby.conf.js'] }, { name: 'django', fileExtensions: ['djt'] }, - { name: 'stencil', fileNames: ['stencil.config.js', 'stencil.config.ts'], light: true }, + { name: 'stencil', fileNames: ['stencil.config.js', 'stencil.config.ts'] }, { name: 'red', fileExtensions: ['red'] }, { name: 'makefile', fileNames: ['makefile'] }, { name: 'foxpro', fileExtensions: ['fxp', 'prg'] },