Merge lp:~neokore/ubuntu-weather-app/AvoidThemeChange into lp:ubuntu-weather-app/obsolete.trunk

Proposed by Raúl Yeguas
Status: Merged
Approved by: Martin Borho
Approved revision: 134
Merged at revision: 137
Proposed branch: lp:~neokore/ubuntu-weather-app/AvoidThemeChange
Merge into: lp:ubuntu-weather-app/obsolete.trunk
Diff against target: 40 lines (+15/-15)
1 file modified
components/GradientsMap.js (+15/-15)
To merge this branch: bzr merge lp:~neokore/ubuntu-weather-app/AvoidThemeChange
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Martin Borho Approve
Review via email: mp+189402@code.launchpad.net

Commit message

Updated colors in GradientsMap.js to darken those that have high
luminance. Fixes bug #1226746 and maybe #1213043 for the Weather-App as
long as we don't change the background.

Description of the change

Updated colors in GradientsMap.js to darken those that have high
luminance. Fixes bug #1226746 and maybe #1213043 for the Weather-App as
long as we don't change the background.

To post a comment you must log in.
Revision history for this message
Martin Borho (martin-borho) wrote :

Very good! Fits perfect, feels much better now!

review: Approve
Revision history for this message
Martin Borho (martin-borho) wrote :

Bug #1213043 bites us only, if we use for the same color for header, background and footer.

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'components/GradientsMap.js'
2--- components/GradientsMap.js 2013-09-28 10:32:31 +0000
3+++ components/GradientsMap.js 2013-10-04 18:43:38 +0000
4@@ -29,21 +29,21 @@
5 "24": "#c30213",
6 "22": "#d8070c",
7 "20": "#e91109",
8- "18": "#f52109",
9- "16": "#fb350e",
10- "14": "#fe4e17",
11- "12": "#ff6721",
12- "10": "#ff812c",
13- "8": "#ff983a",
14- "6": "#ffae47",
15- "4": "#ffc056",
16- "2": "#ffd067",
17- "0": "#ffdc77",
18- "-2": "#ffe788",
19- "-4": "#fdf5a1",
20- "-6": "#effdbc",
21- "-8": "#ccf7bb",
22- "-10": "#a6eeb8",
23+ "18": "#E11D07",
24+ "16": "#DD2B0C",
25+ "14": "#E04414",
26+ "12": "#E1581D",
27+ "10": "#E17126",
28+ "8": "#E18433",
29+ "6": "#E1983E",
30+ "4": "#E1A84C",
31+ "2": "#E1B75B",
32+ "0": "#E1C169",
33+ "-2": "#E1CB78",
34+ "-4": "#DFD78E",
35+ "-6": "#D4DFA6",
36+ "-8": "#B3D9A4",
37+ "-10": "#91D0A1",
38 "-12": "#85e4bd",
39 "-14": "#64d9c9",
40 "-16": "#43c9d3",

Subscribers

People subscribed via source and target branches