标题: 【04/26更一下】Cherry Studio✨ 透明版赛博卡片融合怪主题
作者: YoungChany
内容: 新衣服可太好看了
时间: Sun, 27 Apr 2025 08:55:26 +0000
作者: 𝓹𝓲𝓽𝓮𝓻
回复: 这个好看诶
时间: Sun, 27 Apr 2025 09:29:49 +0000
作者: mariahlamb
回复: 这边就是Cherry暖暖~
时间: Sun, 27 Apr 2025 09:32:58 +0000
作者: 雨下不停
回复: 好看的!!!
时间: Sun, 27 Apr 2025 10:01:10 +0000
作者: weisili2025
回复: 已经用上了,效果很赞
时间: Sun, 27 Apr 2025 11:45:43 +0000
作者: 我钢铁侠
回复: mariahlamb: 感觉这个有些过于亮了有木有 暗色的很有那种板报的感觉
时间: Sun, 27 Apr 2025 15:30:26 +0000
作者: WHHHa
回复: 好看好看
时间: Sun, 27 Apr 2025 16:24:09 +0000
作者: mariahlamb
回复: 觉得太晃眼 佬可以找浅色模式下的 background-image换成自己的就好
时间: Sun, 27 Apr 2025 22:33:56 +0000
作者: edinik
回复: 很赞,穿上了
时间: Mon, 28 Apr 2025 01:05:05 +0000
作者: waffie
回复: 强大,收藏了~~
时间: Mon, 28 Apr 2025 01:06:40 +0000
作者: waffie
回复: 发现这个主题是CPU杀手,CPU占用一下子就上去了
时间: Mon, 28 Apr 2025 13:26:55 +0000
作者: mariahlamb
回复: 奔着改造去的,边角和动态的细节有点多 ,佬要是要省内存兼顾美观的光拉透明度自定义下图片就可以啦
时间: Mon, 28 Apr 2025 13:30:01 +0000
作者: Noah
回复: 感谢分享css太好看啦吧
时间: Wed, 30 Apr 2025 02:53:54 +0000
作者: zngray
回复: 感谢分享
时间: Wed, 30 Apr 2025 10:37:08 +0000
作者: Yuhiri
回复: 感谢大佬分享
时间: Wed, 30 Apr 2025 10:40:31 +0000
作者: Keyman
回复: 真厉害,我第一次知道原来可以换肤的
时间: Wed, 30 Apr 2025 10:58:25 +0000
作者: shiyu956
回复: 谢谢分享
时间: Sat, 03 May 2025 16:07:58 +0000
作者: star_dream
回复: 皮肤很好,但是在导出聊天到图片的时候出现了问题 第一张图片是使用该主题导出,图片内容难以辨认 第二张图片是使用默认主题导出 该主题导出图片是没有背景?
时间: Tue, 06 May 2025 04:14:35 +0000
作者: mariahlamb
回复: 因为就是透明的 ,参考下这个: https://linux.do/t/topic/501913/236
时间: Tue, 06 May 2025 08:25:20 +0000
作者: VCLink
回复: 太赞了,这个渐变蓝很好看。 用Gemini调了个统一字体版的,字体设置成了“Maple Mono NF CN”,视觉上更统一了点,也还不错: CSS文件: :root { --duration-quick: 0.15s; --duration-normal: 0.3s; --easing-standard: cubic-bezier(0.4, 0, 0.2, 1); /* Line & Corner Effects Base Sizes - Colors defined per theme mode */ --cyber-angle-size: 6px; --cyber-line-width: 1px; --cyber-corner-size: 5px; /* Default colors (will be overridden by theme-mode) */ /* These are fallback colors if theme-mode is not set */ --color-cyber-accent: #00CED1; /* Dark Cyan */ --color-cyber-accent-bright: #40E0D0; /* Turquoise */ --color-cyber-accent-purple: #DA70D6; /* Orchid */ --color-cyber-accent-rgb: 0, 206, 209; --color-cyber-accent-purple-rgb: 218, 112, 214; --color-cyber-line: rgba(var(--color-cyber-accent-rgb), 0.7); --color-cyber-line-dim: rgba(var(--color-cyber-accent-rgb), 0.3); --shadow-cyber-glow-teal: rgba(var(--color-cyber-accent-rgb), 0.15); --shadow-cyber-glow-purple: rgba(var(--color-cyber-accent-purple-rgb), 0.1); --color-background: transparent; --color-background-soft: rgba(22, 27, 34, 0.8); /* Default to dark soft background */ --color-background-mute: rgba(33, 38, 45, 0.8); /* Default to dark mute background */ --navbar-background: transparent; --chat-background: transparent; --chat-background-user: rgba(22, 27, 34, 0.65); /* Default to dark user bubble */ --chat-background-assistant: rgba(22, 27, 34, 0.65); /* Default to dark assistant bubble */ --chat-customize-box-shadow: 0 0 0 1px rgba(48, 54, 61, 0.185); /* Default dark shadow */ --chat-customize-box-shadow2: none; --chat-customize-box-shadow3: inset 0 0 0 1px rgba(48, 54, 61, 0.226); /* Default dark shadow */ --chat-customize-box-shadow4: inset 0 0 0 1px rgba(139, 148, 158, 0.8); /* Default dark shadow */ --chat-text-user: #c5def4; /* Default dark user text */ --color-text-1: #c3e0f9; /* Default dark primary text */ --color-text-2: #8a9aaf; /* Default dark secondary text */ --chat-customize-collapse-background: rgba(22, 27, 34, 0.7); /* Default dark collapse background */ --chat-customize-codeHeader: #7d8590; /* Default dark code header color */ --color-black: #161b22; /* Default dark black */ --color-white: #f9e9e9; /* Default dark white */ --antd-arrow-background-color: rgba(33, 38, 45, 0.7); /* Default dark arrow background */ --list-item-border-radius: 6px; --color-background-opacity: rgba(22, 27, 34, 0.6); /* Default dark background opacity */ --color-background-rgb: 22, 27, 34; /* Default dark background rgb */ --color-black-rgb: 16, 27, 34; /* RGB for #161b22 */ --color-white-rgb: 249, 233, 233; /* RGB
作者: YoungChany
内容: 新衣服可太好看了
时间: Sun, 27 Apr 2025 08:55:26 +0000
作者: 𝓹𝓲𝓽𝓮𝓻
回复: 这个好看诶
时间: Sun, 27 Apr 2025 09:29:49 +0000
作者: mariahlamb
回复: 这边就是Cherry暖暖~
时间: Sun, 27 Apr 2025 09:32:58 +0000
作者: 雨下不停
回复: 好看的!!!
时间: Sun, 27 Apr 2025 10:01:10 +0000
作者: weisili2025
回复: 已经用上了,效果很赞
时间: Sun, 27 Apr 2025 11:45:43 +0000
作者: 我钢铁侠
回复: mariahlamb: 感觉这个有些过于亮了有木有 暗色的很有那种板报的感觉
时间: Sun, 27 Apr 2025 15:30:26 +0000
作者: WHHHa
回复: 好看好看
时间: Sun, 27 Apr 2025 16:24:09 +0000
作者: mariahlamb
回复: 觉得太晃眼 佬可以找浅色模式下的 background-image换成自己的就好
时间: Sun, 27 Apr 2025 22:33:56 +0000
作者: edinik
回复: 很赞,穿上了
时间: Mon, 28 Apr 2025 01:05:05 +0000
作者: waffie
回复: 强大,收藏了~~
时间: Mon, 28 Apr 2025 01:06:40 +0000
作者: waffie
回复: 发现这个主题是CPU杀手,CPU占用一下子就上去了
时间: Mon, 28 Apr 2025 13:26:55 +0000
作者: mariahlamb
回复: 奔着改造去的,边角和动态的细节有点多 ,佬要是要省内存兼顾美观的光拉透明度自定义下图片就可以啦
时间: Mon, 28 Apr 2025 13:30:01 +0000
作者: Noah
回复: 感谢分享css太好看啦吧
时间: Wed, 30 Apr 2025 02:53:54 +0000
作者: zngray
回复: 感谢分享
时间: Wed, 30 Apr 2025 10:37:08 +0000
作者: Yuhiri
回复: 感谢大佬分享
时间: Wed, 30 Apr 2025 10:40:31 +0000
作者: Keyman
回复: 真厉害,我第一次知道原来可以换肤的
时间: Wed, 30 Apr 2025 10:58:25 +0000
作者: shiyu956
回复: 谢谢分享
时间: Sat, 03 May 2025 16:07:58 +0000
作者: star_dream
回复: 皮肤很好,但是在导出聊天到图片的时候出现了问题 第一张图片是使用该主题导出,图片内容难以辨认 第二张图片是使用默认主题导出 该主题导出图片是没有背景?
时间: Tue, 06 May 2025 04:14:35 +0000
作者: mariahlamb
回复: 因为就是透明的 ,参考下这个: https://linux.do/t/topic/501913/236
时间: Tue, 06 May 2025 08:25:20 +0000
作者: VCLink
回复: 太赞了,这个渐变蓝很好看。 用Gemini调了个统一字体版的,字体设置成了“Maple Mono NF CN”,视觉上更统一了点,也还不错: CSS文件: :root { --duration-quick: 0.15s; --duration-normal: 0.3s; --easing-standard: cubic-bezier(0.4, 0, 0.2, 1); /* Line & Corner Effects Base Sizes - Colors defined per theme mode */ --cyber-angle-size: 6px; --cyber-line-width: 1px; --cyber-corner-size: 5px; /* Default colors (will be overridden by theme-mode) */ /* These are fallback colors if theme-mode is not set */ --color-cyber-accent: #00CED1; /* Dark Cyan */ --color-cyber-accent-bright: #40E0D0; /* Turquoise */ --color-cyber-accent-purple: #DA70D6; /* Orchid */ --color-cyber-accent-rgb: 0, 206, 209; --color-cyber-accent-purple-rgb: 218, 112, 214; --color-cyber-line: rgba(var(--color-cyber-accent-rgb), 0.7); --color-cyber-line-dim: rgba(var(--color-cyber-accent-rgb), 0.3); --shadow-cyber-glow-teal: rgba(var(--color-cyber-accent-rgb), 0.15); --shadow-cyber-glow-purple: rgba(var(--color-cyber-accent-purple-rgb), 0.1); --color-background: transparent; --color-background-soft: rgba(22, 27, 34, 0.8); /* Default to dark soft background */ --color-background-mute: rgba(33, 38, 45, 0.8); /* Default to dark mute background */ --navbar-background: transparent; --chat-background: transparent; --chat-background-user: rgba(22, 27, 34, 0.65); /* Default to dark user bubble */ --chat-background-assistant: rgba(22, 27, 34, 0.65); /* Default to dark assistant bubble */ --chat-customize-box-shadow: 0 0 0 1px rgba(48, 54, 61, 0.185); /* Default dark shadow */ --chat-customize-box-shadow2: none; --chat-customize-box-shadow3: inset 0 0 0 1px rgba(48, 54, 61, 0.226); /* Default dark shadow */ --chat-customize-box-shadow4: inset 0 0 0 1px rgba(139, 148, 158, 0.8); /* Default dark shadow */ --chat-text-user: #c5def4; /* Default dark user text */ --color-text-1: #c3e0f9; /* Default dark primary text */ --color-text-2: #8a9aaf; /* Default dark secondary text */ --chat-customize-collapse-background: rgba(22, 27, 34, 0.7); /* Default dark collapse background */ --chat-customize-codeHeader: #7d8590; /* Default dark code header color */ --color-black: #161b22; /* Default dark black */ --color-white: #f9e9e9; /* Default dark white */ --antd-arrow-background-color: rgba(33, 38, 45, 0.7); /* Default dark arrow background */ --list-item-border-radius: 6px; --color-background-opacity: rgba(22, 27, 34, 0.6); /* Default dark background opacity */ --color-background-rgb: 22, 27, 34; /* Default dark background rgb */ --color-black-rgb: 16, 27, 34; /* RGB for #161b22 */ --color-white-rgb: 249, 233, 233; /* RGB
for #f9e9e9 */ } body { font-family: "Maple Mono NF CN", monospace, sans-serif !important; letter-spacing: 0.03em; line-height: 1.6; } /* UI Elements Font */ .ant-modal-content, .ant-popover-inner, div[class^="InputContainer-"], div[class^="OutputContainer-"], div[class^="HistoryContainner-"], .ant-notification-notice, .ant-message-notice-content, .ant-drawer-content, .ant-collapse-content-box, .ant-modal-body .ant-input-affix-wrapper input, .ant-segmented-group .ant-segmented-item-label, .ant-btn, .ant-dropdown-trigger, .ant-modal-header .ant-modal-title, .ant-collapse-header, li[class^="MenuItem-"], #content-container [class^="ListItemContainer-"], div[class^="SettingGroup-"] label, .ant-tooltip-inner, .markdown th, .ant-table-thead > tr > th, .markdown pre [class^="CodeHeader-"] { font-family: inherit !important; /* Inherits "Maple Mono NF CN" from body */ font-weight: 700 !important; /* Bold */ letter-spacing: inherit; line-height: inherit; } /* Markdown Headers Font */ .markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 { font-family: inherit !important; /* Inherits "Maple Mono NF CN" from body */ font-weight: 700 !important; letter-spacing: 0.08em; } /* Specific Reading Areas Font */ .bubble .message-content-container, .inputbar-container textarea, .ant-modal .ant-modal-body, .ant-table-tbody > tr > td, .markdown blockquote, .markdown table, .markdown p, .markdown li, .markdown strong, .markdown b, .markdown em, .markdown i { font-family: "Maple Mono NF CN", monospace, sans-serif !important; letter-spacing: 0.03em !important; line-height: 1.6 !important; } /* Code Font */ code, pre, .markdown pre [class^="CodeContent-"] * { font-family: "Maple Mono NF CN", monospace, sans-serif !important; font-weight: 400 !important; /* Regular weight for code */ letter-spacing: normal !important; line-height: 1.45 !important; } /* --- Dark Mode --- */ body[theme-mode="dark"] { /* Accent Colors (Blue/Cyan) */ --color-cyber-accent: #00CED1; /* Dark Cyan */ --color-cyber-accent-bright: #40E0D0; /* Turquoise */ --color-cyber-accent-purple: #DA70D6; /* Orchid - Used for blockquote border/background */ --color-cyber-accent-rgb: 0, 206, 209; /* RGB for --color-cyber-accent */ --color-cyber-accent-purple-rgb: 218, 112, 214; /* RGB for --color-cyber-accent-purple */ /* Line & Corner Effects (Derived from Accent RGB) */ --color-cyber-line: rgba(var(--color-cyber-accent-rgb), 0.7); --color-cyber-line-dim: rgba(var(--color-cyber-accent-rgb), 0.3); /* Glow Effects (Derived from Accent RGB) */ --shadow-cyber-glow-teal: rgba(var(--color-cyber-accent-rgb), 0.15); --shadow-cyber-glow-purple: rgba(var(--color-cyber-accent-purple-rgb), 0.1); /* Used for blockquote shadow */ /* Background Colors (Semi-transparent for blur effect) */ --color-background: transparent; /* Main body background is image */ --color-background-soft: rgba(22, 27, 34, 0.8); /* Soft background for UI elements */ --color-background-mute: rgba(33, 38, 45, 0.8); /* Mute background for hover/focus */ --navbar-background: transparent; --chat-background: transparent; --chat-background-user: rgba(22, 27, 34, 0.65); /* User bubble background */ --chat-background-assistant: rgba(22, 27, 34, 0.65); /* Assistant bubble background */ --chat-customize-collapse-background: rgba(22, 27, 34, 0.7); /* Collapse panel content background */ --color-background-opacity: rgba(22, 27, 34, 0.6); /* More opaque background for some containers */ --color-background-rgb: 22, 27, 34; /* RGB for main background color */ --antd-arrow-background-color: rgba(33, 38, 45, 0.7); /* Antd tooltip/popover arrow background */ /* Text Colors */ --chat-text-user: #c5def4; /* User chat text color */ --color-text-1: #c3e0f9; /* Primary text color */ --color-text-2: #8a9aaf; /* Secondary text color */ --chat-customize-codeHeader: #7d8590; /* Code block header color */ --color-black: #161b22; /* Dark theme "black" (very dark grey) */ --color-white: #f9e9e9; /* Dark theme "white" (ve
ry light grey) */ /* Shadow Colors */ --chat-customize-box-shadow: 0 0 0 1px rgba(48, 54, 61, 0.185); /* Standard box shadow */ --chat-customize-box-shadow2: none; --chat-customize-box-shadow3: inset 0 0 0 1px rgba(48, 54, 61, 0.226); /* Inset shadow */ --chat-customize-box-shadow4: inset 0 0 0 1px rgba(139, 148, 158, 0.8); /* Brighter inset shadow */ /* Other Variables */ --list-item-border-radius: 6px; /* Border radius for list items/containers */ --color-black-rgb: 16, 27, 34; /* RGB for #161b22 */ --color-white-rgb: 249, 233, 233; /* RGB for #f9e9e9 */ /* Background Image */ background-image: url('https://kupitkan.com/upload/iblock/ca9/sw0qn2658mdbbkfowrn1pevewx6wubie.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; } /* --- Light Mode (MODIFIED TO BLUE THEME) --- */ body[theme-mode="light"] { /* Accent Colors (Blue Scheme) */ --color-cyber-accent: #1E90FF; /* Dodger Blue - Primary Accent */ --color-cyber-accent-bright: #00BFFF; /* Deep Sky Blue - Bright Accent */ --color-cyber-accent-purple: #4169E1; /* Royal Blue - Contrast Accent (used for blockquotes etc.) */ --color-cyber-accent-rgb: 30, 144, 255; /* RGB for --color-cyber-accent */ --color-cyber-accent-purple-rgb: 65, 105, 225; /* RGB for --color-cyber-accent-purple (Royal Blue) */ /* Line & Corner Effects (Derived from Accent RGB) */ --color-cyber-line: rgba(var(--color-cyber-accent-rgb), 0.7); --color-cyber-line-dim: rgba(var(--color-cyber-accent-rgb), 0.3); /* Glow Effects (Derived from Accent RGB) */ /* Note: Variable names kept for potential cross-theme compatibility, but values use blue */ --shadow-cyber-glow-teal: rgba(var(--color-cyber-accent-rgb), 0.15); /* Glow uses primary blue */ --shadow-cyber-glow-purple: rgba(var(--color-cyber-accent-purple-rgb), 0.1); /* Contrast glow uses Royal Blue */ /* Background Colors (Semi-transparent for blur effect) */ --color-background: transparent; /* Main body background is image */ --color-background-soft: rgba(246, 248, 250, 0.8); /* Soft background for UI elements */ --color-background-mute: rgba(240, 242, 245, 0.8); /* Mute background for hover/focus */ --navbar-background: transparent; --chat-background: transparent; --chat-background-user: rgba(246, 248, 250, 0.65); /* User bubble background */ --chat-background-assistant: rgba(246, 248, 250, 0.65); /* Assistant bubble background */ --chat-customize-collapse-background: rgba(246, 248, 250, 0.7); /* Collapse panel content background */ --color-background-opacity: rgba(246, 248, 250, 0.6); /* More opaque background for some containers */ --color-background-rgb: 246, 248, 250; /* RGB for main background color */ --antd-arrow-background-color: rgba(240, 242, 245, 0.7); /* Antd tooltip/popover arrow background */ /* Text Colors */ --chat-text-user: #2d3846; /* User chat text color */ --color-text-1: #2d3846; /* Primary text color */ --color-text-2: #57606a; /* Secondary text color */ --chat-customize-codeHeader: #57606a; /* Code block header color */ --color-white: #ffffff; /* Light theme "white" (true white) */ --color-black: #2d3846; /* Light theme "black" (dark grey) */ /* Shadow Colors */ --chat-customize-box-shadow: 0 1px 3px rgba(27, 31, 35, 0.031); /* Standard box shadow */ --chat-customize-box-shadow2: none; --chat-customize-box-shadow3: inset 0 1px 1px rgba(27, 31, 35, 0.048), 0 0 0 1px rgba(208, 215, 222, 0.8); /* Inset shadow */ --chat-customize-box-shadow4: inset 0 1px 1px rgba(27, 31, 35, 0.1), 0 0 0 1px rgba(208, 215, 222, 0.8); /* Brighter inset shadow */ /* Other Variables */ --list-item-border-radius: 6px; /* Border radius for list items/containers */ --color-black-rgb: 45, 56, 70; /* RGB for #2d3846 */ --color-white-rgb: 255, 255, 255; /* RGB for #ffffff */ /* Background Image (Kept original light mode image) */ background-image: url('https://images.unsplash.com/photo-1668853853439-923e013afff1?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA