Sha256: d6dfe8b06e88416adf3eb494328c303b80377d240e3ee57375c9b15fad726b43

Contents?: true

Size: 670 Bytes

Versions: 22

Compression:

Stored size: 670 Bytes

Contents

@use '@angular/material' as mat;

@include mat.core();

// Define a dark theme
$dark-theme: mat.define-dark-theme((
 color: (
   primary: mat.define-palette(mat.$blue-palette),
   accent: mat.define-palette(mat.$blue-grey-palette),
 ),
  // Only include `typography` and `density` in the default dark theme.
  typography: mat.define-typography-config(),
  density: 0,
));

// Define a light theme
$light-theme: mat.define-light-theme((
 color: (
   primary: mat.define-palette(mat.$indigo-palette),
   accent: mat.define-palette(mat.$pink-palette),
 ),
));

// Apply the dark theme by default
@include mat.core-theme($dark-theme);
@include mat.button-theme($dark-theme);

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
openc3-5.20.0 templates/tool_angular/src/app/app.component.scss
openc3-5.19.0 templates/tool_angular/src/app/app.component.scss
openc3-5.18.0 templates/tool_angular/src/app/app.component.scss
openc3-5.17.1 templates/tool_angular/src/app/app.component.scss
openc3-5.17.0 templates/tool_angular/src/app/app.component.scss
openc3-5.16.0 templates/tool_angular/src/app/app.component.scss
openc3-5.15.2 templates/tool_angular/src/app/app.component.scss
openc3-5.15.1 templates/tool_angular/src/app/app.component.scss
openc3-5.15.0 templates/tool_angular/src/app/app.component.scss
openc3-5.14.2 templates/tool_angular/src/app/app.component.scss
openc3-5.14.1 templates/tool_angular/src/app/app.component.scss
openc3-5.14.0 templates/tool_angular/src/app/app.component.scss
openc3-5.13.0 templates/tool_angular/src/app/app.component.scss
openc3-5.12.0 templates/tool_angular/src/app/app.component.scss
openc3-5.11.3 templates/tool_angular/src/app/app.component.scss
openc3-5.11.2 templates/tool_angular/src/app/app.component.scss
openc3-5.11.1 templates/tool_angular/src/app/app.component.scss
openc3-5.11.0 templates/tool_angular/src/app/app.component.scss
openc3-5.10.1 templates/tool_angular/src/app/app.component.scss
openc3-5.10.0 templates/tool_angular/src/app/app.component.scss