Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
cde8e59
feat: input folder icon
mattqdev Aug 28, 2025
51b3b10
feat: input simulations icon
mattqdev Aug 29, 2025
977d43b
fix(icons): changed Input icons
mattqdev Sep 20, 2025
8c0db0c
Merge branch 'main' into main
mattqdev Sep 20, 2025
1a9281a
fix(folderIcons): updated folder-dist and adapted for folder-inputs
mattqdev Sep 22, 2025
ea7cc92
Merge branch 'main' into main
lucas-labs Sep 22, 2025
d7f25ab
fix(icons): standardize color values and formatting in folder icons;
mattqdev Sep 22, 2025
df58814
Merge branch 'main' of https://github.com/mattqdev/vscode-material-ic…
mattqdev Sep 25, 2025
989f5a8
fix(folderIcons): format folder names for consistency in folder-input…
mattqdev Sep 25, 2025
ae2ae50
Merge branch 'main' into main
mattqdev Oct 1, 2025
43afc97
Merge branch 'main' into main
mattqdev Oct 3, 2025
5046476
Merge branch 'main' into main
mattqdev Oct 4, 2025
9c9b4ea
fix(svg): remove unnecessary line breaks in folder-shared-open.svg
mattqdev Oct 4, 2025
e604b98
Merge branch 'main' into main
mattqdev Oct 9, 2025
a216bea
fix(folderIcons): moved 'output' and 'out' to folder-dist
mattqdev Oct 11, 2025
99d1527
fix(folderIcons): restored folder-dist to the original version
mattqdev Oct 11, 2025
d9e1e84
fix(folderIcons): restore 'output' folder name to folder-dist
mattqdev Oct 11, 2025
6e3fc37
Merge branch 'main' into main
mattqdev Oct 11, 2025
95597bc
Format code
PKief Oct 12, 2025
942d821
Design icons to be more pixel perfect
PKief Oct 12, 2025
9c9964c
Merge branch 'main' into pr/mattqdev/3162
PKief Oct 12, 2025
bf770cb
Merge branch 'main' into main
PKief Oct 12, 2025
0ffd537
fix(icons): update contrast
PKief Oct 12, 2025
cc6fe90
Merge branch 'main' into main
PKief Oct 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions icons/folder-input-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions icons/folder-input.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion icons/folder-shared-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions icons/folder-simulations-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions icons/folder-simulations.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions src/core/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-dist',
folderNames: [
'dist',
'out',
'output',
'build',
'builds',
'release',
Expand Down Expand Up @@ -1281,6 +1279,22 @@ export const folderIcons: FolderTheme[] = [
folderNames: ['.cursor'],
light: true,
},
{
name: 'folder-input',
folderNames: [
'input',
'inputs',
'output',
'outputs',
'io',
'in',
'out',
],
},
{
name: 'folder-simulations',
folderNames: ['simulations', 'simulation', 'sim', 'sims'],
},
{
name: 'folder-metro',
folderNames: ['metro'],
Expand Down