Shades Of Purple Obsidian Css Snippet

Quick snippet to enable Shades of Purple theme in Obsidian

CSSAny theme
# shades-of-purple-obsidian-css-snippet
Quick snippet to enable Shades of Purple theme in Obsidian

```css
body {
  --background-primary: #1E1E3F;
  --text-normal: #C792EA;
  --accent-color: #FF9D00;
  --background-secondary: #2D2B55;
  --text-muted: #676E95;
}

.cm-s-obsidian .cm-keyword { color: #82AAFF; }
.cm-s-obsidian .cm-string { color: #F78C6C; }
.cm-s-obsidian .cm-variable { color: #C3E88D; }
.cm-s-obsidian .cm-comment { color: #676E95; }
.cm-s-obsidian .cm-error { color: #FF5370; }
```

How to Install

  1. Download the CSS file below
  2. Move it to your vault's .obsidian/snippets/ folder
  3. Open Obsidian → Settings → Appearance → CSS Snippets → Enable it
Download snippet.css

Stats

Stars

0

Forks

0

Last updated 9mo ago