primary-theme / obsidian

Comfy, playful but productive theme for Obsidian. "Primary instantly puts you in a relaxed state that opens the door to creativity and exploration. Wonderfully executed down to the smallest details,"
GNU General Public License v3.0
952 stars 41 forks source link

Style Settings: Callout Styles + Color Customization #219

Open ceciliamay opened 1 month ago

ceciliamay commented 1 month ago

Primary Theme Version

v.2.8.0

Debug Info

N/A

Describe the enhancement

offer different styling options for callouts

Image

Image

.callout {
    box-shadow: none;
}

.theme-light .callout {
    outline: 1px solid color-mix(in srgb, rgb(var(--callout-color), 0.35) 90%, black);
}

.theme-dark .callout {
    outline: 1px solid color-mix(in srgb, rgb(var(--callout-color), 0.35) 90%, white);
}

.callout-title {
    box-shadow: none;
}

.callout-content {
    box-shadow: none;
}

offer access to customize callout colors

ttodosi commented 1 month ago

I didn't see it in the docs but on the main page - it shows this but I'm not sure where to put the code for color or icon image