Skip to content

Commit

Permalink
light theme color improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
cashc committed Jun 12, 2023
1 parent 70a97f3 commit aaa8de3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions base/src/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
};
Expand Down

0 comments on commit aaa8de3

Please sign in to comment.