shellRainingcherry studio 主题美化 中发帖

从站内的帖子里面找到了一个主题(青瓷),轻微的修改了一下,但是还存在很多没来得及改(比如黑色的按钮) 
感觉这样直接修改主题不太稳定,后面可能直接去仓库贡献 PR
[image]
* {
font-family: "霞鹜文楷等宽" !important;
}

body #inputbar {
margin: 10px 15px 20px !important;
}

/* 青瓷暗色主题 */
body[theme-mode="dark"] {
--color-background: #2c3635;
--color-background-soft: #4a5755;
--color-background-mute: #445352;
--navbar-background: #2c3635;
--chat-background: #2c3635;
-...