bennyxguo / Obsidian-Obsidianite

🎨 Obsidian.md custom theme, it's dark and simple but yet still stays sparkles!
MIT License
271 stars 47 forks source link

Focused sidebars have the wrong color highlight #59

Closed krokofant closed 1 year ago

krokofant commented 1 year ago

image image

The --interactive-accent-rgb variable is used like rgba(var(--interactive-accent-rgb), 0.4); which requires the color to be in a format of RRR, GGG, BBB instead of the current hex value.