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",
|
||||
"version": "5.61.0",
|
||||
"version": "5.62.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -1031,7 +1031,7 @@ var theme = (function() {
|
||||
opacity: 0.7
|
||||
}
|
||||
}, {
|
||||
name: "Sharp Mint",
|
||||
name: "Mint",
|
||||
font: {
|
||||
display: {
|
||||
name: "Unica One",
|
||||
@ -1271,7 +1271,7 @@ var theme = (function() {
|
||||
opacity: 0.9
|
||||
}
|
||||
}, {
|
||||
name: "Art Deco",
|
||||
name: "Deco",
|
||||
font: {
|
||||
display: {
|
||||
name: "Poiret One",
|
||||
@ -1415,7 +1415,7 @@ var theme = (function() {
|
||||
opacity: 0.3
|
||||
}
|
||||
}, {
|
||||
name: "Hot Pepper",
|
||||
name: "Pepper",
|
||||
font: {
|
||||
display: {
|
||||
name: "Big Shoulders Display",
|
||||
@ -1703,7 +1703,7 @@ var theme = (function() {
|
||||
opacity: 0.02
|
||||
}
|
||||
}, {
|
||||
name: "Elder Bean",
|
||||
name: "Bean",
|
||||
font: {
|
||||
display: {
|
||||
name: "Life Savers",
|
||||
|
@ -1,6 +1,6 @@
|
||||
var version = (function() {
|
||||
|
||||
var current = "5.61.0";
|
||||
var current = "5.62.0";
|
||||
|
||||
var name = "Jaded Raven";
|
||||
|
||||
|
@ -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.61.0",
|
||||
"version": "5.62.0",
|
||||
"manifest_version": 2,
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "index.html"
|
||||
|
Reference in New Issue
Block a user