change highlight color for annotation marker
diff --git a/debug/org.eclipse.ptp.debug.ui/plugin.xml b/debug/org.eclipse.ptp.debug.ui/plugin.xml
index ae51073..ff3adbb 100644
--- a/debug/org.eclipse.ptp.debug.ui/plugin.xml
+++ b/debug/org.eclipse.ptp.debug.ui/plugin.xml
@@ -101,7 +101,7 @@
             annotationType="org.eclipse.ptp.debug.ui.regCurrentIP"
             icon="icons/debug/reg_cur_ip.gif"
             presentationLayer="7"
-            colorPreferenceKey="ptpCurrentIPColor"
+            colorPreferenceKey="ptpRegCurrentIPColor"
             colorPreferenceValue="198,219,174"
             highlightPreferenceValue="true"
             highlightPreferenceKey="ptpRegCurrentIPHighlight"
@@ -117,7 +117,7 @@
             icon="icons/debug/reg_sec_ip.gif"
             presentationLayer="7"
             colorPreferenceValue="219,235,204"
-            colorPreferenceKey="ptpSecondaryIPColor"
+            colorPreferenceKey="ptpRegSecondaryIPColor"
             highlightPreferenceValue="true"
             highlightPreferenceKey="ptpRegSecondaryIPHighlight"
             textPreferenceValue="false"
@@ -131,8 +131,8 @@
             annotationType="org.eclipse.ptp.debug.ui.currentSetIP"
             icon="icons/debug/cur_set_ip.gif"
             presentationLayer="6"
-            colorPreferenceValue="198,219,174"
-            colorPreferenceKey="ptpSecondaryIPColor"
+            colorPreferenceValue="130,105,20"
+            colorPreferenceKey="ptpCurrentIPColor"
             highlightPreferenceValue="true"
             highlightPreferenceKey="ptpCurrentSetIPHighlight"
             textPreferenceValue="false"
@@ -146,7 +146,7 @@
             annotationType="org.eclipse.ptp.debug.ui.setIP"
             icon="icons/debug/set_ip.gif"
             presentationLayer="6"
-            colorPreferenceValue="198,219,174"
+            colorPreferenceValue="255,255,0"
             colorPreferenceKey="ptpSecondaryIPColor"
             highlightPreferenceValue="true"
             highlightPreferenceKey="ptpSetIPHighlight"