Skip to content
Snippets Groups Projects
Commit fa35a095 authored by mathias.chouet's avatar mathias.chouet
Browse files

Thème material: ajout des couleurs Irstea Brique et Rouille

parent 530e9d74
No related branches found
No related tags found
1 merge request!29Resolve "Remplacer mdbootstrap par angular-material"
......@@ -101,10 +101,77 @@ $mat-irstea-prune: (
)
);
$mat-irstea-brique: (
50 : #fae3e3,
100 : #f2b8b9,
200 : #ea898b,
300 : #e25a5d,
400 : #db363a,
500 : #d51317,
600 : #d01114,
700 : #ca0e11,
800 : #c40b0d,
900 : #ba0607,
A100 : #ffe4e4,
A200 : #ffb1b1,
A400 : #ff7e7f,
A700 : #ff6465,
contrast: (
50 : #000000,
100 : #000000,
200 : #000000,
300 : #000000,
400 : #ffffff,
500 : #ffffff,
600 : #ffffff,
700 : #ffffff,
800 : #ffffff,
900 : #ffffff,
A100 : #000000,
A200 : #000000,
A400 : #000000,
A700 : #000000,
)
);
$mat-irstea-rouille: (
50 : #fcebe2,
100 : #f8ceb6,
200 : #f4ad86,
300 : #f08c55,
400 : #ec7430,
500 : #e95b0c,
600 : #e6530a,
700 : #e34908,
800 : #df4006,
900 : #d92f03,
A100 : #ffffff,
A200 : #ffd5ce,
A400 : #ffaa9b,
A700 : #ff9481,
contrast: (
50 : #000000,
100 : #000000,
200 : #000000,
300 : #000000,
400 : #000000,
500 : #ffffff,
600 : #ffffff,
700 : #ffffff,
800 : #ffffff,
900 : #ffffff,
A100 : #000000,
A200 : #000000,
A400 : #000000,
A700 : #000000,
)
);
$nghyd-primary: mat-palette($mat-irstea-marine);
$nghyd-accent: mat-palette($mat-irstea-ocean);
// $nghyd-accent: mat-palette($mat-teal, 500, 900, A100);
$nghyd-warn: mat-palette($mat-irstea-prune);
// $nghyd-warn: mat-palette($mat-irstea-rouille);
$nghyd-theme: mat-light-theme($nghyd-primary, $nghyd-accent, $nghyd-warn);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment