
A vibe coded theme dark theme for Obsidian inspired by KodeKloud Notes website.
.obsidian/themes).obsidian-code-azur-theme folder (the one containing this README) into that directory..../.obsidian/themes/obsidian-code-azur-theme/theme.css.theme.css.code-azur.css and paste the content.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;
}