California Coast Theme

Hi @mgmeyers how can I change the colors of the headings? Found the font styling option but can’t get it to work.

This is a great restructuring, thank you for continuing to share! Especially happy you made Embedded Note Titles a standalone plugin. Come what may, that can never change!

1 Like

Hey @nicooud! First, make sure you update the theme and the Style Settings plugin (made some updates today).

Then you can add this to a CSS snippet in your vault to get a color picker for each heading:

/* @settings

name: Heading Colors
id: heading-colors
settings:
    - 
        id: h1-color
        title: H1 Color
        type: variable-themed-color
        format: hex
        default-light: '#000000'
        default-dark: '#FFFFFF'
    - 
        id: h2-color
        title: H2 Color
        type: variable-themed-color
        format: hex
        opacity: true
        default-light: '#000000'
        default-dark: '#FFFFFF'
    - 
        id: h3-color
        title: H3 Color
        type: variable-themed-color
        format: hex
        default-light: '#000000'
        default-dark: '#FFFFFF'
    - 
        id: h4-color
        title: H4 Color
        type: variable-themed-color
        format: hex
        default-light: '#000000'
        default-dark: '#FFFFFF'
    - 
        id: h5-color
        title: H5 Color
        type: variable-themed-color
        format: hex
        default-light: '#000000'
        default-dark: '#FFFFFF'
    - 
        id: h6-color
        title: H6 Color
        type: variable-themed-color
        format: hex
        default-light: '#000000'
        default-dark: '#FFFFFF'
*/
6 Likes

Dude. You’re awesome :pray::muscle:

2 Likes

Brilliant, I saw it. Thanks for your speedy and constant fixes. I greatly appreciate it.

Hello,

I accidentally dragged the favorite and search icons from the top of the left-sidebar to the bottom of the left-sidebar and now can not move them back to their original positions. Can anyone advise?

I have tried dragging them back up to their original positions but they won’t go.

Thanks for reporting this—it was a tricky one! I figured it out, though, and it should be fixed. Try downloading the theme and trying again.

I noticed that with the latest version of the theme (maybe it was already there and I just notice it now) the bullet and numbered lists in preview mode are not aligned like in edit mode and also the lines in front of the bullets are only visible in editor mode.
Is this something that could be fixed in the theme or would I need custom CSS for this? If so any suggestions would be most welcome.

Edit mode
Bullets aligned with guidelines|50%

Preview mode
Bullets not aligned missing guidelines|50%

Thanks!

Amazing! It works flawlessly. Thank you!

Hello,

Is it possible to adjust the transparency and vibrancy of the sidebar? I know this can be configured in Electron apps but was not sure if it can be done with CSS.

I don’t believe so, unfortunately. This would have to be done on Obsidian’s end

Thank for your amazing theme.
I generally found the vertical space before and after heading is too big, but I can change that from the settings.
However I can not adjust the spacing between visual line when one header span more than one code line. This only happen in edit mode though. I dabble in the css a little bit but can’t figure it out. Can you point me to how I can fix it?

Hi @PhucLe Have you adjusted the line height setting for any of the headings? That’s the only thing I can think of that might cause this, though I’m not sure why it would only affect edit mode.

No I did not change any Header line height setting. I only change the Heading top and bottom margin.
I just did a full reset of all changes and pull the latest css file but it’s still the same.
P/s: It only affect the “enhance typograhpy” mode though.

maybe it’s because this is turned on?

This one is amazing! I didn’t think I would find something better than Blue Topaz (running for the full year) for me but hey, I did! Thank you.

1 Like

Thank for the suggestion but it’s not. Indeed everything is OK now, I swear I did not do anything from yesterday except restart Obsidian a few time. Thank you and @mgmeyers for your help.

1 Like

Hello,

Can please request the ability to edit the font size and family of code block text?

Hello, thank you for the amazing theme! Unfortunately, since the last update I experience a pretty significant bug in outlines. If I indent a part of the outline I’m not able to insert the cursor any more. It just jumps back to the last not indented line… it works properly if I change the theme. Do you have any idea on why this occurs? Thank you!

Hmm, are you referring to the outliner plugin or regular ol’ bullet lists?

Could you take a screenshot or video of what you mean?