2 Commits

Author SHA1 Message Date
s2
e675bc4372 v0.0.13 2017-12-13 13:48:07 +01:00
s2
a1c8f5bb6e use 7 colors 2017-12-13 13:46:15 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ var generateRandomColor = function(seed) {
return "hsl(" + (colorNum * (360 / colors) % 360) + ",100%,50%)";
}
return selectColor(seed, 8);
return selectColor(seed, 7);
};
var registerToTST = async function() {

View File

@@ -2,7 +2,7 @@
"description": "Color tabs based on their parent.",
"manifest_version": 2,
"name": "Color Tab Group",
"version": "0.0.12",
"version": "0.0.13",
"homepage_url": "https://git.e.tern.al/s2/tab-groupcolor",
"icons": {
"48": "img/icon-48.png"