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 SettingsAppearance.

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

  1. Create the .obsidian/snippets folder in my vault
  2. Download manually the css snippet and put in the snippets folder which was previously created
  3. Go to ObsidianSettingsAppearance, then toggle the snippet on
  4. Go to ObsidianStyle SettingsAnuPpuccin Themes Extended to choose the color scheme.

Tags

  1. cat.tut