mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed theme colors for Android meta tag
This commit is contained in:
parent
688e350c49
commit
71bc294b67
@ -2,41 +2,43 @@
|
|||||||
This file was automatically generated - do not edit
|
This file was automatically generated - do not edit
|
||||||
-#}
|
-#}
|
||||||
{% macro primary(key) %}{{ {
|
{% macro primary(key) %}{{ {
|
||||||
"red": "#ef5350",
|
"red": "#ef5552",
|
||||||
"pink": "#e91e63",
|
"pink": "#e92063",
|
||||||
"purple": "#ab47bc",
|
"purple": "#ab47bd",
|
||||||
"deep-purple": "#7e57c2",
|
"deep-purple": "#7e56c2",
|
||||||
"indigo": "#3f51b5",
|
"indigo": "#4051b5",
|
||||||
"blue": "#2196f3",
|
"blue": "#2094f3",
|
||||||
"light-blue": "#03a9f4",
|
"light-blue": "#02a6f2",
|
||||||
"cyan": "#00bcd4",
|
"cyan": "#00bdd6",
|
||||||
"teal": "#009688",
|
"teal": "#009485",
|
||||||
"green": "#4caf50",
|
"green": "#4cae4f",
|
||||||
"light-green": "#8bc34a",
|
"light-green": "#8bc34b",
|
||||||
"lime": "#cddc39",
|
"lime": "#cbdc38",
|
||||||
"yellow": "#ffee58",
|
"yellow": "#ffec3d",
|
||||||
"amber": "#ffc107",
|
"amber": "#ffc105",
|
||||||
"orange": "#ffa726",
|
"orange": "#ffa724",
|
||||||
"deep-orange": "#ff7043",
|
"deep-orange": "#ff6e42",
|
||||||
"brown": "#795548",
|
"brown": "#795649",
|
||||||
"grey": "#757575",
|
"grey": "#757575",
|
||||||
"blue-grey": "#546e7a"
|
"blue-grey": "#546d78",
|
||||||
|
"black": "#000000",
|
||||||
|
"white": "#ffffff",
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
{% macro accent(key) %}{{ {
|
{% macro accent(key) %}{{ {
|
||||||
"red": "#ff1744",
|
"red": "#ff1a47",
|
||||||
"pink": "#f50057",
|
"pink": "#f50056",
|
||||||
"purple": "#e040fb",
|
"purple": "#df41fb",
|
||||||
"deep-purple": "#7c4dff",
|
"deep-purple": "#7c4dff",
|
||||||
"indigo": "#536dfe",
|
"indigo": "#526cfe",
|
||||||
"blue": "#448aff",
|
"blue": "#4287ff",
|
||||||
"light-blue": "#0091ea",
|
"light-blue": "#0091eb",
|
||||||
"cyan": "#00b8d4",
|
"cyan": "#00bad6",
|
||||||
"teal": "#00bfa5",
|
"teal": "#00bda4",
|
||||||
"green": "#00c853",
|
"green": "#00c753",
|
||||||
"light-green": "#64dd17",
|
"light-green": "#63de17",
|
||||||
"lime": "#aeea00",
|
"lime": "#b0eb00",
|
||||||
"yellow": "#ffd600",
|
"yellow": "#ffd500",
|
||||||
"amber": "#ffab00",
|
"amber": "#ffaa00",
|
||||||
"orange": "#ff9100",
|
"orange": "#ff9100",
|
||||||
"deep-orange": "#ff6e40"
|
"deep-orange": "#ff6e42"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
@ -22,43 +22,45 @@
|
|||||||
|
|
||||||
<!-- Primary colors -->
|
<!-- Primary colors -->
|
||||||
{% macro primary(key) %}{{ {
|
{% macro primary(key) %}{{ {
|
||||||
"red": "#ef5350",
|
"red": "#ef5552",
|
||||||
"pink": "#e91e63",
|
"pink": "#e92063",
|
||||||
"purple": "#ab47bc",
|
"purple": "#ab47bd",
|
||||||
"deep-purple": "#7e57c2",
|
"deep-purple": "#7e56c2",
|
||||||
"indigo": "#3f51b5",
|
"indigo": "#4051b5",
|
||||||
"blue": "#2196f3",
|
"blue": "#2094f3",
|
||||||
"light-blue": "#03a9f4",
|
"light-blue": "#02a6f2",
|
||||||
"cyan": "#00bcd4",
|
"cyan": "#00bdd6",
|
||||||
"teal": "#009688",
|
"teal": "#009485",
|
||||||
"green": "#4caf50",
|
"green": "#4cae4f",
|
||||||
"light-green": "#8bc34a",
|
"light-green": "#8bc34b",
|
||||||
"lime": "#cddc39",
|
"lime": "#cbdc38",
|
||||||
"yellow": "#ffee58",
|
"yellow": "#ffec3d",
|
||||||
"amber": "#ffc107",
|
"amber": "#ffc105",
|
||||||
"orange": "#ffa726",
|
"orange": "#ffa724",
|
||||||
"deep-orange": "#ff7043",
|
"deep-orange": "#ff6e42",
|
||||||
"brown": "#795548",
|
"brown": "#795649",
|
||||||
"grey": "#757575",
|
"grey": "#757575",
|
||||||
"blue-grey": "#546e7a"
|
"blue-grey": "#546d78",
|
||||||
|
"black": "#000000",
|
||||||
|
"white": "#ffffff",
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
|
||||||
<!-- Accent colors -->
|
<!-- Accent colors -->
|
||||||
{% macro accent(key) %}{{ {
|
{% macro accent(key) %}{{ {
|
||||||
"red": "#ff1744",
|
"red": "#ff1a47",
|
||||||
"pink": "#f50057",
|
"pink": "#f50056",
|
||||||
"purple": "#e040fb",
|
"purple": "#df41fb",
|
||||||
"deep-purple": "#7c4dff",
|
"deep-purple": "#7c4dff",
|
||||||
"indigo": "#536dfe",
|
"indigo": "#526cfe",
|
||||||
"blue": "#448aff",
|
"blue": "#4287ff",
|
||||||
"light-blue": "#0091ea",
|
"light-blue": "#0091eb",
|
||||||
"cyan": "#00b8d4",
|
"cyan": "#00bad6",
|
||||||
"teal": "#00bfa5",
|
"teal": "#00bda4",
|
||||||
"green": "#00c853",
|
"green": "#00c753",
|
||||||
"light-green": "#64dd17",
|
"light-green": "#63de17",
|
||||||
"lime": "#aeea00",
|
"lime": "#b0eb00",
|
||||||
"yellow": "#ffd600",
|
"yellow": "#ffd500",
|
||||||
"amber": "#ffab00",
|
"amber": "#ffaa00",
|
||||||
"orange": "#ff9100",
|
"orange": "#ff9100",
|
||||||
"deep-orange": "#ff6e40"
|
"deep-orange": "#ff6e42"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
Loading…
Reference in New Issue
Block a user