theme.less 424 B

123456789
  1. // You can directly set the default theme
  2. // - `default` Default theme
  3. // - `dark` Import the official dark less style file
  4. // - `compact` Import the official compact less style file
  5. @import '../app/theme/layout-default/style/theme-default.less';
  6. // ==========The following is the custom theme variable area==========
  7. // The theme paraments can be generated at https://ng-alain.github.io/ng-alain/
  8. // @primary-color: #f50;