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