aidenlx / alx-folder-note

Add description, summary, and more info to folders with folder notes.
MIT License
244 stars 13 forks source link

Folder icon should adapt to theme color #110

Open LightTemplar opened 1 year ago

LightTemplar commented 1 year ago

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?

rben01 commented 1 year ago

+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%);
}