Changed color scheme to follow bangle.js theme

pull/2211/head
jukioo 2022-10-24 13:18:29 +03:00 committed by GitHub
parent d2d36d33b8
commit 5c077c490b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -10,13 +10,13 @@ const breath = {
x:0, y:0, w:0, h:0,
size: 60,
bgcolor: {r: 1, g: 0.6, b: 0.3},
incolor: {r: 1, g: 0.8, b: 0.5},
keepcolor: {r: 1, g: 0.8, b: 0.5},
outcolor: {r: 1, g: 0.8, b: 0.5},
bgcolor: g.theme.bg,
incolor: g.theme.fg,
keepcolor: g.theme.fg,
outcolor: g.theme.fg,
font: "Vector", fontsize: 14,
textcolor: {r: 1, g: 1, b: 1},
textcolor: g.theme.fg,
texty: 16,
in: 4000,