First Version

This commit is contained in:
Fabian
2019-06-18 22:52:51 +02:00
commit 55b970f14a
17 changed files with 2910 additions and 0 deletions

12
src/dark.scss Normal file
View File

@ -0,0 +1,12 @@
@import "./_vals.scss";
$background: #000000;
$on-background: white;
$disabled-brightness: 1.1;
@mixin Elevation ($dp) {
background: lighten($background, floor(($dp + 3) * 1%));
z-index: $dp;
}
@import "./maketheme.scss";