1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-04-27 09:21:03 +08:00
parent 2853afd2ed
commit 9287c57088
4 changed files with 8 additions and 11 deletions

View File

@ -1,10 +1,2 @@
body {
--code-bg-color:black; --code-fg-color:silver;
--notice-bg-color:blue; --notice-fg-color:white;
--danger-bg-color:red; --danger-fg-color:var(--notice-fg-color);
--disable-fg-color:gray; --progress-bg-color:var(--danger-bg-color);
--hover-bg-color:#5066b961; --hover-fg-color:var(--notice-fg-color);
--body-font-family:sans-serif; --code-font-family:monospace;
--project-width:230px; --river-width:var(--project-width);
--float-height:480px; --float-width:1200px; --desktop-icon-size:80px;
}
}

View File

@ -1,5 +1,8 @@
package main
import "shylinux.com/x/ice"
import (
"shylinux.com/x/ice"
_ "shylinux.com/x/icebergs/core/chat/theme"
)
func main() { print(ice.Run()) }

View File

@ -80,6 +80,8 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
"hostport", "主机",
"keyword", "关键字",
"title", "标题",
"group", "分组",
"color", "颜色",
"dev", "主机",
"nodename", "节点",
"access", "访问",

View File

@ -1,6 +1,6 @@
body.dark {
--disable-fg-color:#30363d;
--notice-bg-color:royalblue;
--notice-bg-color:royalblue; --danger-bg-color:crimson;
--plugin-bg-color:#171a22; --plugin-fg-color:silver; --output-bg-color:#0d1117;
--plugin-box-shadow:none; --legend-box-shadow:none; --input-box-shadow:none;
--th-box-shadow:none; --keyword-box-shadow:none;