mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +03:00
Ticket #1559 (Search results highlighting in mcedit is too subtle)
changed default color pair for 'editbold' for more sensible. original issue: "It's a bit tricky to *search results of a search* in mcedit when default blue background is set. Default colour for search results highlighting should be probably changed to something more sensible; to my mind orange or red would be OK." Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
This commit is contained in:
parent
734eff6025
commit
1da2c4113f
@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
_default_=lightgray;blue
|
_default_=lightgray;blue
|
||||||
editbold=yellow;blue
|
editbold=yellow;brightgreen
|
||||||
editmarked=black;cyan
|
editmarked=black;cyan
|
||||||
editwhitespace=brightblue;blue
|
editwhitespace=brightblue;blue
|
||||||
linestate=white;cyan
|
linestate=white;cyan
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
_default_=lightgray;blue
|
_default_=lightgray;blue
|
||||||
editbold=yellow;blue
|
editbold=yellow;brightgreen
|
||||||
editmarked=black;cyan
|
editmarked=black;cyan
|
||||||
editwhitespace=brightblue;blue
|
editwhitespace=brightblue;blue
|
||||||
linestate=white;cyan
|
linestate=white;cyan
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
_default_=lightgray;blue
|
_default_=lightgray;blue
|
||||||
editbold=yellow;blue
|
editbold=yellow;brightgreen
|
||||||
editmarked=black;cyan
|
editmarked=black;cyan
|
||||||
editwhitespace=brightblue;blue
|
editwhitespace=brightblue;blue
|
||||||
linestate=white;cyan
|
linestate=white;cyan
|
||||||
|
Loading…
Reference in New Issue
Block a user