Added a white theme

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2019-09-03 02:10:44 +04:00
parent f5db4187c2
commit 06fcc9244c
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
3 changed files with 5 additions and 20 deletions

View File

@ -1,9 +1,9 @@
$color-bg-alt: rgba(0, 0, 0, .09);
$color-bg: rgb(49, 49, 49);
$color-blossom: rgb(253, 112, 19);
$color-fade: rgb(238, 238, 238);
$color-html:rgb(65, 65, 65);
$color-text: rgb(245, 245, 245);
$color-bg: rgb(255, 255, 255);
$color-blossom:rgb(0, 51, 153);
$color-fade: rgb(51, 102, 204);
$color-html:rgb(255, 255, 255);
$color-text: rgb(0, 0, 0);
$font-family-sans-serif: '-apple-system', BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Arial', sans-serif;
$font-size-base: 1.6rem;

View File

@ -9,7 +9,6 @@
html {
background-color: $color-html;
background-image: url('/assets/background.svg');
height: 100%;
overflow-y: scroll;
}

View File

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="6px" height="6px" viewBox="0 0 6 6" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Background</title>
<desc>It's the background.</desc>
<defs></defs>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g fill="#000000">
<polygon points="5 0 6 0 0 6 0 5"></polygon>
<polygon points="6 5 6 6 5 6"></polygon>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 527 B