From 8158ee078fe91d7c2f8472375bf1ea2981605d7f Mon Sep 17 00:00:00 2001 From: IrishRail <183127475+IrishRail@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:36:06 +0000 Subject: [PATCH] #1397 Resources: New palettes of Cork Kent --- public/resources/city-config.json | 8 ++++++++ public/resources/palettes/cknt.json | 22 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 public/resources/palettes/cknt.json diff --git a/public/resources/city-config.json b/public/resources/city-config.json index f6a9e857..28b6b098 100644 --- a/public/resources/city-config.json +++ b/public/resources/city-config.json @@ -316,6 +316,14 @@ "zh-Hant": "滁州" } }, + { + "id": "cknt", + "country": "IE", + "name": { + "en": "Cork Kent", + "ga": "Corcaigh Ceannt" + } + }, { "id": "cochabamba", "country": "BO", diff --git a/public/resources/palettes/cknt.json b/public/resources/palettes/cknt.json new file mode 100644 index 00000000..90067005 --- /dev/null +++ b/public/resources/palettes/cknt.json @@ -0,0 +1,22 @@ +[ + { + "id": "int", + "colour": "#148f16", + "fg": "#fff", + "name": { + "en": "InterCity", + "zh-Hans": " ", + "zh-Hant": " " + } + }, + { + "id": "cmu", + "colour": "#c0c0c0", + "fg": "#fff", + "name": { + "en": "Commuter", + "zh-Hans": " ", + "zh-Hant": " " + } + } +]