ZhenyaKa Need to replace this from #eeeeee to #ff0000 for exampleFor example #PAUSE_PRINT, #RESUME_PRINThtml[data-theme="dark"] pre { color: #ff0000 !important; background-color: #555555 !important; border-color: #777777 !important;}
Repetier I see what you mean. Fixed it for next update. Better rule would behtml[data-theme="dark"] .CodeMirror pre.CodeMirror-line { background: transparent !important; color: #9a0b0b !important; }