Thanks so much for the theme! It looks gorgeous. :slight_smile:
My only gripe is that in the markdown rendering on light mode, lists are somewhat hard to read. I'm usually not super big on over the top contrasts, but the default is just not working for me. I solved it with this CSS code in my user styles (if anybody else is running into the same issue):

body .CodeMirror.CodeMirror.CodeMirror span.cm-variable-2 { color: #32373F !important; }

If anybody is interested in my other custom styles (just minor tweaks, nothing specific for this cool theme), here they are:

h1 { margin-top: 45px !important; }
ul + *, * + table { margin-top: 30px !important; }
hr { margin: 30px 0 !important; }
ul li.md-checkbox label.checkbox-label-checked { text-decoration: line-through !important; }

Thanks again and keep up the good work. :pray: