Skip to content

Commit

Permalink
Merge pull request #17 from DrewRautenberg/16-add-color-to-lines
Browse files Browse the repository at this point in the history
added hex color codes to lines
  • Loading branch information
DrewRautenberg authored Jun 22, 2024
2 parents 43778c8 + d3a74d0 commit 432bc79
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions data/lines.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Line_Code,Line_Name
Red,Red Line
Blue,Blue Line
Brn,Brown Line
G,Green Line
Org,Orange Line
P,Purple Line
Pink,Pink Line
Y,Yellow Line
Line_Code,Line_Name,Color_Code
Red,Red Line,c60c30
Blue,Blue Line,00a1de
Brn,Brown Line,62361b
G,Green Line,009b3a
Org,Orange Line,f9461c
P,Purple Line,522398
Pink,Pink Line,e27ea6
Y,Yellow Line,f9e300

0 comments on commit 432bc79

Please sign in to comment.