Skip to content

Commit 1a2679d

Browse files
committed
Convert to Themable VSCode Icons
1 parent b2c15d8 commit 1a2679d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+157
-386
lines changed

package.json

+10-40
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,13 @@
100100
"command": "github-actions.explorer.refresh",
101101
"category": "GitHub Actions",
102102
"title": "Refresh",
103-
"icon": {
104-
"dark": "resources/icons/dark/refresh.svg",
105-
"light": "resources/icons/light/refresh.svg"
106-
}
103+
"icon": "$(refresh)"
107104
},
108105
{
109106
"command": "github-actions.explorer.current-branch.refresh",
110107
"category": "GitHub Actions",
111108
"title": "Refresh current branch",
112-
"icon": {
113-
"dark": "resources/icons/dark/refresh.svg",
114-
"light": "resources/icons/light/refresh.svg"
115-
}
109+
"icon": "$(refresh)"
116110
},
117111
{
118112
"command": "github-actions.explorer.openRun",
@@ -131,10 +125,7 @@
131125
"category": "GitHub Actions",
132126
"title": "Trigger workflow",
133127
"when": "viewItem =~ /workflow/ && viewItem =~ /dispatch/",
134-
"icon": {
135-
"dark": "resources/icons/dark/run.svg",
136-
"light": "resources/icons/light/run.svg"
137-
}
128+
"icon": "$(play)"
138129
},
139130
{
140131
"command": "github-actions.workflow.run.open",
@@ -148,10 +139,7 @@
148139
"category": "GitHub Actions",
149140
"title": "View job logs",
150141
"when": "viewItem =~ /job/",
151-
"icon": {
152-
"dark": "resources/icons/dark/logs.svg",
153-
"light": "resources/icons/light/logs.svg"
154-
}
142+
"icon": "$(output)"
155143
},
156144
{
157145
"command": "github-actions.step.logs",
@@ -182,10 +170,7 @@
182170
"command": "github-actions.settings.secret.add",
183171
"category": "GitHub Actions",
184172
"title": "Add new secret",
185-
"icon": {
186-
"dark": "resources/icons/dark/add.svg",
187-
"light": "resources/icons/light/add.svg"
188-
}
173+
"icon": "$(add)"
189174
},
190175
{
191176
"command": "github-actions.settings.secret.copy",
@@ -196,46 +181,31 @@
196181
"command": "github-actions.settings.secret.update",
197182
"category": "GitHub Actions",
198183
"title": "Update secret",
199-
"icon": {
200-
"dark": "resources/icons/dark/edit.svg",
201-
"light": "resources/icons/light/edit.svg"
202-
}
184+
"icon": "$(edit)"
203185
},
204186
{
205187
"command": "github-actions.settings.secret.delete",
206188
"category": "GitHub Actions",
207189
"title": "Delete secret",
208-
"icon": {
209-
"dark": "resources/icons/dark/remove.svg",
210-
"light": "resources/icons/light/remove.svg"
211-
}
190+
"icon": "$(remove)"
212191
},
213192
{
214193
"command": "github-actions.settings.variable.add",
215194
"category": "GitHub Actions",
216195
"title": "Add new variable",
217-
"icon": {
218-
"dark": "resources/icons/dark/add.svg",
219-
"light": "resources/icons/light/add.svg"
220-
}
196+
"icon": "$(add)"
221197
},
222198
{
223199
"command": "github-actions.settings.variable.update",
224200
"category": "GitHub Actions",
225201
"title": "Update variable",
226-
"icon": {
227-
"dark": "resources/icons/dark/edit.svg",
228-
"light": "resources/icons/light/edit.svg"
229-
}
202+
"icon": "$(edit)"
230203
},
231204
{
232205
"command": "github-actions.settings.variable.delete",
233206
"category": "GitHub Actions",
234207
"title": "Delete variable",
235-
"icon": {
236-
"dark": "resources/icons/dark/remove.svg",
237-
"light": "resources/icons/light/remove.svg"
238-
}
208+
"icon": "$(remove)"
239209
},
240210
{
241211
"command": "github-actions.settings.variable.copy-name",

resources/icons.woff

1.02 KB
Binary file not shown.

resources/icons/dark/add.svg

-1
This file was deleted.

resources/icons/dark/edit.svg

-3
This file was deleted.

resources/icons/dark/logs.svg

-3
This file was deleted.

resources/icons/dark/refresh.svg

-4
This file was deleted.

resources/icons/dark/remove.svg

-3
This file was deleted.

resources/icons/dark/run.svg

-3
This file was deleted.

resources/icons/dark/steps/step_cancelled.svg

-3
This file was deleted.

resources/icons/dark/steps/step_failure.svg

-10
This file was deleted.

resources/icons/dark/steps/step_inprogress.svg

-7
This file was deleted.

resources/icons/dark/steps/step_queued.svg

-10
This file was deleted.

resources/icons/dark/steps/step_skipped.svg

-10
This file was deleted.

resources/icons/dark/steps/step_success.svg

-3
This file was deleted.

resources/icons/dark/steps/step_warning.svg

-10
This file was deleted.

resources/icons/dark/workflowruns/wr_cancelled.svg

-3
This file was deleted.

resources/icons/dark/workflowruns/wr_failure.svg

-10
This file was deleted.

resources/icons/dark/workflowruns/wr_inprogress.svg

-7
This file was deleted.

resources/icons/dark/workflowruns/wr_pending.svg

-10
This file was deleted.

resources/icons/dark/workflowruns/wr_queued.svg

-3
This file was deleted.

resources/icons/dark/workflowruns/wr_skipped.svg

-3
This file was deleted.

resources/icons/dark/workflowruns/wr_success.svg

-3
This file was deleted.

resources/icons/dark/workflowruns/wr_waiting.svg

-3
This file was deleted.

resources/icons/dark/workflowruns/wr_warning.svg

-3
This file was deleted.

resources/icons/light/add.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)