Merge branch 'master' of lollilol/deemix into master

This commit is contained in:
RemixDev 2020-05-13 21:31:31 +00:00 committed by Gogs
commit 07f1040ced
1 changed files with 11 additions and 0 deletions

View File

@ -38,6 +38,17 @@ html[data-theme='dark'] {
--accent-text: #dfdfdf; --accent-text: #dfdfdf;
} }
html[data-theme='purple'] {
--main-background: #0c041b;
--secondary-background: #130a29;
--main-text: #eeeeee;
--accent-color: #460ead;
--main-text-inverted: #100822;
--panels-background: #100727;
--panels-text: #ffffff;
--accent-text: #dfdfdf;
}
body { body {
margin: 0px; margin: 0px;
width: 100%; width: 100%;