alx-folder-note icon indicating copy to clipboard operation
alx-folder-note copied to clipboard

Folder icon should adapt to theme color

Open LightTemplar opened this issue 1 year ago • 1 comments

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?

LightTemplar avatar May 10 '23 10:05 LightTemplar

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

rben01 avatar Jul 29 '23 05:07 rben01