aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-09-18 15:18:32 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2016-09-18 15:18:32 +1200
commitbac00639189c97ed7df91d38307edc1228fdaec9 (patch)
treeb22e143c822be037cde13a8eebfc16a525ed66ad /web
parent21e85e00b30564b291492f3bdba1ae146e84efc2 (diff)
downloadetbsa-traccar-web-bac00639189c97ed7df91d38307edc1228fdaec9.tar.gz
etbsa-traccar-web-bac00639189c97ed7df91d38307edc1228fdaec9.tar.bz2
etbsa-traccar-web-bac00639189c97ed7df91d38307edc1228fdaec9.zip
Use lighter route color shades
Diffstat (limited to 'web')
-rw-r--r--web/app/Style.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/app/Style.js b/web/app/Style.js
index 996ad91..2e5058e 100644
--- a/web/app/Style.js
+++ b/web/app/Style.js
@@ -40,12 +40,12 @@ Ext.define('Traccar.Style', {
mapDefaultZoom: 6,
mapRouteColor: [
- 'rgba(21, 127, 204, 1.0)',
- 'rgba(109, 46, 204, 1.0)',
- 'rgba(204, 46, 162, 1.0)',
- 'rgba(204, 46, 38, 1.0)',
- 'rgba(128, 204, 46, 1.0)',
- 'rgba(46, 204, 155, 1.0)'
+ '#F06292',
+ '#BA68C8',
+ '#4DD0E1',
+ '#4DB6AC',
+ '#FF8A65',
+ '#A1887F'
],
mapRouteWidth: 5,