This is a Nord Theme implementation for Obsidian.md.
To install it, find it in the theme explorer through Obsidian. If you want to add to the theme, simply copy the obsidian.css file to your vault in the ./obsidian/themes
folder, after making changes to view live differences.
It differs from this implementation in a number of ways.
- It does not color headings. I found this to be messy.
- It follows the official Nord Theme Documentation for coloring elements.
- It adds syntax highlighting in the proper colors for code blocks.
- It adds nord styling when using the presentation plugin.
- The structure of the obsidian.css file is altered to be more easily updated and extended in the future.