You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then all you need to do is go to Settings -> Appearance
Scroll down to the bottom where you find a CSS snippets section
Click the little refresh icon and toggle your newly created snippet on.
Once you have done your customization, you can just toggle the snippet off and the Settings will go back to dimming the rest of the UI again.
PS. I think it would be a great idea to somehow include this type of feature in the plugin itself so all the users who aren't CSS & theme developers can have an easier time in customizing their colors etc. precisely without most of the UI getting dimmed.
The text was updated successfully, but these errors were encountered:
The plugin is great,
but for the longest time I was struggling with Obsidian's settings dimming the rest of the UI.
This makes it very difficult to adjust the themes precisely from GUI.
I ended up bypassing the issue by creating a simple css snippet that disables dimming of the settings window.
All you need to do, is to create a new text file in .obsidian/snippets folder as yourfilename.css
Paste this text into that file and save it.
Then all you need to do is go to Settings -> Appearance
Scroll down to the bottom where you find a CSS snippets section
Click the little refresh icon and toggle your newly created snippet on.
Once you have done your customization, you can just toggle the snippet off and the Settings will go back to dimming the rest of the UI again.
PS. I think it would be a great idea to somehow include this type of feature in the plugin itself so all the users who aren't CSS & theme developers can have an easier time in customizing their colors etc. precisely without most of the UI getting dimmed.
The text was updated successfully, but these errors were encountered: