Changes to colors

master
Fredrik Lautrup 2021-03-22 19:45:06 +01:00
parent 7fe9f03f71
commit e2780176c4
1 changed files with 3 additions and 3 deletions

View File

@ -23,14 +23,14 @@
// Ssettings
const settings = {
time: {
color: 0xD6ED17,
color: '#D6ED17',
font: 'Vector',
size: 60,
middle: screen.middle,
center: screen.center,
},
date: {
color: 0xD6ED17,
color: '#D6ED17',
font: 'Vector',
size: 15,
middle: screen.height-17, // at bottom of screen
@ -45,7 +45,7 @@
height: screen.height
},
hr: {
color: 0x333333,
color: '#333333',
size: 10,
x: screen.center,
y: screen.middle + 45