lab-do / obsidian-neo

Theme for Obsidian.md
MIT License
7 stars 2 forks source link

Love the theme but... #3

Open bbecausereasonss opened 1 month ago

bbecausereasonss commented 1 month ago

Would be great to be able to have a colorful background highlight for the explorer pane. Hard to see which file you're on.

At least an option in Stylesettings.

lab-do commented 1 month ago

You can customize the color by adding the following code to your Obsidian CSS snippets.

body {
    --nav-item-background-active: #403960;
}