SNIPPETtreverberryman
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
- Download the CSS file below
- Move it to your vault's
.obsidian/snippets/folder - Open Obsidian → Settings → Appearance → CSS Snippets → Enable it
Stats
Stars
0
Forks
0
Last updated 9mo ago