forked from cory/tildefriends
ssb: Too bright.
This commit is contained in:
parent
aff98110e0
commit
61ad405ad8
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&MT6BBjSYx78iHX7+KHJzCnHYGPOJB4Vng8Dw2ymDaS4=.sha256"
|
"previous": "&pkSGa9BIj2iuPuR8xMQQWQpZk6htin+m8y2m7VTDgG4=.sha256"
|
||||||
}
|
}
|
||||||
|
@ -396,9 +396,9 @@ function is_dark(hex, value) {
|
|||||||
function generated() {
|
function generated() {
|
||||||
let now = new Date();
|
let now = new Date();
|
||||||
let k_color = rgb_to_hex([
|
let k_color = rgb_to_hex([
|
||||||
(now.getDay() * 255) / 6,
|
(now.getDay() * 128) / 6,
|
||||||
(now.getHours() * 255) / 23,
|
(now.getHours() * 128) / 23,
|
||||||
(now.getSeconds() * 255) / 59,
|
(now.getSeconds() * 128) / 59,
|
||||||
]);
|
]);
|
||||||
//let k_color = '#034f84';
|
//let k_color = '#034f84';
|
||||||
//let k_color = rgb_to_hex([Math.random() * 256, Math.random() * 256, Math.random() * 256]);
|
//let k_color = rgb_to_hex([Math.random() * 256, Math.random() * 256, Math.random() * 256]);
|
||||||
|
Loading…
Reference in New Issue
Block a user