mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 22:30:38 +02:00
[design] add azure preset theme
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nightTab",
|
"name": "nightTab",
|
||||||
"version": "5.50.0",
|
"version": "5.51.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nightTab",
|
"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.",
|
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1606,6 +1606,54 @@ var theme = (function() {
|
|||||||
shade: {
|
shade: {
|
||||||
opacity: 0.8
|
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",
|
name: "Elder Bean",
|
||||||
font: {
|
font: {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
var version = (function() {
|
var version = (function() {
|
||||||
|
|
||||||
var current = "5.50.0";
|
var current = "5.51.0";
|
||||||
|
|
||||||
var name = "Jaded Raven";
|
var name = "Jaded Raven";
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "nightTab",
|
"name": "nightTab",
|
||||||
"short_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.",
|
"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,
|
"manifest_version": 2,
|
||||||
"chrome_url_overrides": {
|
"chrome_url_overrides": {
|
||||||
"newtab": "index.html"
|
"newtab": "index.html"
|
||||||
|
Reference in New Issue
Block a user