insanum / obsidian_nord

A nord theme for Obsidian
MIT License
228 stars 62 forks source link

Text color #48

Closed NicoNicoNi-Host closed 1 year ago

NicoNicoNi-Host commented 1 year ago

Text color

In dark mode, when there is a lot of text, the text color will be blinding, perhaps the following colors can be adopted

.theme-dark {
    --text-normal: #93a1a1;
    --text-faint: #93a1a1;
    --text-muted: #93a1a1;

 }

.markdown-preview-view blockquote {
    color: #93a1a1 !important ;
}

before

image

after

image

Ali-C-Ila commented 1 year ago

Reducing contrast might cause problems for other users though. Have you tried lowering your moniter's contrast/ brightness?

NicoNicoNi-Host commented 1 year ago

Reducing contrast might cause problems for other users though. Have you tried lowering your moniter's contrast/ brightness?

I have a screen hang light, so lowering the brightness of the monitor doesn't work for me. Adjusting the screen contrast might be a way to do it, but I'm not sure how to adjust it on a Mac.

insanum commented 1 year ago

I'm sticking with the color palate of the Nord theme. If you'd like to use a darker font then definitely having your own custom CSS overrides is the solution.