Custom CSS

You can modify the application's appearance to better suit your preferences by using custom CSS, for example:

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

Last updated

Was this helpful?