fix(core): update
This commit is contained in:
39
material/partials/palette.html
Normal file
39
material/partials/palette.html
Normal file
@ -0,0 +1,39 @@
|
||||
{% macro primary(key) %}{{ {
|
||||
"red": "#ef5350",
|
||||
"pink": "#e91e63",
|
||||
"purple": "#ab47bc",
|
||||
"deep-purple": "#7e57c2",
|
||||
"indigo": "#3f51b5",
|
||||
"blue": "#2196f3",
|
||||
"light-blue": "#03a9f4",
|
||||
"cyan": "#00bcd4",
|
||||
"teal": "#009688",
|
||||
"green": "#4caf50",
|
||||
"light-green": "#7cb342",
|
||||
"lime": "#c0ca33",
|
||||
"yellow": "#f9a825",
|
||||
"amber": "#ffa000",
|
||||
"orange": "#fb8c00",
|
||||
"deep-orange": "#ff7043",
|
||||
"brown": "#795548",
|
||||
"grey": "#757575",
|
||||
"blue-grey": "#546e7a"
|
||||
}[key] }}{% endmacro %}
|
||||
{% macro accent(key) %}{{ {
|
||||
"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"
|
||||
}[key] }}{% endmacro %}
|
Reference in New Issue
Block a user