Edit marker_search again to not conflict with line marker color.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3980 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2009-07-16 15:54:45 +00:00
parent b51b8524e3
commit 6097e156cf

View File

@ -35,7 +35,7 @@ marker_line=0x000000;0xffff00;false;false
# style for a marked search results (when using "Mark" in Search dialogs)
# the second argument sets the background colour for the drawn rectangle
# only the second argument is interpreted
marker_search=0x000000;0x00ff00;false;false
marker_search=0x000000;0x0000f0;false;false
# style for a marked line (e.g when using the "Toggle Marker" keybinding (Ctrl-M))
# only the first and second argument is interpreted