1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-21 23:17:42 +02:00

Desktop: Enable searching in editor rather than the viewer for CodeMirror (#3360)

This commit is contained in:
Caleb John
2020-07-22 16:13:23 -06:00
committed by GitHub
parent e68eb196b7
commit 44d3a4213f
12 changed files with 278 additions and 156 deletions

View File

@ -21,6 +21,8 @@ const lightStyle = {
raisedBackgroundColor: '#e5e5e5',
raisedColor: '#222222',
searchMarkerBackgroundColor: '#F7D26E',
searchMarkerColor: 'black',
warningBackgroundColor: '#FFD08D',