Update Seti theme
parent
b9c773e03e
commit
9212c3db3b
|
@ -6,7 +6,7 @@
|
|||
"git": {
|
||||
"name": "seti-ui",
|
||||
"repositoryUrl": "https://github.com/jesseweed/seti-ui",
|
||||
"commitHash": "921e46b4c378059032c2a9247a6cc96d0f9e57b4"
|
||||
"commitHash": "8dba1bc311dad1b9bc23c4779149f3bf9baa8cb0"
|
||||
}
|
||||
},
|
||||
"version": "0.1.0"
|
||||
|
|
Binary file not shown.
|
@ -1781,10 +1781,16 @@
|
|||
"karma.conf.js": "_karma",
|
||||
"karma.conf.coffee": "_karma",
|
||||
"readme.md": "_info",
|
||||
"readme.txt": "_info",
|
||||
"readme": "_info",
|
||||
"changelog.md": "_clock",
|
||||
"changelog.txt": "_clock",
|
||||
"changelog": "_clock",
|
||||
"changes.md": "_clock",
|
||||
"changes.txt": "_clock",
|
||||
"changes": "_clock",
|
||||
"version.md": "_clock",
|
||||
"version.txt": "_clock",
|
||||
"version": "_clock",
|
||||
"mvnw": "_maven",
|
||||
"tsconfig.json": "_tsconfig",
|
||||
|
@ -1830,16 +1836,26 @@
|
|||
"webpack.prod.cjs": "_webpack",
|
||||
"license": "_license",
|
||||
"licence": "_license",
|
||||
"license.txt": "_license",
|
||||
"licence.txt": "_license",
|
||||
"license.md": "_license",
|
||||
"licence.md": "_license",
|
||||
"copying": "_license",
|
||||
"copying.txt": "_license",
|
||||
"copying.md": "_license",
|
||||
"compiling": "_license_1",
|
||||
"compiling.txt": "_license_1",
|
||||
"compiling.md": "_license_1",
|
||||
"contributing": "_license_2",
|
||||
"contributing.txt": "_license_2",
|
||||
"contributing.md": "_license_2",
|
||||
"qmakefile": "_makefile_1",
|
||||
"omakefile": "_makefile_2",
|
||||
"cmakelists.txt": "_makefile_3",
|
||||
"procfile": "_heroku",
|
||||
"todo": "_todo",
|
||||
"todo.txt": "_todo",
|
||||
"todo.md": "_todo",
|
||||
"npm-debug.log": "_npm_ignored"
|
||||
},
|
||||
"languageIds": {
|
||||
|
@ -2239,10 +2255,16 @@
|
|||
"karma.conf.js": "_karma_light",
|
||||
"karma.conf.coffee": "_karma_light",
|
||||
"readme.md": "_info_light",
|
||||
"readme.txt": "_info_light",
|
||||
"readme": "_info_light",
|
||||
"changelog.md": "_clock_light",
|
||||
"changelog.txt": "_clock_light",
|
||||
"changelog": "_clock_light",
|
||||
"changes.md": "_clock_light",
|
||||
"changes.txt": "_clock_light",
|
||||
"changes": "_clock_light",
|
||||
"version.md": "_clock_light",
|
||||
"version.txt": "_clock_light",
|
||||
"version": "_clock_light",
|
||||
"mvnw": "_maven_light",
|
||||
"tsconfig.json": "_tsconfig_light",
|
||||
|
@ -2288,11 +2310,19 @@
|
|||
"webpack.prod.cjs": "_webpack_light",
|
||||
"license": "_license_light",
|
||||
"licence": "_license_light",
|
||||
"license.txt": "_license_light",
|
||||
"licence.txt": "_license_light",
|
||||
"license.md": "_license_light",
|
||||
"licence.md": "_license_light",
|
||||
"copying": "_license_light",
|
||||
"copying.txt": "_license_light",
|
||||
"copying.md": "_license_light",
|
||||
"compiling": "_license_1_light",
|
||||
"compiling.txt": "_license_1_light",
|
||||
"compiling.md": "_license_1_light",
|
||||
"contributing": "_license_2_light",
|
||||
"contributing.txt": "_license_2_light",
|
||||
"contributing.md": "_license_2_light",
|
||||
"qmakefile": "_makefile_1_light",
|
||||
"omakefile": "_makefile_2_light",
|
||||
"cmakelists.txt": "_makefile_3_light",
|
||||
|
@ -2300,5 +2330,5 @@
|
|||
"npm-debug.log": "_npm_ignored_light"
|
||||
}
|
||||
},
|
||||
"version": "https://github.com/jesseweed/seti-ui/commit/921e46b4c378059032c2a9247a6cc96d0f9e57b4"
|
||||
"version": "https://github.com/jesseweed/seti-ui/commit/8dba1bc311dad1b9bc23c4779149f3bf9baa8cb0"
|
||||
}
|
Loading…
Reference in New Issue