It is a setting available in the Minimal Theme plugin.
For whatever reason, the callouts in minimal theme are bigger than needed.
I added this snippet to the snippet folder, to make callouts looking âgreat againâ.
.callout-content p {
margin-block-start: 4px;
margin-block-end: 4px;
}
Few tweaks to heading colors using the Style Settings Plugin
Then Iâm using a cut down Snippet of the Cybertron theme which uses DM Sans as the main font. I didnât like everything in the Cybertron theme so I took a lot of styles out plus by setting Minimal as primary I can customise it still.
cyber-theme.css (676.2 KB)
The thing that keeps me on Minimal is Cards and Table Helper Classes - Tables - Minimal Documentation
I havenât seen any other theme be able to replicate the Table Classes which are necessary for Dataview Tables
If I could add some AnuPpuccin elements into Minimal it would be awesome (rounded callouts, styled properties box, etc)
Made a video on how I set it up
Like everything I try to make subtle changes every now and then but it seems to be working for me as the Vault is evolving
Does anyone know how to change the background color of the sidebar?
Using the Minimal theme in light mode with âLight mode background contrastâ set to High contrast. Have Style Settings and Minimal themes settings installed but canât seem to find a setting/color that matches this.
It does change when changing between the built-in color schemes so it should be possible!
In minimal, you can use --bg2
--bg2: var(--background-secondary);
There are other ways to achieve this depending on what you want to do