1
0
forked from x/ContextOS

opt index.css

This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-08-28 19:42:44 +08:00
parent d568180aa9
commit a91917e540
4 changed files with 11 additions and 6 deletions

View File

@ -14,4 +14,4 @@ Volcanos({river: {
cli: {name: "系统 cli", icon: "bi bi-windows", index: ["qrcode", "daemon", "runtime", "cli.procstat", "cli.procinfo", "mirrors", "signal", "timer", "routine", "log.debug"]},
nfs: {name: "文件 nfs", icon: "bi bi-server", index: ["dir", "cat", "tar", "pack", "tail", "trash", "server", "host", "port"]},
}},
}, list: ["/require/modules/bootstrap-icons/font/bootstrap-icons.min.css"]}) // https://icons.getbootstrap.com/
}})

View File

@ -9,3 +9,6 @@ body.black {
--plugin-bg-color:#061c3c9e;
--th-bg-color:steelblue;
}
body.black fieldset.panel.auto:not(.main) { background-color:var(--plugin-bg-color); color:var(--plugin-fg-color); }
body.black fieldset.panel.auto:not(.main)>div.output { background-color:var(--plugin-bg-color); color:var(--plugin-fg-color); }

View File

@ -5,6 +5,7 @@ body.light {
--input-bg-color:white;
--panel-output-fg-color:#d0d3da;
--panel-input-bg-color:#6b7488;
--panel-input-fg-color:white;
--panel-hover-fg-color:white;
--plugin-bg-color:aliceblue;
--box-border:lightgray solid 1px;
@ -15,5 +16,5 @@ body.light {
--code-datatype:cornflowerblue; --code-function:darkcyan;
--code-constant:gray; --code-string:brown; --code-object:purple;
}
body.light.cmd { --body-bg-color:aliceblue; }
body.white.cmd { --body-bg-color:white; }
body.light fieldset.panel:not(.main) input { background-color:var(--panel-input-bg-color); color:var(--panel-input-fg-color); }
body.light fieldset.panel:not(.main) input::placeholder { background-color:var(--panel-input-bg-color); color:var(--panel-fg-color); }

View File

@ -6,16 +6,17 @@ body.white {
--input-border:transparent solid 1px;
--output-bg-color:transparent;
--panel-output-bg-color:transparent;
--panel-output-fg-color:silver;
--panel-output-fg-color:lavender;
--panel-hover-fg-color:white;
--plugin-bg-color:#ffffffa1;
--box-border:lightgray solid 1px;
--box-shadow:gray 2px 2px 8px;
--hover-fg-color:var(--input-fg-color);
--th-bg-color:skyblue;
--th-bg-color:aliceblue;
--code-fg-color:white;
--code-comment:green; --code-keyword:darkblue; --code-package:blue;
--code-datatype:cornflowerblue; --code-function:darkcyan;
--code-constant:gray; --code-string:brown; --code-object:purple;
}
body.white fieldset.panel.auto:not(.main) { background-color:var(--plugin-bg-color); color:var(--plugin-fg-color); }
body.white fieldset.panel.auto:not(.main)>div.output { background-color:var(--plugin-bg-color); color:var(--plugin-fg-color); }