ecustic / obsidian-file-color

An Obsidian plugin for setting colors on folders and files in the file tree.
MIT License
115 stars 7 forks source link

Background color looks washed out compared to the original color. #35

Open orvpagadua opened 3 months ago

orvpagadua commented 3 months ago

using ca0001 turns to f2d6d4 when used. is there a way to stop this?

Djuris commented 2 months ago

You can change this yourself. (You can keep Obsidian open) Open the obsidian vault folder in windows. go to .obsidian -> plugins -> obsidian-file-color -> styles.css - open with notepad. change the percentage in both "background-color: color-mix(in srgb, var(--file-color-color) 15%, transparent);" lines to percentage that works for you. you can safe the file and the changes will be immediately visible in obsidian. For me about 60% works best.

orvpagadua commented 2 months ago

works fine now. this could be a default. still turns the colors whiter/lighter than the original but its better

Djuris commented 2 months ago

works fine now. this could be a default. still turns the colors whiter/lighter than the original but its better

Original color should be 100%