fix: set cyan for dark and blue for light
parent
650add7c84
commit
7e51e3b276
|
|
@ -21,8 +21,8 @@
|
||||||
true: "#fff",
|
true: "#fff",
|
||||||
},
|
},
|
||||||
_a[2] = {
|
_a[2] = {
|
||||||
false: "#0ff",
|
false: "#00f",
|
||||||
true: "#00f",
|
true: "#0ff",
|
||||||
},
|
},
|
||||||
_a);
|
_a);
|
||||||
WIDGETS["bluetooth"] = {
|
WIDGETS["bluetooth"] = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue