local colors = {
["1"] = "80c7c4",
["2"] = "c29ba7",
["3"] = "c8bdb3",
["4"] = "abc66b",
["5"] = "6e9ccc",
["6"] = "edb64b",
["7"] = "e19480",
}
local p = {
["system title"] = "[[Rhein-Ruhr-Express]]",
["system icon"] = "",
["station format"] = {},
["lines"] = {
["_default"] = {
["title"] = "[[RRX %1]]",
["text color"] = "FFFFFF",
},
["1"] = {
["color"] = "80c7c4",
["left terminus"] = "Aachen Hbf",
["right terminus"] = "Dortmund Hbf",
},
["2"] = {
["color"] = "c29ba7",
["left terminus"] = "Aachen Hbf",
["right terminus"] = "Kassel Wilhelmshöhe",
},
["3"] = {
["color"] = "c8bdb3",
["left terminus"] = "Köln/Bonn Flughafen",
["right terminus"] = "Münster",
},
["4"] = {
["color"] = "abc66b",
["left terminus"] = "Koblenz Hbf",
["right terminus"] = "Bielefeld Hbf",
},
["5"] = {
["color"] = "6e9ccc",
["left terminus"] = "Düsseldorf Hbf",
["right terminus"] = "Wesel",
},
["6"] = {
["color"] = "edb64b",
["left terminus"] = "Koblenz Hbf",
["right terminus"] = "Minden",
},
["7"] = {
["color"] = "e19480",
["left terminus"] = "Düsseldorf Hbf",
["right terminus"] = "Osnabrück Hbf",
},
},
}
return p