typora/theme.typora.io

Minimalism Dark

triangulum opened this issue · 1 comments

The Articles view for Minimalism Dark has white-on-white text, making it unreadable.

The cause is most likely:

#typora-quick-open-item {
    background-color: #FAFAFA;
    border-color: #FEFEFE #e5e5e5 #e5e5e5 #eee;
    border-style: solid;
    border-width: 1px;
}

Overall, this theme is still quite buggy. Some of the font-family definitions are also incorrect, leading to display issues.

The "regular" light version seems to be fine.

Minimalism Dark is not maintained by us, you could report to https://github.com/julsmerlin/typora-theme-gallery,

Or make a pull request to us after modify the download file directly.