For the complete documentation index, see llms.txt. This page is also available as Markdown.

自訂 CSS

透過自訂 CSS 可以修改軟件嘅外觀,令佢更加符合自己喜好,例如咁樣:

自訂 CSS
:root {
  --color-background: #1a462788;
  --color-background-soft: #1a4627aa;
  --color-background-mute: #1a462766;
  --navbar-background: #1a4627;
  --chat-background: #1a4627;
  --chat-background-user: #28b561;
  --chat-background-assistant: #1a462722;
}

#content-container {
  background-color: #2e5d3a !important;
}

內置變量

更多主題變量請參考源代碼:https://github.com/CherryHQ/cherry-studio/tree/main/src/renderer/src/assets/styles

相關推薦

Cherry Studio 主題庫: https://github.com/boilcy/cherrycss

分享啲中國風 Cherry Studio 主題皮膚: https://linux.do/t/topic/325119/129


💡 獲取幫助同提交反饋

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改進建議,請參考 反饋同建議 入面提供嘅官方渠道。

最後更新

呢個有冇幫助?