Add dark theme

This commit is contained in:
Chocobozzz
2019-07-17 14:58:36 +02:00
parent a867542d87
commit 8d4ceaed9d
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,7 @@
body {
--mainBackgroundColor: #111111;
--mainForegroundColor: #fff;
--submenuColor: rgb(32, 32, 32);
--inputColor: gray;
--inputPlaceholderColor: #fff;
}