mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
54394d9e5e
commit
861e6185a9
@ -22,7 +22,6 @@ ish_miss_prepare icons
|
|||||||
# ish_miss_prepare go-qrcode
|
# ish_miss_prepare go-qrcode
|
||||||
ish_miss_prepare go-git
|
ish_miss_prepare go-git
|
||||||
ish_miss_prepare matrix
|
ish_miss_prepare matrix
|
||||||
ish_miss_prepare vue-element-admin
|
|
||||||
|
|
||||||
_prepare_ttc() {
|
_prepare_ttc() {
|
||||||
ish_sys_cli_prepare; ish_dev_tmux_prepare; ish_dev_git_prepare; ish_dev_vim_prepare # ish_dev_vim_plug_prepare
|
ish_sys_cli_prepare; ish_dev_tmux_prepare; ish_dev_git_prepare; ish_dev_vim_prepare # ish_dev_vim_plug_prepare
|
||||||
|
@ -1,20 +1,31 @@
|
|||||||
body.black { background-color:black; color:cyan; }
|
body.black {
|
||||||
body.black legend { background-color:#243783bd; }
|
--body-bg-color:black;
|
||||||
body.black input { background-color:#243783bd; color:cyan; outline:none; }
|
--body-fg-color:cyan;
|
||||||
body.black textarea { background-color:#243783bd; color:cyan; outline:none; }
|
|
||||||
body.black table.content th { background-color:steelblue; }
|
--legend-bg-color:#243783bd;
|
||||||
body.black table.content.action td:last-child { background-color:steelblue; }
|
--input-bg-color:#243783bd;
|
||||||
body.black div.item:hover { background-color:#243783bd; }
|
--input-fg-color:var(--body-fg-color);
|
||||||
body.black div.item.select { background-color:#243783bd; }
|
--input-radius:5px;
|
||||||
body.black div.output { background-color:unset; }
|
--input-border:blue solid 1px;
|
||||||
body.black fieldset>div.status { border-top:darkcyan solid 1px; }
|
--status-border:darkcyan solid 1px;
|
||||||
body.black fieldset:not(.panel):not(.float):not(.full) { background-color:#061c3c9e; }
|
--output-bg-color:transparent;
|
||||||
body.black fieldset.panel:not(.main):not(.auto) { background-color:unset; }
|
|
||||||
body.black fieldset.panel:not(.main):not(.auto)>div.output { background-color:unset; }
|
--plugin-radius:10px;
|
||||||
body.black div.float { background-color:#061c3ceb; }
|
--plugin-bg-color:#061c3c9e;
|
||||||
body.black div.zone>div.item { background-color:steelblue; color:white; }
|
--panel-output-bg-color:transparent;
|
||||||
body.black div.zone>div.list>div.zone>div.item { background-color:#09466fc2; }
|
--panel-output-fg-color:var(--body-fg-color);
|
||||||
body.black div.tabs div:hover { background-color:unset; color:white }
|
--panel-bg-color:var(--panel-output-bg-color);
|
||||||
body.black div.tabs div.select { background-color:unset; color:white }
|
--panel-fg-color:var(--panel-output-fg-color);
|
||||||
|
|
||||||
|
--float-bg-color:var(--plugin-bg-color);
|
||||||
|
--carte-bg-color:var(--plugin-bg-color);
|
||||||
|
--hover-bg-color:#243783bd;
|
||||||
|
--hover-fg-color:white;
|
||||||
|
|
||||||
|
--th-bg-color:steelblue;
|
||||||
|
--tr-hover-bg-color:var(--plugin-bg-color);
|
||||||
|
--td-hover-bg-color:var(--plugin-bg-color);
|
||||||
|
}
|
||||||
|
body.black input { outline:none; }
|
||||||
|
body.black textarea { outline:none; }
|
||||||
body.black input.select, body.black input[type=text], body.black textarea { box-shadow:4px 4px 20px 4px #626bd0; }
|
body.black input.select, body.black input[type=text], body.black textarea { box-shadow:4px 4px 20px 4px #626bd0; }
|
||||||
body.black fieldset:not(.panel) { background-color:#061c3ceb; border-radius:10px; }
|
|
@ -1,44 +1,28 @@
|
|||||||
body.dark { background-color:black; color:silver; }
|
body.dark {
|
||||||
body.dark legend { background-color:#212121; border-radius:5px; }
|
--body-bg-color:black;
|
||||||
body.dark legend:hover { color:white }
|
--body-fg-color:silver;
|
||||||
body.dark input { background-color:#232526; color:silver; border-radius:5px; }
|
|
||||||
body.dark input:hover { color:white }
|
--legend-bg-color:#212121;
|
||||||
body.dark input:not([type=button]) { border-radius:0; }
|
--input-bg-color:#232526;
|
||||||
body.dark input:not([type=button]):hover { border:blue solid 1px; }
|
--input-fg-color:var(--body-fg-color);
|
||||||
body.dark input:not([type=button]):focus { border:blue solid 1px; outline:none; }
|
--input-radius:5px;
|
||||||
body.dark textarea { background-color:#232526; color:silver; }
|
--input-border:blue solid 1px;
|
||||||
body.dark table.content tr:hover { background-color:black; color:white; }
|
--status-border:gray solid 1px;
|
||||||
body.dark table.content th { background-color:black; }
|
--output-bg-color:var(--input-bg-color);
|
||||||
body.dark table.content td:hover { background-color:black; }
|
|
||||||
body.dark table.content td.select { background-color:black; }
|
--plugin-radius:var(--input-radius);
|
||||||
body.dark table.content.action td:last-child { background-color:black; }
|
--plugin-bg-color:var(--body-bg-color);
|
||||||
body.dark tr.line:hover { background-color:black; }
|
--panel-output-bg-color:var(--body-bg-color);
|
||||||
body.dark tr.line.select { background-color:black; }
|
--panel-output-fg-color:var(--body-fg-color);
|
||||||
body.dark h1:hover { background-color:black; color:white; }
|
--panel-bg-color:var(--panel-output-bg-color);
|
||||||
body.dark h2:hover { background-color:black; color:white; }
|
--panel-fg-color:var(--panel-output-fg-color);
|
||||||
body.dark h3:hover { background-color:black; color:white; }
|
|
||||||
body.dark div.item:hover { background-color:#232526; color:white; }
|
--float-bg-color:var(--plugin-bg-color);
|
||||||
body.dark div.item.select { background-color:#232526; color:white; }
|
--carte-bg-color:var(--plugin-bg-color);
|
||||||
body.dark span.item:hover { background-color:black; color:white; }
|
--hover-bg-color:var(--input-bg-color);
|
||||||
body.dark span.item.select { background-color:black; color:white; }
|
--hover-fg-color:white;
|
||||||
body.dark div.action div.tabs:hover { background-color:#232526; color:white; }
|
|
||||||
body.dark div.action div.tabs.select { background-color:#232526; color:white; }
|
--th-bg-color:var(--plugin-bg-color);
|
||||||
body.dark div.output { background-color:#232526; }
|
--tr-hover-bg-color:var(--plugin-bg-color);
|
||||||
body.dark fieldset>div.status { border-top:gray solid 1px }
|
--td-hover-bg-color:var(--plugin-bg-color);
|
||||||
body.dark fieldset:not(.panel) { background-color:black; border-radius:10px; }
|
}
|
||||||
body.dark fieldset.panel:not(.main) { background-color:black; }
|
|
||||||
body.dark fieldset.panel:not(.main)>div.output { background-color:black; }
|
|
||||||
body.dark fieldset.input div.output { background-color:black; }
|
|
||||||
body.dark fieldset.input tr:hover { background-color:#232526; }
|
|
||||||
body.dark fieldset.input td:hover { background-color:#232526; }
|
|
||||||
body.dark div.float { background-color:black; }
|
|
||||||
body.dark div.carte div.item { background-color:black; }
|
|
||||||
body.dark div.carte div.item:hover { background-color:#232526; }
|
|
||||||
body.dark div.zone>div.item { background-color:black; }
|
|
||||||
body.dark div.zone>div.list>div.zone>div.item { background-color:black; }
|
|
||||||
body.dark div.tabs div { background-color:black }
|
|
||||||
body.dark div.tabs div:hover { background-color:#232526; color:white }
|
|
||||||
body.dark div.tabs div.select { background-color:#232526; color:white }
|
|
||||||
body.dark div.plug legend { background-color:#232526 }
|
|
||||||
body.dark div.plug legend.select { background-color:black; }
|
|
||||||
body.dark div.complete>table { background-color:black; }
|
|
||||||
|
@ -1,54 +1,33 @@
|
|||||||
body.light { background-color:#4a566e; }
|
body.light {
|
||||||
body.light.cmd { background-color:white; }
|
--body-bg-color:#4a566e;
|
||||||
body.light legend { background-color:lightsteelblue; border-radius:5px; }
|
--body-fg-color:black;
|
||||||
body.light select { border-radius:5px; }
|
|
||||||
body.light input { background-color:white; border-radius:5px; }
|
--legend-bg-color:lightsteelblue;
|
||||||
body.light input:not([type=button]) { border-radius:0; }
|
--input-bg-color:white;
|
||||||
body.light input:not([type=button]):hover { border:blue solid 1px; }
|
--input-fg-color:var(--body-fg-color);
|
||||||
body.light input:not([type=button]):focus { border:blue solid 1px; outline:none; }
|
--input-radius:5px;
|
||||||
body.light table.content tr:hover { background-color:aliceblue; }
|
--input-border:blue solid 1px;
|
||||||
body.light table.content th { background-color:aliceblue; }
|
--status-border:transparent solid 1px;
|
||||||
body.light table.content td:hover { background-color:aliceblue; }
|
--output-bg-color:var(--input-bg-color);
|
||||||
body.light table.content td.select { background-color:aliceblue; }
|
|
||||||
body.light table.content.action td:last-child { background-color:aliceblue; }
|
--plugin-radius:10px;
|
||||||
body.light tr.line:hover { background-color:aliceblue; }
|
--plugin-bg-color:aliceblue;
|
||||||
body.light tr.line.select { background-color:aliceblue; }
|
--panel-output-bg-color:var(--body-bg-color);
|
||||||
body.light h1:hover { background-color:aliceblue; }
|
--panel-output-fg-color:#d0d3da;
|
||||||
body.light h2:hover { background-color:aliceblue; }
|
--panel-input-bg-color:#6b7488;
|
||||||
body.light h3:hover { background-color:aliceblue; }
|
--panel-input-fg-color:white;
|
||||||
body.light div.item:hover { background-color:aliceblue; }
|
--panel-hover-bg-color:#2b3446;
|
||||||
body.light div.item.select { background-color:aliceblue; }
|
--panel-hover-fg-color:white;
|
||||||
body.light span.item:hover { background-color:aliceblue; }
|
--panel-bg-color:var(--panel-output-bg-color);
|
||||||
body.light span.item.select { background-color:aliceblue; }
|
--panel-fg-color:var(--panel-output-fg-color);
|
||||||
body.light form.option div.item:hover { background-color:white; }
|
|
||||||
body.light form.option div.item.select { background-color:white; }
|
--float-bg-color:var(--plugin-bg-color);
|
||||||
body.light div.action div.tabs:hover { background-color:white; }
|
--carte-bg-color:var(--plugin-bg-color);
|
||||||
body.light div.action div.tabs.select { background-color:white; }
|
--hover-bg-color:var(--input-bg-color);
|
||||||
body.light div.output { background-color:white; }
|
--hover-fg-color:var(--input-fg-color);
|
||||||
body.light fieldset>div.status { border-top:transparent solid 1px; }
|
|
||||||
body.light fieldset:not(.panel):not(.cmd) { background-color:aliceblue; color:black; border-radius:10px; }
|
--th-bg-color:var(--plugin-bg-color);
|
||||||
body.light fieldset.panel:not(.main) { background-color:#4a566e; color:#d0d3da; }
|
--th-fg-color:black;
|
||||||
body.light fieldset.panel:not(.main)>div.output { background-color:#4a566e; color:#d0d3da; }
|
--tr-hover-bg-color:var(--plugin-bg-color);
|
||||||
body.light fieldset.panel:not(.main)>div.output fieldset>div.output { color:black; }
|
--td-hover-bg-color:var(--plugin-bg-color);
|
||||||
body.light fieldset.panel:not(.main)>div.output div.state:hover { background-color:#2b3446; color:white; }
|
}
|
||||||
body.light fieldset.panel:not(.main)>div.output div.title:hover { background-color:#2b3446; color:white; }
|
|
||||||
body.light fieldset.panel:not(.main)>div.output div.menu:hover { background-color:#2b3446; color:white; }
|
|
||||||
body.light fieldset.panel:not(.main):not(.auto) div.item:hover { background-color:#2b3446; color:white; }
|
|
||||||
body.light fieldset.panel:not(.main):not(.auto) div.item.select { background-color:#2b3446; color:white; }
|
|
||||||
body.light fieldset.panel:not(.main):not(.auto) input { background-color:#6b7488; color:white; border-radius:5px; }
|
|
||||||
body.light fieldset.panel:not(.main)>div.output>div.item>input::placeholder { background-color:#6b7488; color:#d0d3da; }
|
|
||||||
body.light fieldset.panel:not(.main) label { color:#d0d3da; }
|
|
||||||
body.light fieldset.input div.output { background-color:aliceblue; }
|
|
||||||
body.light fieldset.input tr:hover { background-color:white; }
|
|
||||||
body.light fieldset.input td:hover { background-color:white; }
|
|
||||||
body.light div.float { background-color:aliceblue; }
|
|
||||||
body.light div.carte div.item { background-color:aliceblue; }
|
|
||||||
body.light div.carte div.item:hover { background-color:white; }
|
|
||||||
body.light div.zone>div.item { background-color:aliceblue; }
|
|
||||||
body.light div.zone>div.list>div.zone>div.item { background-color:aliceblue; }
|
|
||||||
body.light div.tabs div { background-color:aliceblue; }
|
|
||||||
body.light div.tabs div:hover { background-color:white; }
|
|
||||||
body.light div.tabs div.select { background-color:white; }
|
|
||||||
body.light div.plug legend { background-color:white }
|
|
||||||
body.light div.plug legend.select { background-color:aliceblue; }
|
|
||||||
body.light div.complete>table { background-color:aliceblue; }
|
|
||||||
|
@ -1,16 +1,32 @@
|
|||||||
body.white { background-color:white; color:black; }
|
body.white {
|
||||||
body.white legend { background-color:#ffffffc2; }
|
--body-bg-color:white;
|
||||||
body.white input { background-color:#ffffff7d; color:black; }
|
--body-fg-color:black;
|
||||||
body.white textarea { background-color:#ffffff7d; color:black; }
|
|
||||||
body.white div.item:hover { background-color:aliceblue; }
|
--legend-bg-color:#ffffffc2;
|
||||||
body.white div.item.select { background-color:aliceblue; }
|
--input-bg-color:#ffffff7d;
|
||||||
body.white table.content tr:hover { background-color:skyblue; }
|
--input-fg-color:var(--body-fg-color);
|
||||||
body.white table.content th { background-color:skyblue; }
|
--input-radius:5px;
|
||||||
body.white table.content td:hover { background-color:skyblue; }
|
--input-border:blue solid 1px;
|
||||||
body.white table.content.action td:last-child { background-color:skyblue; }
|
--status-border:darkcyan solid 1px;
|
||||||
body.white fieldset:not(.panel):not(.float):not(.full) { background-color:#ffffffa1; }
|
--output-bg-color:transparent;
|
||||||
body.white fieldset.float { background-color:aliceblue; }
|
|
||||||
body.white fieldset.full { background-color:aliceblue; }
|
--plugin-radius:10px;
|
||||||
body.white div.float { background-color:aliceblue; }
|
--plugin-bg-color:#ffffffa1;
|
||||||
body.white fieldset.panel.River:not(.main):not(.auto) div.item:hover { background-color:#243783bd; }
|
--panel-output-bg-color:transparent;
|
||||||
body.white fieldset.panel.River:not(.main):not(.auto) div.item.select { background-color:#243783bd; }
|
--panel-output-fg-color:silver;
|
||||||
|
--panel-hover-bg-color:#243783bd;
|
||||||
|
--panel-hover-fg-color:white;
|
||||||
|
--panel-bg-color:var(--panel-output-bg-color);
|
||||||
|
--panel-fg-color:var(--panel-output-fg-color);
|
||||||
|
|
||||||
|
--float-bg-color:var(--plugin-bg-color);
|
||||||
|
--carte-bg-color:var(--plugin-bg-color);
|
||||||
|
--hover-bg-color:white;
|
||||||
|
--hover-fg-color:black;
|
||||||
|
|
||||||
|
--th-bg-color:skyblue;
|
||||||
|
--tr-hover-bg-color:var(--plugin-bg-color);
|
||||||
|
--td-hover-bg-color:var(--plugin-bg-color);
|
||||||
|
}
|
||||||
|
body.white fieldset.panel.River:not(.main):not(.auto) div.item:hover { background-color:var(--panel-hover-bg-color); }
|
||||||
|
body.white fieldset.panel.River:not(.main):not(.auto) div.item.select { background-color:var(--panel-hover-bg-color); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user