2019-09-28 19:42:54 +02:00
|
|
|
{#-
|
|
|
|
This file was automatically generated - do not edit
|
|
|
|
-#}
|
2019-06-15 15:23:03 +02:00
|
|
|
{% macro primary(key) %}{{ {
|
2019-06-15 15:16:14 +02:00
|
|
|
"red": "#ef5350",
|
|
|
|
"pink": "#e91e63",
|
|
|
|
"purple": "#ab47bc",
|
|
|
|
"deep-purple": "#7e57c2",
|
|
|
|
"indigo": "#3f51b5",
|
|
|
|
"blue": "#2196f3",
|
|
|
|
"light-blue": "#03a9f4",
|
|
|
|
"cyan": "#00bcd4",
|
|
|
|
"teal": "#009688",
|
|
|
|
"green": "#4caf50",
|
2020-02-27 12:27:05 +01:00
|
|
|
"light-green": "#8bc34a",
|
|
|
|
"lime": "#cddc39",
|
|
|
|
"yellow": "#ffee58",
|
|
|
|
"amber": "#ffc107",
|
|
|
|
"orange": "#ffa726",
|
2019-06-15 15:16:14 +02:00
|
|
|
"deep-orange": "#ff7043",
|
|
|
|
"brown": "#795548",
|
|
|
|
"grey": "#757575",
|
|
|
|
"blue-grey": "#546e7a"
|
2019-06-15 15:23:03 +02:00
|
|
|
}[key] }}{% endmacro %}
|
|
|
|
{% macro accent(key) %}{{ {
|
2019-06-15 15:16:14 +02:00
|
|
|
"red": "#ff1744",
|
|
|
|
"pink": "#f50057",
|
|
|
|
"purple": "#e040fb",
|
|
|
|
"deep-purple": "#7c4dff",
|
|
|
|
"indigo": "#536dfe",
|
|
|
|
"blue": "#448aff",
|
|
|
|
"light-blue": "#0091ea",
|
|
|
|
"cyan": "#00b8d4",
|
|
|
|
"teal": "#00bfa5",
|
|
|
|
"green": "#00c853",
|
|
|
|
"light-green": "#64dd17",
|
|
|
|
"lime": "#aeea00",
|
|
|
|
"yellow": "#ffd600",
|
|
|
|
"amber": "#ffab00",
|
|
|
|
"orange": "#ff9100",
|
|
|
|
"deep-orange": "#ff6e40"
|
2019-06-15 15:23:03 +02:00
|
|
|
}[key] }}{% endmacro %}
|