Skip to content

Commit

Permalink
Update colors.R
Browse files Browse the repository at this point in the history
fixed some issues with commas. Closes #6
  • Loading branch information
asteves committed Apr 19, 2024
1 parent 39fa0be commit 2e5124c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions R/colors.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
swift_palettes <- list(
`taylorSwift` = c("#61b6cc", "#577f3f" ,"#e3e9f3", "#0a1605","#fddac7","#81a757"),
`fearless` = c("#DCBE83", "#88642C", "#EDE7D9", "#EFD998", "#49260A", "#EFB391"),
`fearlessTV` = c("#b68f51", "#5b3617", "#f7eabe", "#ecd59f", "#825c2d")
`fearlessTV` = c("#b68f51", "#5b3617", "#f7eabe", "#ecd59f", "#825c2d"),
`speakNow` = c("#4b2671","#5e291c", "#f3d8c4","#f3bf73","#ffffff"),
`speakNowTV` = c("#351E2E","#481E52","#AE6D4F","#884885","#C44D56","#A0659F")
`speakNowTV` = c("#351E2E","#481E52","#AE6D4F","#884885","#C44D56","#A0659F"),
`speakNowLive` = c("#fce178", "#969696", "#871d20", "#090708", "#fafaf9"),
`Red` = c("#B11E4A", "#A14053", "#8E7F6C", "#1B1C38", "EBEDDF", "9D8B6D")
`Red` = c("#B11E4A", "#A14053", "#8E7F6C", "#1B1C38", "EBEDDF", "9D8B6D"),
`taylorRed` = c("#BFBCAA", "#A6836F", "#73564C", "#731803", "#400303"),
`taylor1989` = c("#b1532a","#84697f","#cbb593","#a88f92","#e8eadf", "#43475b"),
`TS1989` = c("#D9523F", "#D1CFC2", "#ACBCCC","#588383","#AA6F4E","#8898A1" )
`SunriseBoulevard1989` = "#2B3849","#6C1414","#C8AA86","#D0C9B9","#888D50","#313C40"
`AquamarineGreen1989` = "#101C18", "#C19298", "#5B96A5","#90A5A8","#9A241F","#938C7C"
`RoseGardenPink1989` = "#8A9DAC", "#9E948A","#DD8253","#B4AEAF","#B6723C","7F8491"
`SunriseBoulevard1989` = c("#2B3849","#6C1414","#C8AA86","#D0C9B9","#888D50","#313C40"),
`AquamarineGreen1989` = c("#101C18", "#C19298", "#5B96A5","#90A5A8","#9A241F","#938C7C"),
`RoseGardenPink1989` = c("#8A9DAC", "#9E948A","#DD8253","#B4AEAF","#B6723C","7F8491"),
`reputation` = c("#060606","#6e6e6e","#fefefe","#cacaca", "#060606","#8c8c8c"),
`lover` = c("#b8396b","#ffd1d7","#fff5cc","#76bae0","#b28f81","#54483e"),
`folklore` = c("#272727","#5c5c5c","#bababa", "#f8f8f8"),
`evermore` = c("#efefef","#827d73", "#3d2620", "#e89264","#474247"),
`midnights` = c("#586891","#8897A4","#B3A6A3","#2B152C","#F1F3F2"),
`midnightsBloodMoon` = c("#651D32", "#80433F", "#BC7B55", "#AD9291", "#E9E8E4"),
`midnightsJadeGreen` = c("#E8E7E3", "#CE986B", "#2F3C30", "#0B0B08", "#B98645", "#8D8C7A"),
`midnightsMahogany` = c("#AE9975", "#2B181F", "#E2E1DD", "#948266", "#AD8E49")
`midnightsMahogany` = c("#AE9975", "#2B181F", "#E2E1DD", "#948266", "#AD8E49"),
`TSTTPD` = c("#8D8171", "#C6C0B8", "#49433B", "#FDFDFD", "#322B25","#ADA69C")
)

Expand Down

0 comments on commit 2e5124c

Please sign in to comment.