Minimal Theme make side bars different background color from the note

Maybe this is what you want:

/* LEFT COLUMN */
.mod-left-split .workspace-leaf-content {background-color: black;}

/* RIGHT COLUMN */
.mod-right-split .view-content, .mod-right-split .workspace-leaf-content {background-color: black;}

/* CENTER COLUMN */
.mod-vertical .view-header {background-color: midnightblue !important; border-bottom: 1px solid black;}
.mod-vertical .view-content {background-color: midnightblue !important;}

**

RESULT:

  • works for “minimal theme” and “default theme”