README file from
Github
Code Azur Dark Theme for Obsidian
A vibe coded theme dark theme for Obsidian inspired by KodeKloud Notes website.
Features
- Deep Slate Backgrounds
- Sky Blue Accents:
- Night Owl Code Blocks:
- Inter Typography:
How to Install
Method 1: Manual Installation (Recommended)
- Open Obsidian.
- Go to Settings > Appearance.
- Under "Themes", click on the Open themes folder icon (folder with a small arrow).
- Identify the path of that folder (usually
.obsidian/themes). - Copy the entire
obsidian-code-azur-themefolder (the one containing this README) into that directory.- The final structure should look like:
.../.obsidian/themes/obsidian-code-azur-theme/theme.css.
- The final structure should look like:
- Go back to Obsidian Settings > Appearance.
- Click Reload themes (if necessary).
- Select Code Azur from the dropdown menu.
Method 2: Use as a Snippet (If you prefer not to change the full theme)
- Copy the content of
theme.css. - Go to Settings > Appearance > CSS Snippets.
- Click the folder icon to open the snippets folder.
- Create a new file named
code-azur.cssand paste the content. - Enable the snippet in the settings menu.
Customization
This theme uses CSS variables. You can override them using the Style Settings plugin if you add support, or simply by adding a CSS snippet to override specific variables:
body {
--interactive-accent: #your-color;
}
TO DO
- Align Obsidian Live Preview and Reading View
- Add Light theme??
