How to use CSS snippet in Obsidian
ref: minimal.guide
Overview
Snippets are CSS files that allow you to create your own personal customizations on top of or any Obsidian theme.
You can install snippets by adding CSS files to the .obsidian/snippets
folder in your vault, and activating them in Obsidian by going to Settings
→ Appearance
.
Snippets are only recommended for advanced users who are comfortable with CSS.
Most common features of a theme can be more easily customized via its own theme-setting plugin or Style Settings plugin.
My use case
I want to use the extended color shceme of the AnuPpuccin theme.
Steps to install
- Create the
.obsidian/snippets
folder in my vault - Download manually the css snippet and put in the
snippets
folder which was previously created- Or I can use the Snippet Downloader plugin to manage any snippet in batch
- Go to
Obsidian
→Settings
→Appearance
, then toggle the snippet on - Go to
Obsidian
→Style Settings
→AnuPpuccin Themes Extended
to choose the color scheme.