diff --git a/app/directives/distribution-graph/distribution-graph.directive.js b/app/directives/distribution-graph/distribution-graph.directive.js index dcf673e31..2c445943d 100644 --- a/app/directives/distribution-graph/distribution-graph.directive.js +++ b/app/directives/distribution-graph/distribution-graph.directive.js @@ -23,35 +23,35 @@ // grey { 'color': '#9D9FA0', - 'darkerColor': '#848687', + 'darkerColor': '#9D9FA0', 'start': 0, 'end': 899 }, // green { 'color': '#69C329', - 'darkerColor': '#50AA10', + 'darkerColor': '#69C329', 'start': 900, 'end': 1199 }, // blue { 'color': '#616BD5', - 'darkerColor': '#4852BC', + 'darkerColor': '#616BD5', 'start': 1200, 'end': 1499 }, // yellow { - 'color': '#FCB816', - 'darkerColor': '#E39F00', + 'color': '#FCD617', + 'darkerColor': '#FCD617', 'start': 1500, 'end': 2199 }, // red { 'color': '#EF3A3A', - 'darkerColor': '#D62121', + 'darkerColor': '#EF3A3A', 'start': 2200, 'end': Infinity } diff --git a/app/directives/history-graph/history-graph.directive.js b/app/directives/history-graph/history-graph.directive.js index 34303d747..6b5aac298 100644 --- a/app/directives/history-graph/history-graph.directive.js +++ b/app/directives/history-graph/history-graph.directive.js @@ -21,35 +21,35 @@ // grey { 'color': '#9D9FA0', - 'darkerColor': '#656565', + 'darkerColor': '#9D9FA0', 'start': 0, 'end': 899 }, // green { 'color': '#69C329', - 'darkerColor': '#7aa307', + 'darkerColor': '#69C329', 'start': 900, 'end': 1199 }, // blue { 'color': '#616BD5', - 'darkerColor': '#078ccb', + 'darkerColor': '#616BD5', 'start': 1200, 'end': 1499 }, // yellow { - 'color': '#FCB816', - 'darkerColor': '#c2761e', + 'color': '#FCD617', + 'darkerColor': '#FCD617', 'start': 1500, 'end': 2199 }, // red { 'color': '#EF3A3A', - 'darkerColor': '#cb0651', + 'darkerColor': '#EF3A3A', 'start': 2200, 'end': Infinity } diff --git a/app/filters/rating-color.filter.js b/app/filters/rating-color.filter.js index 2eab6ddca..7a74338e4 100644 --- a/app/filters/rating-color.filter.js +++ b/app/filters/rating-color.filter.js @@ -25,35 +25,35 @@ // grey { 'color': '#9D9FA0', - 'darkerColor': '#656565', + 'darkerColor': '#9D9FA0', 'start': 1, 'end': 899 }, // green { 'color': '#69C329', - 'darkerColor': '#7aa307', + 'darkerColor': '#69C329', 'start': 900, 'end': 1199 }, // blue { 'color': '#616BD5', - 'darkerColor': '#078ccb', + 'darkerColor': '#616BD5', 'start': 1200, 'end': 1499 }, // yellow { - 'color': '#FCB816', - 'darkerColor': '#c2761e', + 'color': '#FCD617', + 'darkerColor': '#FCD617', 'start': 1500, 'end': 2199 }, // red { 'color': '#EF3A3A', - 'darkerColor': '#cb0651', + 'darkerColor': '#EF3A3A', 'start': 2200, 'end': Infinity }