Skip to content

Commit 6e231e4

Browse files
committed
[bug] fix inital theme accent colour not being neutral
1 parent b4e0779 commit 6e231e4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nightTab",
3-
"version": "5.31.1",
3+
"version": "5.31.2",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
55
"main": "index.js",
66
"scripts":{

‎src/css/variables.css‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
:root{
22
/* theme */
33
--theme-root-font-size:14px;
4-
--theme-accent-r:250;
5-
--theme-accent-g:130;
6-
--theme-accent-b:0;
4+
--theme-accent-r:25;
5+
--theme-accent-g:25;
6+
--theme-accent-b:25;
77
--theme-accent:var(--theme-accent-r),var(--theme-accent-g),var(--theme-accent-b);
88
--theme-accent-accessible-threshold:0.5;
99
--theme-accent-accessible-r:calc(var(--theme-accent-r) *0.50);

‎src/js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
varversion=(function(){
22

3-
varcurrent="5.31.1";
3+
varcurrent="5.31.2";
44

55
varname="Zonked Tarsier";
66

‎src/manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nightTab",
33
"short_name": "nightTab",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
5-
"version": "5.31.1",
5+
"version": "5.31.2",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)