mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 14:21:05 +02:00
[design] change some theme preset names
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.61.0",
|
"version": "5.62.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nightTab",
|
"name": "nightTab",
|
||||||
"version": "5.61.0",
|
"version": "5.62.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": {
|
||||||
|
@ -1031,7 +1031,7 @@ var theme = (function() {
|
|||||||
opacity: 0.7
|
opacity: 0.7
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: "Sharp Mint",
|
name: "Mint",
|
||||||
font: {
|
font: {
|
||||||
display: {
|
display: {
|
||||||
name: "Unica One",
|
name: "Unica One",
|
||||||
@ -1271,7 +1271,7 @@ var theme = (function() {
|
|||||||
opacity: 0.9
|
opacity: 0.9
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: "Art Deco",
|
name: "Deco",
|
||||||
font: {
|
font: {
|
||||||
display: {
|
display: {
|
||||||
name: "Poiret One",
|
name: "Poiret One",
|
||||||
@ -1415,7 +1415,7 @@ var theme = (function() {
|
|||||||
opacity: 0.3
|
opacity: 0.3
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: "Hot Pepper",
|
name: "Pepper",
|
||||||
font: {
|
font: {
|
||||||
display: {
|
display: {
|
||||||
name: "Big Shoulders Display",
|
name: "Big Shoulders Display",
|
||||||
@ -1703,7 +1703,7 @@ var theme = (function() {
|
|||||||
opacity: 0.02
|
opacity: 0.02
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: "Elder Bean",
|
name: "Bean",
|
||||||
font: {
|
font: {
|
||||||
display: {
|
display: {
|
||||||
name: "Life Savers",
|
name: "Life Savers",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
var version = (function() {
|
var version = (function() {
|
||||||
|
|
||||||
var current = "5.61.0";
|
var current = "5.62.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.61.0",
|
"version": "5.62.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