From dccf40a6e5692363e14cc12b7eb623fb43c959de Mon Sep 17 00:00:00 2001 From: shy Date: Sun, 27 Aug 2023 21:06:35 +0800 Subject: [PATCH] opt studio --- src/template/web.chat.header/theme/dark.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/template/web.chat.header/theme/dark.css b/src/template/web.chat.header/theme/dark.css index 05c6f5ac..4bd665e3 100644 --- a/src/template/web.chat.header/theme/dark.css +++ b/src/template/web.chat.header/theme/dark.css @@ -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); +}