@acomodeo/material-theme 中文文档教程
Acomodeo theme and palettes for Angular Material
只需将 dist/theme.css
导入您的 styles.css
即可将主题应用于您的应用程序。
相关指南部分:角度参考
使用 材质调色板生成器
要将此主题与 Sass 和 Angular 一起使用,请将 theme.scss
从基本目录导入到您的一个 sass 文件中。
此外,还会导出以下 css 变量:
--primary
--primaryLighter
--primaryDarker
--accent
--accentLighter
--accentDarker
--warn
--warnLighter
--warnDarker
Acomodeo theme and palettes for Angular Material
Simply import dist/theme.css
to your styles.css
to apply the theme to your application.
Relevant guide section: Angular Reference
Made using the Material palette generator
Base palettes generated using this guide
To use this theme with Sass and Angular, import theme.scss
from the base directory into one of your sass files.
Additionally, the following css variables are exported:
--primary
--primaryLighter
--primaryDarker
--accent
--accentLighter
--accentDarker
--warn
--warnLighter
--warnDarker