Sliding Clock: changed hue of the purple face colouring
parent
4c24d4a8fd
commit
2000c54f75
|
|
@ -31,7 +31,7 @@ const color_schemes = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "purple",
|
name: "purple",
|
||||||
background : [1.0,0.0,1.0],
|
background : [0.3,0.0,0.6],
|
||||||
main_bar: [1.0,1.0,0.0],
|
main_bar: [1.0,1.0,0.0],
|
||||||
other_bars: [0.85,0.85,0.85]
|
other_bars: [0.85,0.85,0.85]
|
||||||
},
|
},
|
||||||
|
|
@ -677,7 +677,7 @@ var date_formatter;
|
||||||
function setDateformat(shortname){
|
function setDateformat(shortname){
|
||||||
console.log("setting date format:" + shortname);
|
console.log("setting date format:" + shortname);
|
||||||
try {
|
try {
|
||||||
if (date_formatter == null || date_formatter.shortName() !== shortname) {
|
if (date_formatter == null) {
|
||||||
if(shortname === "default"){
|
if(shortname === "default"){
|
||||||
date_formatter = new DigitDateTimeFormatter();
|
date_formatter = new DigitDateTimeFormatter();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue