2019-07-17 12:58:36 +00:00
|
|
|
body {
|
|
|
|
--mainBackgroundColor: #111111;
|
|
|
|
--mainForegroundColor: #fff;
|
2020-05-20 09:37:58 +00:00
|
|
|
|
2019-07-17 12:58:36 +00:00
|
|
|
--submenuColor: rgb(32, 32, 32);
|
2020-05-20 09:37:58 +00:00
|
|
|
|
|
|
|
--inputForegroundColor: #fff;
|
2020-05-20 08:59:03 +00:00
|
|
|
--inputBackgroundColor: gray;
|
2019-07-17 12:58:36 +00:00
|
|
|
--inputPlaceholderColor: #fff;
|
2020-05-20 11:52:38 +00:00
|
|
|
|
|
|
|
--textareaForegroundColor: #fff;
|
|
|
|
--textareaBackgroundColor: gray;
|
|
|
|
--markdownTextareaBackgroundColor: gray;
|
2020-05-22 09:23:00 +00:00
|
|
|
|
|
|
|
--greyForegroundColor: gray;
|
|
|
|
--actionButtonColor: gray;
|
|
|
|
--activatedActionButtonColor: #fff;
|
2019-07-17 12:58:36 +00:00
|
|
|
}
|