We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e46430 + 1af5cc8 commit 697c714Copy full SHA for 697c714
3 files changed
media/processing-flat-color.svg
media/processing-icon.svg
package.json
@@ -87,7 +87,7 @@
87
{
88
"id": "processingSidebar",
89
"title": "Processing",
90
- "icon": "media/processing-outline.svg"
+ "icon": "media/processing-flat-color.svg"
91
}
92
]
93
},
@@ -96,12 +96,12 @@
96
97
"id": "processingSidebarView",
98
"name": "Sketchbook",
99
100
101
102
"id": "processingSidebarView2",
103
"name": "Examples",
104
105
106
107
@@ -112,8 +112,8 @@
112
".pde"
113
],
114
"icon": {
115
- "light": "media/processing-filled.svg",
116
- "dark": "media/processing-filled.svg"
+ "light": "media/processing-icon.svg",
+ "dark": "media/processing-icon.svg"
117
118
119
0 commit comments