Extended Colour Palette Combined

all-color1-color2- Usage:

> [!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

Shorthand for both "bg-color1-color2" and "title-color1-color2"

You can also use this colors in your own css snippets, they take the form of:

  • 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)

Requires this Style Settings option to be on

Comments