From aaa8de334ac31009f7fa9c51c599a84f33da9577 Mon Sep 17 00:00:00 2001 From: Cash Compton Date: Mon, 12 Jun 2023 17:57:09 -0600 Subject: [PATCH] light theme color improvements --- base/src/colors.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/base/src/colors.ts b/base/src/colors.ts index b56d4042..f94450ce 100644 --- a/base/src/colors.ts +++ b/base/src/colors.ts @@ -70,19 +70,19 @@ export interface Theme { export const LIGHT: Theme = { hasCasings: true, background: "#dddddd", - earth: "#e7f1ee", + earth: "#ededed", park: "#c2f7d1", hospital: "#ffeae8", industrial: "#f8ffed", school: "#f2fef9", - wood: "#eafbe9", + wood: "#bfc99c", pedestrian: "#eef0f0", - scrub: "rgb(219,239,209)", + scrub: "#bfc99c", glacier: "white", - sand: "#eff5e7", + sand: "#ebe7da", aerodrome: "#dbe7e7", runway: "#d1d9d9", - water: "#a4cae1", + water: "#84b7cf", tunnel_other_casing: "#ffffff", tunnel_other: "#f7f7f7", tunnel_minor_casing: "#e2e2e2", @@ -96,13 +96,13 @@ export const LIGHT: Theme = { buildings: "#cbcece", other: "#ffffff", minor_casing: "#e2e2e2", - minor: "white", + minor: "#fff2bb", medium_casing: "#e1e1e1", - medium: "#ffffff", + medium: "#ffea94", major_casing: "#e3cfd3", - major: "#ffffff", + major: "#ffdf59", highway_casing: "#ebcea2", - highway: "#fefffc", + highway: "#e9ac77", railway: "#b3bcc9", railway_tracks: "#ffffff", boundaries: "#5c4a6b", @@ -128,10 +128,10 @@ export const LIGHT: Theme = { subplace_label_halo: "white", city_circle: "#666666", city_circle_stroke: "white", - city_label: "#787878", + city_label: "#3c3c3c", city_label_halo: "white", - state_label: "#bdbdbd", - state_label_halo: "White", + state_label: "#777777", + state_label_halo: "white", country_label: "#9590aa", country_label_halo: "white", };