[design] change some theme preset names

This commit is contained in:
zombieFox
2020-07-22 09:17:59 +01:00
parent b999d4560c
commit 7d9ffd176d
5 changed files with 8 additions and 8 deletions

2
package-lock.json generated
View File

@ -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": {

View File

@ -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": {

View File

@ -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",

View File

@ -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";

View File

@ -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"