mirror of https://github.com/espruino/BangleApps
parent
ff94b814c7
commit
3e9db27044
|
@ -15,7 +15,7 @@
|
||||||
require('Storage').writeJSON(LOC, appSettings);
|
require('Storage').writeJSON(LOC, appSettings);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Colors from 'Ligh BW' and 'Dark BW' themes
|
// Colors from 'Light BW' and 'Dark BW' themes
|
||||||
function createThemeColors(mode) {
|
function createThemeColors(mode) {
|
||||||
const cl = x => g.setColor(x).getColor();
|
const cl = x => g.setColor(x).getColor();
|
||||||
return mode ? {
|
return mode ? {
|
||||||
|
|
Loading…
Reference in New Issue