Skip to content

Commit bdcf7e1

Browse files
committed
update seti theme
1 parent 9b6d13d commit bdcf7e1

4 files changed

Lines changed: 334 additions & 292 deletions

File tree

extensions/theme-seti/build/update-icon-theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ exports.update = function () {
305305
}
306306

307307
return download(fileAssociationFile).then(function (content) {
308-
let regex2 = /\.icon-(?:set|partial)\(['"]([\w-\.]+)['"],\s*['"]([\w-]+)['"],\s*(@[\w-]+)\)/g;
308+
let regex2 = /\.icon-(?:set|partial)\(['"]([\w-\.+]+)['"],\s*['"]([\w-]+)['"],\s*(@[\w-]+)\)/g;
309309
while ((match = regex2.exec(content)) !== null) {
310310
let pattern = match[1];
311311
let def = '_' + match[2];

extensions/theme-seti/cgmanifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"git": {
77
"name": "seti-ui",
88
"repositoryUrl": "https://github.com/jesseweed/seti-ui",
9-
"commitHash": "f3b2775662b0075aab56e5f0c03269f21f3f0f30"
9+
"commitHash": "719e5d384e878b0e190abc80247a8726f083a393"
1010
}
1111
},
1212
"version": "0.1.0"
464 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)