Srcery is a color scheme with clearly defined contrasting colors and a slightly earthy tone.
- Obsidian v1.1.9 or above
-
Clone the repo:
git clone git@github.com:soykindabored/srcery-obsidian.git
Or from the srcery-colors community managed repo:
git clone git@github.com:srcery-colors/srcery-obsidian.git
-
Copy
manifest.jsonandtheme.cssinto your vault's theme directory:mkdir -p /path/to/vault/.obsidian/themes/Srcery cp manifest.json theme.css /path/to/vault/.obsidian/themes/Srcery/
Or symlink the files if you want to stay up to date with
git pull:mkdir -p /path/to/vault/.obsidian/themes/Srcery ln -s /path/to/srcery-obsidian/{manifest.json,theme.css} /path/to/vault/.obsidian/themes/Srcery/Note that you have to create the
themes/directory in each vault's.obsidian/unless you've already installed a theme from the marketplace. -
In Obsidian, go to Settings → Appearance → Themes and select Srcery.
All colors sourced from the official srcery-palette.
| Name | Hex |
|---|---|
| Black | #1C1B19 |
| Red | #EF2F27 |
| Green | #519F50 |
| Yellow | #FBB829 |
| Blue | #2C78BF |
| Magenta | #E02C6D |
| Cyan | #0AAEB3 |
| White | #BAA67F |
| Bright Black | #918175 |
| Bright Red | #F75341 |
| Bright Green | #98BC37 |
| Bright Yellow | #FED06E |
| Bright Blue | #68A8E4 |
| Bright Magenta | #FF5C8F |
| Bright Cyan | #2BE4D0 |
| Bright White | #FCE8C3 |
| Name | Hex |
|---|---|
| Orange | #FF5F00 |
| Bright Orange | #FF8700 |
| Hard Black | #121212 |
| Teal | #008080 |
| XGray1 | #262626 |
| XGray2 | #303030 |
| XGray3 | #3A3A3A |
| XGray4 | #444444 |
| XGray5 | #4E4E4E |
| XGray6 | #585858 |
| XGray7 | #626262 |
| XGray8 | #6C6C6C |
| XGray9 | #767676 |
| XGray10 | #808080 |
| XGray11 | #8A8A8A |
| XGray12 | #949494 |
