The Lucia Canon uses Obsidian styling through the existing .obsidian folder and custom CSS snippets.
Important
Do not replace:
That folder controls:
theme
snippets
plugins
workspace behavior
publish configuration
Primary CSS Class
Most Canon notes use:
Active Snippets
.obsidian/snippets/Lucia Canon - Primary Friendly.css
.obsidian/snippets/color-swatches.css
Lucia Canon - Primary Friendly.css controls the overall Canon styling.
color-swatches.css controls reusable visual color swatches for brand/color notes.
Color Swatch Markup
Use this pattern inside Markdown notes when a color needs to be displayed visually:
<span class="color-swatch" style="--swatch:#FFD100;"></span> <span class="color-hex">#FFD100</span>
Use this labeled-row pattern when documenting palettes:
<div class="color-family-row"><span class="color-swatch" style="--swatch:#FFD100;"></span> <span class="color-hex">#FFD100</span> <span class="color-name">Lucia Yellow</span></div>
Publish CSS Rule
The color-swatch CSS is also mirrored into:
This keeps the swatches rendering correctly on Obsidian Publish, not just inside the local vault.
Maintenance Rule
New Canon files should preserve:
unless a specific different presentation is required.