Eva Chen497 downloadsA colorful, accent-aware Obsidian theme with soft surfaces, playful typography, and polished light and dark modes.

March is a colorful, accent-aware theme for Obsidian with soft surfaces, playful typography, and a focused writing experience. It supports both light and dark mode and stays close to Obsidian's native behavior while giving notes and the surrounding interface a distinct visual rhythm.


Once March is available in the Obsidian Community Themes gallery:
You can install the latest version directly from GitHub with BRAT:
https://github.com/sakurastral/obsidian-march-theme.BRAT follows the repository's latest theme files, so beta builds may change more frequently than Community Themes releases.
manifest.json and theme.css from the latest release.<vault>/.obsidian/themes/March/.March works without additional plugins, but the Style Settings community plugin unlocks its customization controls.
| Section | Available controls |
|---|---|
| March Theme - Color Scheme | Default, Catppuccin, and Nord schemes; palette, surface, text, and formatted-text colors |
| March Theme - Editor | Headings, links, checkboxes, code blocks, blockquotes, callouts, embeds, and horizontal rules |
| March Theme - Layout | Frame style, title bar and tab colors, scrollbar width, spacing, pinned tabs, and font ligatures |
March includes visual states for the following task markers:
| Markdown | State |
|---|---|
- [ ] |
To do |
- [/] |
In progress |
- [p] |
Planned |
- [r] |
Review |
- [x] |
Done |
- [-] |
Canceled |
The planned and review icons can be enabled or disabled in Style Settings.
Add a fragment to an Obsidian image embed to apply these built-in helpers:
| Effect | Markdown |
|---|---|
| Center an image | ![[image.png#center]] |
| Crop an image to a circle | ![[image.png#circle]] |
March includes targeted styles or css helper classes for:
These integrations are optional and are not bundled with the theme.
npm ci
npm run build
Use npm run watch while editing files in src/ to rebuild theme.css automatically.
If you find a styling issue or have a suggestion, please open an issue. When reporting a problem, include your Obsidian version, operating system, enabled CSS snippets, and steps to reproduce it.
March includes ideas or adapted techniques from the following projects and communities:
See the comments in src/ for more specific source references.
March is released under the MIT License.