Skip to content

Commit

Permalink
增加可选性、增加目录文件夹配色选项
Browse files Browse the repository at this point in the history
  • Loading branch information
chenbihao committed Oct 13, 2024
1 parent b3f9774 commit 341d118
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Dark Clarity",
"author": "chenbihao",
"authorUrl": "https://github.com/chenbihao",
"version": "1.0.4",
"version": "1.1.1",
"repo": "chenbihao/obsidian-theme-dark-clarity",
"screenshot": "screenshot.png",
"modes": ["dark", "light"]
Expand Down
6 changes: 6 additions & 0 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -759,41 +759,47 @@ body.folder-follow-theme .nav-folder-children .nav-folder .nav-folder:nth-child(
body.folder-follow-theme .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(6n+2) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(6n+2) .nav-folder-title {
background-color: var(--folder-color1);
border-radius: 5px; margin-top: 2px; margin-left: 2px;
}

body.folder-follow-theme .nav-folder-children .nav-folder:nth-child(6n+3) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder .nav-folder:nth-child(6n+3) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(6n+3) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(6n+3) .nav-folder-title {
background-color: var(--folder-color2);
border-radius: 5px; margin-top: 2px; margin-left: 2px;
}

body.folder-follow-theme .nav-folder-children .nav-folder:nth-child(6n+4) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder .nav-folder:nth-child(6n+4) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(6n+4) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(6n+4) .nav-folder-title {
background-color: var(--folder-color3);
border-radius: 5px; margin-top: 2px; margin-left: 2px;
}

body.folder-follow-theme .nav-folder-children .nav-folder:nth-child(6n+5) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder .nav-folder:nth-child(6n+5) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(6n+5) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(6n+5) .nav-folder-title {
background-color: var(--folder-color4);
border-radius: 5px; margin-top: 2px; margin-left: 2px;
}

body.folder-follow-theme .nav-folder-children .nav-folder:nth-child(6n+6) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder .nav-folder:nth-child(6n+6) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(6n+6) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(6n+6) .nav-folder-title {
background-color: var(--folder-color5);
border-radius: 5px; margin-top: 2px; margin-left: 2px;
}

body.folder-follow-theme .nav-folder-children .nav-folder:nth-child(6n+7) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder .nav-folder:nth-child(6n+7) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(6n+7) .nav-folder-title,
body.folder-follow-theme .nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(6n+7) .nav-folder-title {
background-color: var(--folder-color6);
border-radius: 5px; margin-top: 2px; margin-left: 2px;
}


Expand Down

0 comments on commit 341d118

Please sign in to comment.