Skip to content

Commit fe68dc3

Browse files
authored
Merge pull request #674 from db-ui/refactor-added-and-corrected-transportation-colors
refactor: added missing and corrected existing transportation colors
2 parents 2a25e54 + 8e662d4 commit fe68dc3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tokens/color/transportation.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
"s-bahn": { "value": "{color.green.500.value}" },
99
"u-bahn": { "value": "{color.blue.500.value}" },
1010
"tram": { "value": "{color.burgundy.500.value}" },
11-
"intercity-bus": { "value": "{color.pink.500.value}" },
1211
"bus": { "value": "{color.violett.500.value}" },
12+
"intercity-bus": { "value": "{color.pink.500.value}" },
13+
"call-bus": { "value": "{color.violett.500.value}" },
14+
"ev-bus": { "value": "#9B1B60" },
1315
"ship": { "value": "{color.cyan.500.value}" },
1416
"airplane": { "value": "{color.turquoise.500.value}" },
15-
"taxi": { "value": "{color.yellow.500.value}" },
1617
"carsharing": { "value": "{color.orange.500.value}" },
17-
"walk": { "value": "{color.cool-gray.700.value}" },
18-
"bikesharing": { "value": "{color.red.600.value}" }
18+
"taxi": { "value": "{color.yellow.500.value}" },
19+
"bikesharing": { "value": "{color.red.600.value}" },
20+
"walk": { "value": "{color.cool-gray.200.value}" }
1921
}
2022
}

0 commit comments

Comments
 (0)