Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resources: New palettes of Kaohsiung #1417

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 36 additions & 24 deletions public/resources/palettes/kaohsiung.json
Original file line number Diff line number Diff line change
@@ -1,110 +1,122 @@
[
{
"id": "red",
"colour": "#e3124d",
"fg": "#fff",
"name": {
"en": "Red Line",
"zh-Hans": "红线",
"zh-Hant": "紅線"
},
"colour": "#e20b65"
}
},
{
"id": "orange",
"colour": "#f89e28",
"fg": "#fff",
"name": {
"en": "Orange Line",
"zh-Hans": "橘线",
"zh-Hant": "橘線"
},
"colour": "#faa73f"
}
},
{
"id": "circular",
"colour": "#7ec350",
"fg": "#fff",
"name": {
"en": "Circular Line (KLRT)",
"zh-Hans": "环状轻轨",
"zh-Hant": "環狀輕軌"
},
"colour": "#7cbd52"
}
},
{
"id": "green",
"colour": "#50cb00",
"fg": "#fff",
"name": {
"en": "Green Line",
"zh-Hans": "绿线",
"zh-Hant": "綠線"
},
"colour": "#50cb00"
}
},
{
"id": "silver",
"colour": "#929292",
"fg": "#fff",
"name": {
"en": "Silver Line",
"zh-Hans": "银线",
"zh-Hant": "銀線"
},
"colour": "#929292"
}
},
{
"id": "blue",
"colour": "#007fff",
"fg": "#fff",
"name": {
"en": "Blue Line",
"zh-Hans": "蓝线",
"zh-Hant": "藍線"
},
"colour": "#007fff"
}
},
{
"id": "cyan",
"colour": "#00bfff",
"fg": "#fff",
"name": {
"en": "Cyan Line",
"zh-Hans": "青线",
"zh-Hant": "青線"
},
"colour": "#00bfff"
}
},
{
"id": "foguangshan",
"colour": "#aa34c0",
"fg": "#fff",
"name": {
"en": "Foguangshan Line",
"zh-Hans": "佛光山线",
"zh-Hant": "佛光山線"
},
"colour": "#aa34c0"
}
},
{
"id": "purple",
"colour": "#c100ff",
"fg": "#fff",
"name": {
"en": "Purple Line",
"zh-Hans": "紫线",
"zh-Hant": "紫線"
},
"colour": "#c100ff"
}
},
{
"id": "yh",
"colour": "#008583",
"fg": "#fff",
"name": {
"en": "Youchang Line",
"zh-Hans": "右昌线",
"zh-Hant": "右昌線"
},
"colour": "#008583"
}
},
{
"id": "pink",
"colour": "#FFC0CB",
"fg": "#fff",
"name": {
"en": "Pink Line",
"zh-Hans": "粉红线",
"zh-Hant": "粉紅線"
},
"colour": "#FFC0CB"
}
},
{
"id": "tra",
"colour": "#817592",
"fg": "#fff",
"name": {
"en": "TRA",
"zh-Hans": "台湾铁路",
"zh-Hant": "台灣鐵路"
},
"colour": "#0008bd"
}
}
]