alx-folder-note
alx-folder-note copied to clipboard
Folder icon should adapt to theme color
Could you please make, that color of icon on folders would also adapt to the theme color, as it does in notes like here: https://github.com/aidenlx/obsidian-icon-shortcodes/issues/31?
+1. For now, this sort of works in my CSS snippet:
.alx-folder-icons.theme-dark .nav-folder.alx-folder-with-note[data-icon][data-icon-type=svg] > .nav-folder-title > .nav-folder-title-content::before {
filter: invert(100%);
}