Customise window decorations, add openfolder action to menu, fix toolbar colours
This commit is contained in:
10
src/theme.scss
Normal file
10
src/theme.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
@use "@angular/material" as mat;
|
||||
|
||||
$rose-theme: mat.define-theme(
|
||||
(
|
||||
color: (
|
||||
theme-type: dark,
|
||||
primary: mat.$rose-palette,
|
||||
),
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user