mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 10:00:52 +01:00
45 lines
1.2 KiB
HTML
45 lines
1.2 KiB
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% macro primary(key) %}{{ {
|
|
"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",
|
|
"grey": "#757575",
|
|
"blue-grey": "#546d78",
|
|
"black": "#000000",
|
|
"white": "#ffffff"
|
|
}[key] }}{% endmacro %}
|
|
{% macro accent(key) %}{{ {
|
|
"red": "#ff1a47",
|
|
"pink": "#f50056",
|
|
"purple": "#df41fb",
|
|
"deep-purple": "#7c4dff",
|
|
"indigo": "#526cfe",
|
|
"blue": "#4287ff",
|
|
"light-blue": "#0091eb",
|
|
"cyan": "#00bad6",
|
|
"teal": "#00bda4",
|
|
"green": "#00c753",
|
|
"light-green": "#63de17",
|
|
"lime": "#b0eb00",
|
|
"yellow": "#ffd500",
|
|
"amber": "#ffaa00",
|
|
"orange": "#ff9100",
|
|
"deep-orange": "#ff6e42"
|
|
}[key] }}{% endmacro %}
|