Minimal Theme

After the release of obsidian v 1.0 the YAML header (in the minimal theme) isn’t colourful in edit mode anymore. Does anyone know how do I get it to have colours again?

no?
image
did you update the theme or does it still say legacy?

No :disappointed:. Do you know if there is a specific setting to bring it back?

image

Oh, I see this looks like a Light mode issue. It only colorizes in dark mode.
I just went through all of the color options for light mode and they’re all flat.

That’s interesting. Now that you mentioned it, I went through all color options and they are all flat for me. :thinking:

Same thing happened to me. I fixed it by installing the Editor Syntax Highlighting plugin. Same as you I experienced this as a core feature of Minimal but upon asking kepano on Discord, he said this was never a feature of the theme and if it was, it was by accident :laughing:

I see! Thanks for sharing the info and the plugin. I appreciate it!
Hopefully kepano will look into making this accidental feature a thing :laughing:

To be honest, This theme become my main default theme on ipad when using obsidian, love both font and the way it clean and minimal for that.

  • 1 annnoy thing for me, I’m trying to optimize the size of note in Obsidian, to suitable for multi tasking on stage management → so i wanna to hide ribbon bar and resize those space to have more space to visual for notes
    I had installed the new version of both hider plugin and minimal theme plugin, but seem not having some things to turn ribbon bar off, and resize the space in left sidebar? Any way or I’m missing something??

Hi, I’m using the Minimal Theme when I publish my Obsidian site. (it’s at https://notes.melvyn.me)

I would just like to change the color of the link/link hover.

I export the settings here:

{
“minimal-style@@ax1@@dark”: “#5C9CF5”,
“minimal-style@@ax1@@light”: “#5C9CF5”,
“minimal-style@@ax2@@dark”: “#F0F1F2”,
“minimal-style@@ax2@@light”: “#F0F1F2
}

How do I add it to the publish.css in order to have my published site reflect the change in color?

Thanks in advance!

It is strongly discouraged to use the Minimal app theme on your Publish site because most the code is not relevant to the Publish context, and not designed for use on the web. See License - Minimal Documentation

Interestingly I had that plugin installed already. So perhaps that is why I saw it in dark mode. Curious as to why it didn’t show up in light mode… I’m not worried about it since I prefer dark mode.

This theme is in combination with Style Settings and Minimal Theme Settings is fantastic. I like that I didn’t have to ultimately do stuff in CSS that was already exposed via those plugins, like line length.

Is there any way to modify the Active Line Background width so I can match it to my Normal Line Width? It doesn’t appear to be exposed via either Style Settings or Minimal Theme Settings.

I work with a Full Screen plugin on documents to maintain focus and there the text will obey its maximum width setting from Minimal Theme Settings, but it looks like the Active Line Background spans the Maximum Line Width % instead.

An alternative would be a command to switch on and off Active Line Background that I can see which I could use as an alternative.

I tried guessing my way into this command, but it had no effect:

body {
–file-active-line-bg-width: 1000px;
}

Is this related to your mention of Block Width requiring requires lines to be able to span 100% of the pane?

Another query - I note that Secondary Background changes the background color for left sidebar and menus.

Is there anything that exposes the background colour for the Right Sidebar?

You can use the following snippet and adjust the box-shadow values. I adjusted it a little bit already (default is -25vw and 25vw).

.active-line-on .cm-line.cm-active, .active-line-on .markdown-source-view.mod-cm6.is-live-preview .HyperMD-quote.cm-active { 
	box-shadow: -15vw 0 var(--active-line-bg),15vw 0 var(--active-line-bg); 
}

Hi, how to remove the relationship line in the sidebar?
I tried using the style setting plugin but it’s not working

Thank you, much appreciated. -2 and 2 work great for me.

How can I get the title bar to look like this? I got the background color and the icon color, but the tabs and text are still dark. I tried every setting I could see in Minimal Theme Settings and Style Settings.

Can you share a screenshot of what you’re seeing?

The settings in the screenshot you attached are very simple. Everything is set to default except the background and icon color in Style Settings > Window Frame

Those are the settings I changed. My title bar looks like this.

You can change tab text with Style Settings > Tabs > Tab text color