Shades Of Purple Obsidian Css Snippet

Quick snippet to enable Shades of Purple theme in Obsidian

shades-of-purple-obsidian-css-snippet

Quick snippet to enable Shades of Purple theme in Obsidian

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; }

Related

How to Install

  1. Download the repository ZIP below
  2. Unzip it and find the CSS snippet file
  3. Move the CSS file into your vault's .obsidian/snippets/ folder
  4. Open Obsidian → Settings → Appearance → CSS Snippets → Enable it

Stats

Stars

0

Forks

0

Last updated 10mo ago

Categories