PPY 在 Cherry Studio 宁静灰卡片风格主题 中发帖
从Cherry Studio 宁静灰主题配色继续讨论:
/* 宁静灰-卡片主题 */
/* 浅色模式 */
body[theme-mode="light"] {
/* 主要背景色 */
--color-background: hsl(210, 15%, 95%);
--color-background-soft: hsl(210, 10%, 92%);
--color-background-mute: hsl(210, 10%, 88%);
/* 导航栏和聊天区域 */
--navbar-background: hsl(210, 10%, 90%);
--chat-background: hsl(200, 10%, 95%);
--chat-background-user: hsl(210, 10%, 88%);
--chat-backgrou...