mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-10 12:41:29 +03:00
Updated look of dark mode to be more "dark" and more friendly
This commit is contained in:
@@ -30,7 +30,7 @@ $my-app-theme: mat-light-theme($my-app-primary, $my-app-accent, $my-app-warn);
|
|||||||
@include angular-material-theme($my-app-theme);
|
@include angular-material-theme($my-app-theme);
|
||||||
|
|
||||||
// Dark theme
|
// Dark theme
|
||||||
$dark-primary: mat-palette($mat-indigo);
|
$dark-primary: mat-palette($mat-light-blue);
|
||||||
$dark-accent: mat-palette($mat-blue);
|
$dark-accent: mat-palette($mat-blue);
|
||||||
$dark-warn: mat-palette($mat-deep-orange);
|
$dark-warn: mat-palette($mat-deep-orange);
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ const THEMES_CONFIG = {
|
|||||||
},
|
},
|
||||||
'dark': {
|
'dark': {
|
||||||
'key': 'dark',
|
'key': 'dark',
|
||||||
'background_color': '#757575',
|
'background_color': '#141414',
|
||||||
'alternate_color': '#695959',
|
'alternate_color': '#695959',
|
||||||
'css_label': 'dark-theme',
|
'css_label': 'dark-theme',
|
||||||
'social_theme': 'material-dark'
|
'social_theme': 'material-dark'
|
||||||
|
|||||||
Reference in New Issue
Block a user