[design] add azure preset theme

This commit is contained in:
zombieFox 2020-07-18 14:21:05 +01:00
parent 4aa03448bb
commit d547fd72ac
5 changed files with 52 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.50.0",
"version": "5.51.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.50.0",
"version": "5.51.0",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"main": "index.js",
"scripts": {

View File

@ -1606,6 +1606,54 @@ var theme = (function() {
shade: {
opacity: 0.8
}
}, {
name: "Azure",
font: {
display: {
name: "Unica One",
weight: 400,
style: "normal"
},
ui: {
name: "Inria Sans",
weight: 400,
style: "normal"
}
},
color: {
hsl: {
h: 215,
s: 18,
l: 32
},
rgb: {
r: 67,
g: 79,
b: 96
},
contrast: {
light: 2,
dark: 2
}
},
accent: {
rgb: {
r: 0,
g: 255,
b: 255
},
hsl: {
h: 180,
s: 100,
l: 50
}
},
radius: 0.25,
shadow: 0.5,
style: "dark",
shade: {
opacity: 0.02
}
}, {
name: "Elder Bean",
font: {

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "5.50.0";
var current = "5.51.0";
var name = "Jaded Raven";

View File

@ -2,7 +2,7 @@
"name": "nightTab",
"short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "5.50.0",
"version": "5.51.0",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"