1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00

opt studio

This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-08-27 21:06:35 +08:00
parent 6bb170c74c
commit dccf40a6e5

View File

@ -32,3 +32,11 @@ body.dark {
--code-datatype:lavender; --code-function:lightgreen;
--code-constant:gray; --code-string:orange; --code-object:silver;
}
body.dark.cmd {
--legend-bg-color:#252732;
--body-bg-color:#1e1e29; --body-fg-color:silver;
--input-bg-color:#191a22;
}
body.cmd div.output>div.project {
background-color:var(--body-bg-color);
}