Incorrect font/background color in note editor
Brought to you by:
insilmaril
Hi.
I have problem with the note editor. I use a dark theme in my kde linux and the vym note editor force a white background in the QTextEdit but use the default color for the font, in my case is white, so I do not see anything.
I download the code and coment out the e->setPalette() sentence in the TextEditor setState() function and force the color to use in the contructor
e->setStyleSheet("background-color: white; color : black");
I suggest that the note editor should force the color because we need to grant a usefull environment in the note editor.
Please, consider to fix this in the next release.
Added text editor color settings in vym 2.6.3