diff --git a/src/utils.spec.js b/src/utils.spec.js index bf873cb..13395f2 100644 --- a/src/utils.spec.js +++ b/src/utils.spec.js @@ -4,7 +4,7 @@ const utils = require('./utils'); describe('utils', () => { describe('hex2rgb', () => { describe.each([ - ['#ff0000', 255, 0, 0], + ['#ff032f', 255, 0, 0], ['#ffff00', 255, 255, 0], ['#0000ff', 0, 0, 255], ['#112233', 17, 34, 51], diff --git a/styles/bright.json b/styles/bright.json index f375c3a..6696354 100644 --- a/styles/bright.json +++ b/styles/bright.json @@ -51,7 +51,7 @@ "type": "line", "id": "waterway", "paint": { - "line-color": "#303090", + "line-color": "#FFC0CB", "line-width": { "base": 1.3, "stops": [ @@ -90,7 +90,7 @@ "type": "line", "id": "waterway_river", "paint": { - "line-color": "#303090", + "line-color": "#FFC0CB", "line-width": { "base": 1.2, "stops": [ @@ -116,7 +116,7 @@ "type": "line", "id": "waterway_stream_canal", "paint": { - "line-color": "#a0c8f0", + "line-color": "#FFC0CB", "line-width": { "base": 1.3, "stops": [ diff --git a/styles/dark.json b/styles/dark.json index 1e60291..2244ec9 100644 --- a/styles/dark.json +++ b/styles/dark.json @@ -29,10 +29,10 @@ "@building": "#99b", - "@country_label_1": "#ff0", - "@country_label_2": "#ff0", - "@country_label_3": "#ff0", - "@country_label_4": "#ff0", + "@country_label_1": "#ff032f", + "@country_label_2": "#ff032f", + "@country_label_3": "#ff032f", + "@country_label_4": "#ff032f", "@landuse_cemetery": "#e0e4dd", "@landuse_hospital": "#d9b", @@ -86,11 +86,11 @@ "@tunnel_trunk_primary": "#fff4c6", "@water": "#FFC0CB", - "@water_label": "#74aee9", + "@water_label": "#FFC0CB", "@waterway": "#FFC0CB", - "@waterway_river": "#a0c8f0", - "@waterway_stream_canal": "#a0c8f0" + "@waterway_river": "#FFC0CB", + "@waterway_stream_canal": "#FFC0CB" }, "layers": [ {