Change profile color of "system" to black.

This commit is contained in:
FelisCatus 2014-09-23 18:48:11 +08:00
parent 419935b959
commit a75f002d82
4 changed files with 3 additions and 3 deletions

View File

@ -29,6 +29,7 @@ To build the project:
cd omega-build cd omega-build
npm run deps # This runs npm install in every module. npm run deps # This runs npm install in every module.
npm run dev # This runs npm link to aid local development. npm run dev # This runs npm link to aid local development.
# Note: the previous command may require sudo in some environments.
# The modules are now working. We can build now: # The modules are now working. We can build now:
grunt grunt
# After building, a folder will be generated: # After building, a folder will be generated:

View File

@ -8,6 +8,6 @@
}, },
"scripts": { "scripts": {
"deps": "npm install && (cd ../omega-pac && npm install); (cd ../omega-target && npm install); (cd ../omega-web && npm install && bower install); (cd ../omega-target-chromium-extension/ && npm install);", "deps": "npm install && (cd ../omega-pac && npm install); (cd ../omega-target && npm install); (cd ../omega-web && npm install && bower install); (cd ../omega-target-chromium-extension/ && npm install);",
"dev": "(cd ../omega-pac && npm run dev); (cd ../omega-target && npm run dev); (cd ../omega-target-chromium-extension/ && npm run dev);" "dev": "(cd ../omega-pac && npm run dev); (cd ../omega-target && npm run dev); (cd ../omega-web && npm run dev); (cd ../omega-target-chromium-extension/ && npm run dev);"
} }
} }

View File

@ -21,7 +21,7 @@ module.exports = exports =
'+system': '+system':
name: 'system' name: 'system'
profileType: 'SystemProfile' profileType: 'SystemProfile'
color: '#aaaaaa' color: '#000000'
builtin: true builtin: true
schemes: [ schemes: [

View File

@ -19,7 +19,6 @@
"background": { "background": {
"page": "background.html" "page": "background.html"
}, },
"homepage_url": "https://chrome.google.com/webstore/detail/dpplabbmogkhghncfbfdeeokoefdjegm",
"minimum_chrome_version": "22.0.0", "minimum_chrome_version": "22.0.0",
"options_page": "options.html", "options_page": "options.html",
"permissions": [ "permissions": [