Skip to content

Commit

Permalink
#1185 Resources: New palettes of Minneapolis-Saint Paul
Browse files Browse the repository at this point in the history
  • Loading branch information
khathepham authored and linchen1965 committed Apr 30, 2024
1 parent d520f5d commit d159aa8
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/resources/city-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,15 @@
"fr": "Moscou"
}
},
{
"id": "msp",
"country": "US",
"name": {
"en": "Minneapolis-Saint Paul",
"zh-Hans": "明尼阿波利斯-圣保罗都会区",
"zh-Hant": "明尼阿波利斯-聖保羅都會區"
}
},
{
"id": "mulhouse",
"country": "FR",
Expand Down
82 changes: 82 additions & 0 deletions public/resources/palettes/msp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
[
{
"id": "blue",
"colour": "#0053a0",
"fg": "#fff",
"name": {
"en": "Blue Line",
"zh-Hans": "",
"zh-Hant": ""
}
},
{
"id": "green",
"colour": "#008144",
"fg": "#fff",
"name": {
"en": "Green Line",
"zh-Hans": "",
"zh-Hant": ""
}
},
{
"id": "red",
"colour": "#ed1b2e",
"fg": "#fff",
"name": {
"en": "Red Line",
"zh-Hans": "",
"zh-Hant": ""
}
},
{
"id": "orange",
"colour": "#ff7300",
"fg": "#fff",
"name": {
"en": "Orange Line",
"zh-Hans": "",
"zh-Hant": ""
}
},
{
"id": "gold",
"colour": "#ffd200",
"fg": "#000",
"name": {
"en": "Gold Line",
"zh-Hans": "",
"zh-Hant": ""
}
},
{
"id": "purple",
"colour": "#6b1f7c",
"fg": "#fff",
"name": {
"en": "Purple Line",
"zh-Hans": "",
"zh-Hant": ""
}
},
{
"id": "northstar",
"colour": "#ffd200",
"fg": "#000",
"name": {
"en": "Northstar Commuter Rail",
"zh-Hans": "",
"zh-Hant": ""
}
},
{
"id": "brt",
"colour": "#7a8690",
"fg": "#fff",
"name": {
"en": "BRT Lines",
"zh-Hans": "",
"zh-Hant": ""
}
}
]

0 comments on commit d159aa8

Please sign in to comment.