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) %}{{ {
|
2020-08-16 14:41:19 +02:00
|
|
|
"red": "#ef5552",
|
|
|
|
"pink": "#e92063",
|
|
|
|
"purple": "#ab47bd",
|
|
|
|
"deep-purple": "#7e56c2",
|
|
|
|
"indigo": "#4051b5",
|
|
|
|
"blue": "#2094f3",
|
|
|
|
"light-blue": "#02a6f2",
|
|
|
|
"cyan": "#00bdd6",
|
|
|
|
"teal": "#009485",
|
|
|
|
"green": "#4cae4f",
|
|
|
|
"light-green": "#8bc34b",
|
|
|
|
"lime": "#cbdc38",
|
|
|
|
"yellow": "#ffec3d",
|
|
|
|
"amber": "#ffc105",
|
|
|
|
"orange": "#ffa724",
|
|
|
|
"deep-orange": "#ff6e42",
|
|
|
|
"brown": "#795649",
|
2019-06-15 15:16:14 +02:00
|
|
|
"grey": "#757575",
|
2020-08-16 14:41:19 +02:00
|
|
|
"blue-grey": "#546d78",
|
|
|
|
"black": "#000000",
|
2020-08-16 14:42:34 +02:00
|
|
|
"white": "#ffffff"
|
2019-06-15 15:23:03 +02:00
|
|
|
}[key] }}{% endmacro %}
|
|
|
|
{% macro accent(key) %}{{ {
|
2020-08-16 14:41:19 +02:00
|
|
|
"red": "#ff1a47",
|
|
|
|
"pink": "#f50056",
|
|
|
|
"purple": "#df41fb",
|
2019-06-15 15:16:14 +02:00
|
|
|
"deep-purple": "#7c4dff",
|
2020-08-16 14:41:19 +02:00
|
|
|
"indigo": "#526cfe",
|
|
|
|
"blue": "#4287ff",
|
|
|
|
"light-blue": "#0091eb",
|
|
|
|
"cyan": "#00bad6",
|
|
|
|
"teal": "#00bda4",
|
|
|
|
"green": "#00c753",
|
|
|
|
"light-green": "#63de17",
|
|
|
|
"lime": "#b0eb00",
|
|
|
|
"yellow": "#ffd500",
|
|
|
|
"amber": "#ffaa00",
|
2019-06-15 15:16:14 +02:00
|
|
|
"orange": "#ff9100",
|
2020-08-16 14:41:19 +02:00
|
|
|
"deep-orange": "#ff6e42"
|
2019-06-15 15:23:03 +02:00
|
|
|
}[key] }}{% endmacro %}
|