1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-07-11 17:59:05 +08:00
parent c72f8bc3ad
commit c993d60caf
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
~web
config space meta.main "desktop"
# config space meta.main "desktop"
# config serve meta.main "/chat/cmd/web.wiki.portal/"
# config serve meta.open "http://localhost:9020/chat/cmd/web.wiki.feel"
spide create name "com" link "http://2021.shylinux.com:9020"

View File

@ -20,12 +20,12 @@ body.dark {
--float-fg-color:var(--plugin-fg-color);
--float-bg-color:var(--plugin-bg-color);
--carte-bg-color:var(--plugin-bg-color);
--hover-bg-color:var(--input-bg-color);
--hover-bg-color:#5066b945;
--hover-fg-color:white;
--th-bg-color:var(--plugin-bg-color);
--td-hover-bg-color:var(--plugin-bg-color);
--tr-hover-bg-color:var(--plugin-bg-color);
--td-hover-bg-color:var(--hover-bg-color);
--tr-hover-bg-color:var(--hover-bg-color);
--code-comment:green; --code-keyword:royalblue; --code-package:blue;
--code-datatype:lavender; --code-function:lightgreen;

View File

@ -28,8 +28,8 @@ body.light {
--hover-fg-color:var(--input-fg-color);
--th-bg-color:var(--plugin-bg-color); --th-fg-color:black;
--td-hover-bg-color:var(--plugin-bg-color);
--tr-hover-bg-color:var(--plugin-bg-color);
--td-hover-bg-color:var(--hover-bg-color);
--tr-hover-bg-color:var(--hover-bg-color);
--code-fg-color:white;
}