Skip to content
Snippets Groups Projects
Commit dcd31a43 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Use material dark theme colors

parent dfc618a5
No related merge requests found
...@@ -3,7 +3,7 @@ footer { ...@@ -3,7 +3,7 @@ footer {
} }
#footer-toolbar { #footer-toolbar {
background-color: var(--primary-variant); background-color: var(--surface);
height: auto; height: auto;
&:first-child { &:first-child {
...@@ -18,7 +18,7 @@ footer { ...@@ -18,7 +18,7 @@ footer {
.mat-button { .mat-button {
min-height: 28px; min-height: 28px;
font-size: 12px; font-size: 12px;
color: var(--on-primary); color: var(--on-surface);
} }
mat-icon { mat-icon {
......
.app-title { .app-title {
cursor: pointer; cursor: pointer;
margin: 0 auto; margin: 0 auto;
color: var(--on-primary); color: var(--on-surface);
} }
mat-toolbar { mat-toolbar {
background-color: var(--primary); background-color: var(--surface);
position: relative; position: relative;
} }
.header-icons { .header-icons {
color: var(--on-primary); color: var(--on-surface);
} }
.purple { .purple {
......
export const dark = { export const dark = {
'--primary' : '#4db6ac', '--primary' : '#bb86fc',
'--primary-variant': '#80cbc4', '--primary-variant': '#3700b3',
'--secondary': '#3949ab', '--secondary': '#03dac6',
'--secondary-variant': '#6f74dd', '--secondary-variant': '#6f74dd',
'--background': '#424242', '--background': '#121212',
'--surface': '#212121', '--surface': '#1e1e1e',
'--dialog': '#757575', '--dialog': '#757575',
'--on-primary': '#000000', '--on-primary': '#000000',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment