mirror of https://github.com/espruino/BangleApps
Update settings.js
parent
9a2873fb63
commit
e81259e2c4
|
@ -15,7 +15,7 @@
|
|||
|
||||
// Colors from 'Light BW' and 'Dark BW' themes
|
||||
function createThemeColors(mode) {
|
||||
const cl = x => g.setColor(x).getColor();
|
||||
let cl = x => g.setColor(x).getColor();
|
||||
return mode ? {
|
||||
fg: cl("#fff"),
|
||||
bg: cl("#000"),
|
||||
|
|
Loading…
Reference in New Issue