扩展调色板组合
all-color1-color2-
用法:
> [!tip|all-red-blue] Title will be the color mix of red and blue colors of
this theme
> The background color will be the color mix of red and blue colors of this theme
您也可以在自己的 CSS 代码片段中使用这些颜色, 它们的形式如下:
var(--color-color1-color2-mix)
: E.g.var(--color-red-blue-mix)
var(--color-color1-color2-mix-bg)
: E.g.var(--color-red-blue-mix-bg)
需要启用此 "样式设置" 选项。