mirror of https://github.com/MidnightCommander/mc
Merge branch '1559_search_results_highlighting_fix'
* 1559_search_results_highlighting_fix: Ticket #1559 (Search results highlighting in mcedit is too subtle)
This commit is contained in:
commit
c03ade3252
|
@ -72,7 +72,7 @@
|
|||
|
||||
[editor]
|
||||
_default_=lightgray;blue
|
||||
editbold=yellow;blue
|
||||
editbold=yellow;brightgreen
|
||||
editmarked=black;cyan
|
||||
editwhitespace=brightblue;blue
|
||||
linestate=white;cyan
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
[editor]
|
||||
_default_=lightgray;blue
|
||||
editbold=yellow;blue
|
||||
editbold=yellow;brightgreen
|
||||
editmarked=black;cyan
|
||||
editwhitespace=brightblue;blue
|
||||
linestate=white;cyan
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
|
||||
[editor]
|
||||
_default_=lightgray;blue
|
||||
editbold=yellow;blue
|
||||
editbold=yellow;brightgreen
|
||||
editmarked=black;cyan
|
||||
editwhitespace=brightblue;blue
|
||||
linestate=white;cyan
|
||||
|
|
Loading…
Reference in New Issue