站点色彩方案

摘要

Leisuer 博客当前使用的亮色、暗色与公用颜色整理。

站点色彩方案

这篇文章整理了当前站点正在使用的颜色方案,按明亮模式、黑暗模式和公用颜色三类展示,便于后续统一主题、重构样式或补设计文档。

明亮模式

标识符色号
--color-bg#eef7ff
--color-text-main#111111
--color-text-muted#666666
--color-border#eaeaea
--color-nav-bg#ffffff
--color-surfacergb(255 255 255 / 0.95)
--color-surface-elevatedrgb(255 255 255 / 0.98)
--color-glass-bgrgb(255 255 255 / 0.62)
--color-glass-borderrgb(255 255 255 / 0.7)
--color-overlayrgb(15 23 42 / 0.12)
--color-shadowrgb(17 24 39 / 0.12)
--color-code-bg#f8fafc
--color-code-header-bg#eef4fb
--color-code-text#1e293b
--color-code-border#dbe4ef
--color-code-button-bgrgb(255 255 255 / 0.96)
--color-code-button-border#cbd5e1
--color-code-button-text#475569
--color-code-button-hover-bg#ffffff
--color-code-button-hover-border#94a3b8
--color-code-button-hover-text#0f172a
--color-scrollbar-thumb-hoverrgb(59 130 246)
--color-bg
#eef7ff
--color-text-main
#111111
--color-text-muted
#666666
--color-border
#eaeaea
--color-accent
#53a3f1
--color-nav-bg
#ffffff

黑暗模式

标识符色号
--color-bg#0f141d
--color-text-main#f5f7fb
--color-text-muted#b4bfcc
--color-borderrgb(255 255 255 / 0.14)
--color-nav-bgrgb(15 20 29 / 0.92)
--color-surfacergb(21 28 39 / 0.92)
--color-surface-elevatedrgb(24 32 45 / 0.98)
--color-glass-bgrgb(21 28 39 / 0.6)
--color-glass-borderrgb(255 255 255 / 0.12)
--color-overlayrgb(0 0 0 / 0.3)
--color-shadowrgb(0 0 0 / 0.3)
--color-code-bg#0f172a
--color-code-header-bg#0b1220
--color-code-text#e5e7eb
--color-code-borderrgb(148 163 184 / 0.22)
--color-code-button-bgrgb(15 23 42 / 0.92)
--color-code-button-borderrgb(148 163 184 / 0.45)
--color-code-button-text#cbd5e1
--color-code-button-hover-bgrgb(30 41 59 / 0.96)
--color-code-button-hover-borderrgb(203 213 225 / 0.6)
--color-code-button-hover-text#ffffff
--color-scrollbar-thumb-hoverrgb(147 197 253)
--color-bg
#0f141d
--color-text-main
#f5f7fb
--color-text-muted
#b4bfcc
--color-border
rgb(255 255 255 / 0.14)
--color-accent
#53a3f1
--color-nav-bg
rgb(15 20 29 / 0.92)

公用颜色

这些颜色在明亮模式和黑暗模式中保持一致。

标识符色号说明
--color-accent#53a3f1站点主强调色,用于链接、标题装饰条、分类、标签与高亮状态
--color-scrollbar-tracktransparent滚动条轨道
--color-scrollbar-thumbrgb(96 165 250)滚动条滑块
--color-accent
#53a3f1
--color-scrollbar-track
transparent
--color-scrollbar-thumb
rgb(96 165 250)

局部硬编码颜色

这些颜色不属于主题变量,但也确实出现在项目里。

色号用途
#53a3f1搜索框聚焦边框、PWA 主题色、测试内容中的内联文字颜色
#ffffff局部文字、局部背景、PWA 背景色
#cbcbcb首页 Hero 大字中的浅灰文字
#000遮罩渐变中的纯黑
#ff5f57代码块顶部红色圆点
#ffbd2e代码块顶部黄色圆点
#28c840代码块顶部绿色圆点
rgba(0, 0, 0, 0.1)Alert 组件阴影
rgba(0, 0, 0, 0.15)Alert 组件悬停阴影
macOS Red
#ff5f57
macOS Yellow
#ffbd2e
macOS Green
#28c840

备注

整体上,这套颜色更像是以实际视觉效果为目标逐步微调出来的主题,而不是一开始就完全按严格 token 体系推导出的配色系统。因此会看到一些非常接近、但并不完全均匀的黑白灰与透明度组合。