Sha256: f33b0f5ee78b35d81d2c41bddb829844201cfc094afe818b529fc04eae68ac67

Contents?: true

Size: 504 Bytes

Versions: 6

Compression:

Stored size: 504 Bytes

Contents

@use '@angular/material' as mat;

@include mat.core();

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openc3-6.2.1 templates/tool_angular/src/app/app.component.scss
openc3-6.2.0 templates/tool_angular/src/app/app.component.scss
openc3-6.1.0 templates/tool_angular/src/app/app.component.scss
openc3-6.0.2 templates/tool_angular/src/app/app.component.scss
openc3-6.0.1 templates/tool_angular/src/app/app.component.scss
openc3-6.0.0 templates/tool_angular/src/app/app.component.scss