Customise window decorations, add openfolder action to menu, fix toolbar colours

This commit is contained in:
Michael Pivato
2024-06-08 16:30:05 +09:30
parent 8808b00f4d
commit ecdd4f7080
11 changed files with 253 additions and 167 deletions

View File

@@ -1,10 +1,17 @@
@use '@angular/material' as mat;
@use './m3-theme.scss';
@use "@angular/material" as mat;
@use "./theme.scss";
@include mat.core();
@mixin custom-colours($theme) {
.mat-toolbar {
background-color: mat.get-theme-color($theme, primary-container);
}
}
html {
@include mat.all-component-themes(m3-theme.$dark-theme);
@include mat.all-component-themes(theme.$rose-theme);
@include custom-colours(theme.$rose-theme);
}
html,