workphone-devdoc.css 覆盖需求/开发/部署/测试/平台分析根目录;Skill 配色表同步。 Co-authored-by: Cursor <cursoragent@cursor.com>
88 lines
3.1 KiB
CSS
88 lines
3.1 KiB
CSS
/* 工作手机 · 开发文档 Obsidian 目录配色
|
||
* 启用:Settings → Appearance → CSS snippets → workphone-devdoc
|
||
* 依赖:Obsidian 文件资源管理器 nav-folder-title data-path 属性
|
||
*/
|
||
|
||
.nav-folder-title[data-path="开发文档/2、架构"] > .nav-folder-title-content {
|
||
color: #1565C0 !important;
|
||
font-weight: 600;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/2、架构/01-总览"] > .nav-folder-title-content {
|
||
color: #2E7D32 !important;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/2、架构/02-技术基座"] > .nav-folder-title-content {
|
||
color: #6A1B9A !important;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/2、架构/03-通道与设备"] > .nav-folder-title-content {
|
||
color: #EF6C00 !important;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/2、架构/04-交互图"] > .nav-folder-title-content {
|
||
color: #00838F !important;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/2、架构/05-规范"] > .nav-folder-title-content {
|
||
color: #455A64 !important;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/2、架构/images"] > .nav-folder-title-content {
|
||
color: #78909C !important;
|
||
}
|
||
.nav-folder-title[data-path^="开发文档/2、架构/images/"] > .nav-folder-title-content {
|
||
color: #546E7A !important;
|
||
}
|
||
|
||
/* 9、手册 · 五图总览 */
|
||
.nav-folder-title[data-path="开发文档/9、手册"] > .nav-folder-title-content {
|
||
color: #1565C0 !important;
|
||
font-weight: 600;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/9、手册/images"] > .nav-folder-title-content {
|
||
color: #78909C !important;
|
||
}
|
||
|
||
/* 10、项目管理 */
|
||
.nav-folder-title[data-path="开发文档/10、项目管理"] > .nav-folder-title-content {
|
||
color: #C62828 !important;
|
||
font-weight: 600;
|
||
}
|
||
|
||
/* 开发文档 1~10 根目录(四类分类色) */
|
||
.nav-folder-title[data-path="开发文档/1、需求"] > .nav-folder-title-content {
|
||
color: #5E35B1 !important;
|
||
font-weight: 600;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/3、原型"] > .nav-folder-title-content {
|
||
color: #5E35B1 !important;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/4、前端"] > .nav-folder-title-content {
|
||
color: #0277BD !important;
|
||
font-weight: 600;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/5、接口"] > .nav-folder-title-content {
|
||
color: #0277BD !important;
|
||
font-weight: 600;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/6、后端"] > .nav-folder-title-content {
|
||
color: #0277BD !important;
|
||
font-weight: 600;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/7、数据库"] > .nav-folder-title-content {
|
||
color: #558B2F !important;
|
||
font-weight: 600;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/8、部署"] > .nav-folder-title-content {
|
||
color: #558B2F !important;
|
||
font-weight: 600;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/6、测试"] > .nav-folder-title-content {
|
||
color: #F9A825 !important;
|
||
font-weight: 600;
|
||
}
|
||
.nav-folder-title[data-path="开发文档/平台分析"] > .nav-folder-title-content {
|
||
color: #AD1457 !important;
|
||
font-weight: 600;
|
||
}
|
||
|
||
/* 通用 images 子目录(各手册/架构下) */
|
||
.nav-folder-title[data-path$="/images"] > .nav-folder-title-content {
|
||
color: #78909C !important;
|
||
}
|