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

Custom CSS

You can modify the software's appearance through custom CSS to better suit your preferences, for example, like this:

custom 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;
}

Built-in variables

For more theme variables, please refer to the source code:https://github.com/CherryHQ/cherry-studio/tree/main/src/renderer/src/assets/styles

Cherry Studio theme library: https://github.com/boilcy/cherrycss

Sharing some Chinese-style Cherry Studio theme skins: https://linux.do/t/topic/325119/129


💡 Get help and submit feedback

If you encounter any questions, bugs, or have suggestions for feature improvements during configuration or use, please refer to Feedback and Suggestions the official channels provided there.

Last updated

Was this helpful?