add purple theme

This commit is contained in:
lollilol 2020-05-13 23:18:11 +02:00
parent b28b2e0aee
commit 41f344ccc1
1 changed files with 11 additions and 0 deletions

View File

@ -38,6 +38,17 @@ html[data-theme='dark'] {
--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 {
margin: 0px;
width: 100%;