From 6097e156cff0a1d0d08efe29c814a1db64289c38 Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Thu, 16 Jul 2009 15:54:45 +0000 Subject: [PATCH] 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 --- data/filetypes.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/filetypes.common b/data/filetypes.common index 3bfe21c4..73f96a7a 100644 --- a/data/filetypes.common +++ b/data/filetypes.common @@ -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