cherry studio主题

1- 长安主题

body[theme-mode="dark"] {
  --color-background: #2C2420;
  --color-background-soft: #3D312A;
  --color-background-mute: #332A24;
  --navbar-background: #2C2420;
  --chat-background: #2C2420;
  --chat-background-user: #362D26;
  --chat-background-assistant: #3D312A;
}
body[theme-mode="dark"] #content-container {
  background-color: #362D26 !important;
}
:root {
  --color-black-soft: #2C2420;
}
body[theme-mode="light"] {
  --color-background: #F2E6D5;
  --color-background-soft: #E6D5C0;
  --color-background-mute: #DFCBB3;
  --navbar-background: #EDE0CC;
  --chat-background: #F6EBDC;
  --chat-background-user: #F2E6D5;
  --chat-background-assistant: #E6D5C0;
  --color-white: #F6EBDC;
}
body[theme-mode="light"] #content-container {
  background-color: #F6EBDC !important;
}

2- 宣纸主题

body[theme-mode="dark"] {
  --color-background: #2C2C2C;
  --color-background-soft: #454545;
  --color-background-mute: #333333;
  --navbar-background: #2C2C2C;
  --chat-background: #2C2C2C;
  --chat-background-user: #383838;
  --chat-background-assistant: #404040;
}
body[theme-mode="dark"] #content-container {
  background-color: #383838 !important;
}
:root {
  --color-black-soft: #2C2C2C;
}
body[theme-mode="light"] {
  --color-background: #F5F2E9;
  --color-background-soft: #EBE6D9;
  --color-background-mute: #E5DFD1;
  --navbar-background: #F2EEE3;
  --chat-background: #F9F6ED;
  --chat-background-user: #F5F2E9;
  --chat-background-assistant: #EBE6D9;
  --color-white: #F9F6ED;
}
body[theme-mode="light"] #content-container {
  background-color: #F9F6ED !important;
}

3- 羊皮纸主题

body[theme-mode="dark"] { 
  --color-background: #32281A;
  --color-background-soft: #463524;
  --color-background-mute: #3D2E1F;
  --navbar-background: #32281A;
  --chat-background: #32281A;
  --chat-background-user: #403020;
  --chat-background-assistant: #463524;
}
body[theme-mode="dark"] #content-container {
  background-color: #403020 !important;
}
:root {
  --color-black-soft: #32281A;
}
body[theme-mode="light"] {
  --color-background: #F4E4BE;
  --color-background-soft: #E8D5AB;
  --color-background-mute: #E2CCA0;
  --navbar-background: #F0DEB5;
  --chat-background: #F7EAC9;
  --chat-background-user: #F4E4BE;
  --chat-background-assistant: #E8D5AB;
  --color-white: #F7EAC9;
}
body[theme-mode="light"] #content-container {
  background-color: #F7EAC9 !important;
}

4- 金镶玉主题

body[theme-mode="dark"] {
  --color-background: #2A2420;
  --color-background-soft: #463C35;
  --color-background-mute: #2F2925;
  --navbar-background: #2A2420;
  --chat-background: #2A2420;
  --chat-background-user: #352E29;
  --chat-background-assistant: #3D3631;
}
body[theme-mode="dark"] #content-container {
  background-color: #352E29 !important;
}
:root {
  --color-black-soft: #2A2420;
}
body[theme-mode="light"] {
  --color-background: #F8F3E6;
  --color-background-soft: #F3ECD8;
  --color-background-mute: #EEE5CC;
  --navbar-background: #F6F0E0;
  --chat-background: #FBF7ED;
  --chat-background-user: #F8F3E6;
  --chat-background-assistant: #F3ECD8;
  --color-white: #FBF7ED;
}
body[theme-mode="light"] #content-container {
  background-color: #FBF7ED !important;
}

5- 琵琶主题

body[theme-mode="dark"] {
  --color-background: #2B1F1C;
  --color-background-soft: #463933;
  --color-background-mute: #302320;
  --navbar-background: #2B1F1C;
  --chat-background: #2B1F1C;
  --chat-background-user: #362925;
  --chat-background-assistant: #3E312D;
}
body[theme-mode="dark"] #content-container {
  background-color: #362925 !important;
}
:root {
  --color-black-soft: #2B1F1C;
}
body[theme-mode="light"] { 
  --color-background: #F5EDE7;
  --color-background-soft: #EFE4DB;
  --color-background-mute: #E9DCD1;
  --navbar-background: #F2E9E2;
  --chat-background: #F8F2ED;
  --chat-background-user: #F5EDE7;
  --chat-background-assistant: #EFE4DB;
  --color-white: #F8F2ED;
}
body[theme-mode="light"] #content-container {
  background-color: #F8F2ED !important;
}

6- 烟雨主题

body[theme-mode="dark"] {
  --color-background: #283339;
  --color-background-soft: #364550;
  --color-background-mute: #2F3B43;
  --navbar-background: #283339;
  --chat-background: #283339;
  --chat-background-user: #313E47;
  --chat-background-assistant: #364550;
}
body[theme-mode="dark"] #content-container {
  background-color: #313E47 !important;
}
:root {
  --color-black-soft: #283339;
}
body[theme-mode="light"] {
  --color-background: #E8F0F2;
  --color-background-soft: #DBE7EB;
  --color-background-mute: #D1E0E5;
  --navbar-background: #E3EDF0;
  --chat-background: #EDF4F6;
  --chat-background-user: #E8F0F2;
  --chat-background-assistant: #DBE7EB;
  --color-white: #EDF4F6;
}
body[theme-mode="light"] #content-container {
  background-color: #EDF4F6 !important;
}

7- 天水主题

body[theme-mode="dark"] {
  --color-background: #1A3059;
  --color-background-soft: #264573;
  --color-background-mute: #1F3966;
  --navbar-background: #1A3059;
  --chat-background: #1A3059;
  --chat-background-user: #233D6B;
  --chat-background-assistant: #2C4A80;
}
body[theme-mode="dark"] #content-container {
  background-color: #233D6B !important;
}
:root {
  --color-black-soft: #1A3059;
}
body[theme-mode="light"] {
  --color-background: #F3F6FA;
  --color-background-soft: #E8EEF6;
  --color-background-mute: #DCE5F0;
  --navbar-background: #EDF2F8;
  --chat-background: #F7FAFD;
  --chat-background-user: #F3F6FA;
  --chat-background-assistant: #E8EEF6;
  --color-white: #F7FAFD;
}
body[theme-mode="light"] #content-container {
  background-color: #F7FAFD !important;
}

8- 山水主题

body[theme-mode="dark"] {
  --color-background: #2C2C2C88;
  --color-background-soft: #4A4A4A;
  --color-background-mute: #2C2C2C66;
  --navbar-background: #2C2C2C;
  --chat-background: #2C2C2C;
  --chat-background-user: #666666;
  --chat-background-assistant: #4A4A4A;
}
body[theme-mode="dark"] #content-container {
  background-color: #3C3C3C !important;
}
:root {
  --color-black-soft: #2C2C2C;
}
body[theme-mode="light"] {
  --color-background: #F5F5F5;
  --color-background-soft: #EBEBEB;
  --color-background-mute: #E0E0E0;
  --navbar-background: #F0F0F0;
  --chat-background: #FFFFFF;
  --chat-background-user: #F5F5F5;
  --chat-background-assistant: #EBEBEB;
  --color-white: #FFFFFF;
}
body[theme-mode="light"] #content-container {
  background-color: #FFFFFF !important;
}

9- 玉石主题

body[theme-mode="dark"] {
  --color-background: #1C382988;
  --color-background-soft: #2A5B43;
  --color-background-mute: #326B4F66;
  --navbar-background: #1C3829;
  --chat-background: #1C3829;
  --chat-background-user: #2A4F3E;
  --chat-background-assistant: #326B4F;
}
body[theme-mode="dark"] #content-container {
  background-color: #2A4F3E !important;
}
:root {
  --color-black-soft: #1C3829;
}
body[theme-mode="light"] {
  --color-background: #E8F3EA;
  --color-background-soft: #D5E8D8;
  --color-background-mute: #C2DDC6;
  --navbar-background: #DAF0DD;
  --chat-background: #F3F9F4;
  --chat-background-user: #E8F3EA;
  --chat-background-assistant: #D5E8D8;
  --color-white: #F3F9F4;
}
body[theme-mode="light"] #content-container {
  background-color: #F3F9F4 !important;
}

10- 紫陶主题

body[theme-mode="dark"] {
  --color-background: #4A314D88;
  --color-background-soft: #735475;
  --color-background-mute: #4A314D66;
  --navbar-background: #4A314D;
  --chat-background: #4A314D;
  --chat-background-user: #614464;
  --chat-background-assistant: #735F76;
}
body[theme-mode="dark"] #content-container {
  background-color: #614464 !important;
}
:root {
  --color-black-soft: #4A314D;
}
body[theme-mode="light"] {
  --color-background: #F4EEF5;
  --color-background-soft: #E8DCEA;
  --color-background-mute: #DBCBDE;
  --navbar-background: #EFE5F0;
  --chat-background: #F9F6FA;
  --chat-background-user: #F4EEF5;
  --chat-background-assistant: #E8DCEA;
  --color-white: #F9F6FA;
}
body[theme-mode="light"] #content-container {
  background-color: #F9F6FA !important;
}

11- 青雾主题

body[theme-mode="dark"] {
  --color-background: #4C584488;
  --color-background-soft: #697A60;
  --color-background-mute: #55614D66;
  --navbar-background: #4C5844;
  --chat-background: #4C5844;
  --chat-background-user: #5F6B57;
  --chat-background-assistant: #3D4637;
}
body[theme-mode="dark"] #content-container {
  background-color: #5F6B57 !important;
}
:root {
  --color-black-soft: #4C5844;
}
body[theme-mode="light"] {
  --color-background: #EEF2EB;
  --color-background-soft: #E2E8DD;
  --color-background-mute: #D6DECF;
  --navbar-background: #E8EDE4;
  --chat-background: #F4F6F2;
  --chat-background-user: #EEF2EB;
  --chat-background-assistant: #E2E8DD;
  --color-white: #F4F6F2;
}
body[theme-mode="light"] #content-container {
  background-color: #F4F6F2 !important;
}

12- 素宣主题

body[theme-mode="dark"] {
  --color-background: #1F2428;
  --color-background-soft: #2A3035;
  --color-background-mute: #242A2E;
  --navbar-background: #1F2428;
  --chat-background: #1F2428;
  --chat-background-user: #272D32;
  --chat-background-assistant: #2A3035;
}
body[theme-mode="dark"] #content-container {
  background-color: #272D32 !important;
}
:root {
  --color-black-soft: #1F2428;
}
body[theme-mode="light"] {
  --color-background: #FCF9F5;
  --color-background-soft: #F5EFE8;
  --color-background-mute: #F0E9E1;
  --navbar-background: #F8F4EE;
  --chat-background: #FFFAF5;
  --chat-background-user: #FCF9F5;
  --chat-background-assistant: #F5EFE8;
  --color-white: #FFFAF5;
}
body[theme-mode="light"] #content-container {
  background-color: #FFFAF5 !important;
}

13- 胭脂主题

body[theme-mode="dark"] {
  --color-background: #2C2123;
  --color-background-soft: #4A3634;
  --color-background-mute: #352528;
  --navbar-background: #2C2123;
  --chat-background: #2C2123;
  --chat-background-user: #3D2B2E;
  --chat-background-assistant: #4A3235;
}
body[theme-mode="dark"] #content-container {
  background-color: #3D2B2E !important;
}
:root {
  --color-black-soft: #2C2123;
}
body[theme-mode="light"] {
  --color-background: #F7F3F3;
  --color-background-soft: #F0E8E8;
  --color-background-mute: #E8E0E0;
  --navbar-background: #F9F5F5;
  --chat-background: #FCFAFA;
  --chat-background-user: #F7F3F3;
  --chat-background-assistant: #F0E8E8;
  --color-white: #FCFAFA;
}
body[theme-mode="light"] #content-container {
  background-color: #FCFAFA !important;
}

14- 雁灰主题

body[theme-mode="dark"] {
  --color-background: #282A36;
  --color-background-soft: #454857;
  --color-background-mute: #2F3240;
  --navbar-background: #282A36;
  --chat-background: #282A36;
  --chat-background-user: #343746;
  --chat-background-assistant: #44475A;
}
body[theme-mode="dark"] #content-container {
  background-color: #343746 !important;
}
:root {
  --color-black-soft: #282A36;
}
body[theme-mode="light"] {
  --color-background: #F2F3F4;
  --color-background-soft: #E6E7E8;
  --color-background-mute: #D9DADC;
  --navbar-background: #EEEFF0;
  --chat-background: #F7F8F9;
  --chat-background-user: #F2F3F4;
  --chat-background-assistant: #E6E7E8;
  --color-white: #F7F8F9;
}
body[theme-mode="light"] #content-container {
  background-color: #F7F8F9 !important;
}

15- 窑火主题

body[theme-mode="dark"] {
  --color-background: #2C1810;
  --color-background-soft: #6B4435;
  --color-background-mute: #443026;
  --navbar-background: #2C1810;
  --chat-background: #2C1810;
  --chat-background-user: #5C392C;
  --chat-background-assistant: #443026;
}
body[theme-mode="dark"] #content-container {
  background-color: #5C392C !important;
}
:root {
  --color-black-soft: #2C1810;
}
body[theme-mode="light"] {
  --color-background: #F8E3C4;
  --color-background-soft: #E6C89B;
  --color-background-mute: #D4B176;
  --navbar-background: #F1D6AE;
  --chat-background: #FAF0DD;
  --chat-background-user: #E6C89B;
  --chat-background-assistant: #F1D6AE;
  --color-white: #FAF0DD;
}
body[theme-mode="light"] #content-container {
  background-color: #FAF0DD !important;
}

16- 奶茶主题

body[theme-mode="dark"] {
  --color-background: #463229AA;
  --color-background-soft: #5D443A;
  --color-background-mute: #46322966;
  --navbar-background: #382720;
  --chat-background: #463229;
  --chat-background-user: #624B41;
  --chat-background-assistant: #5D443A;
}
body[theme-mode="dark"] #content-container {
  background-color: #3F2D24 !important;
}
:root {
  --color-black-soft: #382720;
}
body[theme-mode="light"] {
  --color-background: #F5E6D3;
  --color-background-soft: #E8D4BE;
  --color-background-mute: #DEC5AA;
  --navbar-background: #F2E2CF;
  --chat-background: #FFFFFF;
  --chat-background-user: #F5E6D3;
  --chat-background-assistant: #E8D4BE;
  --color-white: #FFFFFF;
}
body[theme-mode="light"] #content-container {
  background-color: #FFFFFF !important;
}

17- 青瓷主题

body[theme-mode="dark"] {
  --color-background: #2C3635;
  --color-background-soft: #4A5755;
  --color-background-mute: #445352;
  --navbar-background: #2C3635;
  --chat-background: #2C3635;
  --chat-background-user: #3A4745;
  --chat-background-assistant: #445352;
}
body[theme-mode="dark"] #content-container {
  background-color: #3A4745 !important;
}
:root {
  --color-black-soft: #2C3635;
}
body[theme-mode="light"] {
  --color-background: #F0F5F3;
  --color-background-soft: #E1EAE7;
  --color-background-mute: #D2DEDA;
  --navbar-background: #E8EFEC;
  --chat-background: #F5F9F7;
  --chat-background-user: #E1EAE7;
  --chat-background-assistant: #E8EFEC;
  --color-white: #F5F9F7;
}
body[theme-mode="light"] #content-container {
  background-color: #F5F9F7 !important;
}

18- 流云主题

body[theme-mode="dark"] {
  --color-background: #1A3C6188;
  --color-background-soft: #234875;
  --color-background-mute: #15294466;
  --navbar-background: #1A3C61;
  --chat-background: #152944;
  --chat-background-user: #234875;
  --chat-background-assistant: #1D405F;
}
body[theme-mode="dark"] #content-container {
  background-color: #1D405F !important;
}
:root {
  --color-black-soft: #152944;
}
body[theme-mode="light"] {
  --color-background: #F3F6FA;
  --color-background-soft: #E8EEF5;
  --color-background-mute: #DCE6F2;
  --navbar-background: #F0F4F9;
  --chat-background: #FFFFFF;
  --chat-background-user: #E8EEF5;
  --chat-background-assistant: #F3F6FA;
  --color-white: #FFFFFF;
}
body[theme-mode="light"] #content-container {
  background-color: #FFFFFF !important;
}

19- 汝窑蓝主题

body[theme-mode="dark"] {
  --color-background: #1A2C3D;
  --color-background-soft: #2D5A7A;
  --color-background-mute: #2D5475;
  --navbar-background: #1A2C3D;
  --chat-background: #1A2C3D;
  --chat-background-user: #234863;
  --chat-background-assistant: #2D5475;
}
body[theme-mode="dark"] #content-container {
  background-color: #234863 !important;
}
:root {
  --color-black-soft: #1A2C3D;
}
body[theme-mode="light"] {
  --color-background: #E8F0F2;
  --color-background-soft: #BED3D7;
  --color-background-mute: #A5C6CC;
  --navbar-background: #D9E6E9;
  --chat-background: #F2F7F8;
  --chat-background-user: #BED3D7;
  --chat-background-assistant: #D9E6E9;
  --color-white: #F2F7F8;
}
body[theme-mode="light"] #content-container {
  background-color: #F2F7F8 !important;
}

20- 汝窑绿主题

body[theme-mode="dark"] {
  --color-background: #1A3937;
  --color-background-soft: #3A5F5C;
  --color-background-mute: #315F5C;
  --navbar-background: #1A3937;
  --chat-background: #1A3937;
  --chat-background-user: #264D4A;
  --chat-background-assistant: #315F5C;
}
body[theme-mode="dark"] #content-container {
  background-color: #264D4A !important;
}
:root {
  --color-black-soft: #1A3937;
}
body[theme-mode="light"] {
  --color-background: #E8F0F0;
  --color-background-soft: #CEE3E2;
  --color-background-mute: #B5D5D3;
  --navbar-background: #DCE8E7;
  --chat-background: #F0F6F6;
  --chat-background-user: #CEE3E2;
  --chat-background-assistant: #DCE8E7;
  --color-white: #F0F6F6;
}
body[theme-mode="light"] #content-container {
  background-color: #F0F6F6 !important;
}

21- 汉白玉主题

body[theme-mode="dark"] {
  --color-background: #2B2926EE;
  --color-background-soft: #353331;
  --color-background-mute: #2B292666;
  --navbar-background: #2B2926;
  --chat-background: #2B2926;
  --chat-background-user: #3D3A36;
  --chat-background-assistant: #353331;
}
body[theme-mode="dark"] #content-container {
  background-color: #302D29 !important;
}
:root {
  --color-black-soft: #2B2926;
}
body[theme-mode="light"] {
  --color-background: #F7F6F2;
  --color-background-soft: #F2F0EB;
  --color-background-mute: #EAE8E3;
  --navbar-background: #F5F3EF;
  --chat-background: #FFFFFF;
  --chat-background-user: #F7F6F2;
  --chat-background-assistant: #F2F0EB;
  --color-white: #FFFFFF;
}
body[theme-mode="light"] #content-container {
  background-color: #FDFCFA !important;
}

22- 莫奈主题

body[theme-mode="dark"] {
  --color-background: #4C768688;
  --color-background-soft: #3D6273;
  --color-background-mute: #4C768666;
  --navbar-background: #4C7686;
  --chat-background: #4C7686;
  --chat-background-user: #689AAF;
  --chat-background-assistant: #3D6170;
}
body[theme-mode="dark"] #content-container {
  background-color: #456F80 !important;
}
:root {
  --color-black-soft: #4C7686;
}
body[theme-mode="light"] {
  --color-background: #E6F3F7;
  --color-background-soft: #CCE6F0;
  --color-background-mute: #B3DAE8;
  --navbar-background: #F0F7F9;
  --chat-background: #F4FAFB;
  --chat-background-user: #E6F3F7;
  --chat-background-assistant: #CCE6F0;
  --color-white: #F4FAFB;
}
body[theme-mode="light"] #content-container {
  background-color: #F4FAFB !important;
}

23- 湖光主题

body[theme-mode="dark"] {
  --color-background: #2A525488;
  --color-background-soft: #264F57;
  --color-background-mute: #2F616B66;
  --navbar-background: #2A5254;
  --chat-background: #2A5254;
  --chat-background-user: #3C707A;
  --chat-background-assistant: #1D4247;
}
body[theme-mode="dark"] #content-container {
  background-color: #3C707A !important;
}
:root {
  --color-black-soft: #2A5254;
}
body[theme-mode="light"] {
  --color-background: #E6F3F4;
  --color-background-soft: #D4EBEC;
  --color-background-mute: #C2E3E4;
  --navbar-background: #DAF0F1;
  --chat-background: #F0F7F8;
  --chat-background-user: #E6F3F4;
  --chat-background-assistant: #D4EBEC;
  --color-white: #F0F7F8;
}
body[theme-mode="light"] #content-container {
  background-color: #F0F7F8 !important;
}

24- 春梅主题

body[theme-mode="dark"] {
  --color-background: #8C435688;
  --color-background-soft: #A85F6F;
  --color-background-mute: #94505F66;
  --navbar-background: #8C4356;
  --chat-background: #8C4356;
  --chat-background-user: #A25768;
  --chat-background-assistant: #763848;
}
body[theme-mode="dark"] #content-container {
  background-color: #A25768 !important;
}
:root {
  --color-black-soft: #8C4356;
}
body[theme-mode="light"] {
  --color-background: #FFEEF2;
  --color-background-soft: #FFE6EC;
  --color-background-mute: #FFDEE6;
  --navbar-background: #FFF1F5;
  --chat-background: #FFF6F9;
  --chat-background-user: #FFEEF2;
  --chat-background-assistant: #FFE6EC;
  --color-white: #FFF6F9;
}
body[theme-mode="light"] #content-container {
  background-color: #FFF6F9 !important;
}

25- 丹霞主题

body[theme-mode="dark"] {
  --color-background: #4A1C1C88;
  --color-background-soft: #873636;
  --color-background-mute: #8B343466;
  --navbar-background: #4A1C1C;
  --chat-background: #4A1C1C;
  --chat-background-user: #642424;
  --chat-background-assistant: #8B3434;
}
body[theme-mode="dark"] #content-container {
  background-color: #642424 !important;
}
:root {
  --color-black-soft: #4A1C1C;
}
body[theme-mode="light"] {
  --color-background: #FFF7F7;
  --color-background-soft: #FFE4E4;
  --color-background-mute: #FFD4D4;
  --navbar-background: #FFF0F0;
  --chat-background: #FFFAFA;
  --chat-background-user: #FFE4E4;
  --chat-background-assistant: #FFF0F0;
  --color-white: #FFFAFA;
}
body[theme-mode="light"] #content-container {
  background-color: #FFFAFA !important;
}

26- 禅棕主题

body[theme-mode="dark"] {
  --color-background: #5D403788;
  --color-background-soft: #6D4C41;
  --color-background-mute: #5D403766;
  --navbar-background: #5D4037;
  --chat-background: #5D4037;
  --chat-background-user: #795548;
  --chat-background-assistant: #8D6E63;
}
body[theme-mode="dark"] #content-container {
  background-color: #4E342E !important;
}
:root {
  --color-black-soft: #5D4037;
}
body[theme-mode="light"] {
  --color-background: #EFEBE9;
  --color-background-soft: #D7CCC8;
  --color-background-mute: #BCAAA4;
  --navbar-background: #EFEBE9;
  --chat-background: #FAF8F7;
  --chat-background-user: #EFEBE9;
  --chat-background-assistant: #D7CCC8;
  --color-white: #FAF8F7;
}
body[theme-mode="light"] #content-container {
  background-color: #FAF8F7 !important;
}