1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00

Color theme change

This commit is contained in:
skaman82 2016-06-11 04:38:24 +02:00
parent ace46998ce
commit 46f6b9cd5f
26 changed files with 157 additions and 164 deletions

View file

@ -244,7 +244,7 @@ TABS.receiver.initialize = function (callback) {
context.moveTo(midx, midy);
context.quadraticCurveTo(midxr, midyr, 200, 0);
context.lineWidth = 2;
context.strokeStyle = '#59aa29';
context.strokeStyle = '#ffbb00';
context.stroke();
}, 0);
}).trigger('input');
@ -277,7 +277,7 @@ TABS.receiver.initialize = function (callback) {
context.moveTo(0, rateHeight);
context.quadraticCurveTo(110, rateHeight - ((ratey / 2) * (1 - expo)), 200, rateHeight - ratey);
context.lineWidth = 2;
context.strokeStyle = '#59aa29';
context.strokeStyle = '#ffbb00';
context.stroke();
}, 0);
}).trigger('input');