Fixed palette colors in HTML templates to match new shades

This commit is contained in:
squidfunk 2020-02-27 11:34:57 +01:00
parent 1e0b168570
commit f5222e03f3

View File

@ -32,11 +32,11 @@
"cyan": "#00bcd4", "cyan": "#00bcd4",
"teal": "#009688", "teal": "#009688",
"green": "#4caf50", "green": "#4caf50",
"light-green": "#7cb342", "light-green": "#8bc34a",
"lime": "#c0ca33", "lime": "#cddc39",
"yellow": "#f9a825", "yellow": "#ffee58",
"amber": "#ffa000", "amber": "#ffc107",
"orange": "#fb8c00", "orange": "#ffa726",
"deep-orange": "#ff7043", "deep-orange": "#ff7043",
"brown": "#795548", "brown": "#795548",
"grey": "#757575", "grey": "#757575",