[gnome-maps] transitPlan: Change default route color to match icons



commit 2c34cc0f0987092c6914582a260250d3992d8483
Author: Marcus Lundblad <ml update uu se>
Date:   Thu Sep 14 21:18:17 2017 +0200

    transitPlan: Change default route color to match icons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783602

 src/transitPlan.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/transitPlan.js b/src/transitPlan.js
index 5eb012c..26d08a5 100644
--- a/src/transitPlan.js
+++ b/src/transitPlan.js
@@ -81,7 +81,7 @@ function _printTimeWithTZOffset(time, offset) {
         return date.format('%r');
 }
 
-const DEFAULT_ROUTE_COLOR = '000000';
+const DEFAULT_ROUTE_COLOR = '4c4c4c';
 const DEFAULT_ROUTE_TEXT_COLOR = 'ffffff';
 
 var Plan = new Lang.Class({


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]