Skip to content

Commit

Permalink
[design] add hypnos preset theme
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieFox committed Jul 21, 2020
1 parent 9755c07 commit b999d45
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.60.0",
"version": "5.61.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": {
Expand Down
48 changes: 48 additions & 0 deletions src/js/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -2230,6 +2230,54 @@ var theme = (function() {
shade: {
opacity: 0.05
}
}, {
name: "Hypnos",
font: {
display: {
name: "Shadows Into Light",
weight: 100,
style: "normal"
},
ui: {
name: "Fira Code",
weight: 400,
style: "normal"
}
},
color: {
hsl: {
h: 243,
s: 26,
l: 36
},
rgb: {
r: 70,
g: 68,
b: 116
},
contrast: {
light: 5.4,
dark: 2.6
}
},
accent: {
hsl: {
h: 30,
s: 100,
l: 80
},
rgb: {
r: 255,
g: 204,
b: 153
}
},
radius: 0.6,
shadow: 0.25,
style: "dark",
shade: {
opacity: 0.2
}
}]
};

Expand Down
2 changes: 1 addition & 1 deletion src/js/version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var version = (function() {

var current = "5.60.0";
var current = "5.61.0";

var name = "Jaded Raven";

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.60.0",
"version": "5.61.0",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"
Expand Down

0 comments on commit b999d45

Please sign in to comment.