1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-01-19 21:10:05 +08:00
parent 9c7ec53b5f
commit 2a7fdb8431
4 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,6 @@
body.blue { body.blue {
--box-border:#9c9cb070 solid 1px; --box-border:#9c9cb070 solid 1px;
--plugin-bg-color:navy; --input-bg-color:darkblue; --plugin-bg-color:navy;
--plugin-fg-color:silver;
--input-bg-color:darkblue;
} }

View File

@ -1,5 +1,5 @@
body.dark { body.dark {
--plugin-bg-color:#0d1117; --plugin-bg-color:#0d1117;
--plugin-fg-color:silver;
--input-bg-color:#171a22; --input-bg-color:#171a22;
/* --input-bg-color:#202123; */
} }

View File

@ -1,5 +1,7 @@
body.red { body.red {
--box-border:#9c9cb070 solid 1px; --box-border:#9c9cb070 solid 1px;
--plugin-bg-color:firebrick; --input-bg-color:darkred; --plugin-bg-color:firebrick;
--plugin-fg-color:silver;
--input-bg-color:darkred;
} }
body.red fieldset.draw.trend div.output svg { background-color:#d895959e; } body.red fieldset.draw.trend div.output svg { background-color:#d895959e; }

View File

@ -1,4 +1,6 @@
body.silver { body.silver {
--box-border:gray solid 1px; --box-border:gray solid 1px;
--plugin-bg-color:#2d323e; --input-bg-color:#202430; --plugin-bg-color:#2d323e;
--plugin-fg-color:silver;
--input-bg-color:#202430;
} }