file-code自定義 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/stylesarrow-up-right

相關推薦

Cherry Studio 主題庫: https://github.com/boilcy/cherrycssarrow-up-right

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

Last updated

Was this helpful?