|
|
|
|
@ -12,7 +12,7 @@ public class ColorTheme {
|
|
|
|
|
|
|
|
|
|
// <editor-fold desc="annotations" defaultstate="collapsed">
|
|
|
|
|
private static final AttributeSetConfigured [] annotations = {
|
|
|
|
|
new AttributeSetConfigured ("debugger-mixed_BP", new Color (252, 157, 159, 255), null, null, true, true, false, new Color (252, 157, 159, 255), new Color (252, 157, 159, 255), null, null, null),
|
|
|
|
|
new AttributeSetConfigured ("debugger-mixed_BP", new Color (252, 157, 159, 255), null, null, true, true, false, new Color (252, 157, 159, 255), new Color (252, 157, 159, 255), null, null, null),
|
|
|
|
|
new AttributeSetConfigured ("Dbx_Bpt_cmpx_hit_dis", new Color (189, 230, 170, 255), null, null, true, true, false, new Color (189, 230, 170, 255), new Color (189, 230, 170, 255), null, null, null),
|
|
|
|
|
new AttributeSetConfigured ("OtherThreads_DBP", new Color (220, 220, 216, 255), null, null, true, true, false, new Color (220, 220, 216, 255), new Color (220, 220, 216, 255), null, null, null),
|
|
|
|
|
new AttributeSetConfigured ("stopwatchProfilingPoint", new Color (180, 228, 252, 255), null, null, true, true, false, new Color (180, 228, 252, 255), new Color (180, 228, 252, 255), null, null, null),
|
|
|
|
|
@ -228,7 +228,7 @@ private static final AttributeSetConfigured [] lang_Java = {
|
|
|
|
|
|
|
|
|
|
// <editor-fold desc="C++" defaultstate="collapsed">
|
|
|
|
|
private static final AttributeSetConfigured [] lang_CPP = {
|
|
|
|
|
new AttributeSetConfigured ("string", null, null, null, null, null, null, null, null, null, null, null),
|
|
|
|
|
new AttributeSetConfigured ("string", null, null, null, null, null, null, null, null, null, null, null),
|
|
|
|
|
new AttributeSetConfigured ("pragma-omp-keyword-directive", null, null, null, null, null, null, null, null, null, null, null),
|
|
|
|
|
new AttributeSetConfigured ("preprocessor", null, new Color (0, 155, 0, 255), null, null, null, null, null, null, null, null, null),
|
|
|
|
|
new AttributeSetConfigured ("cc-highlighting-function", null, null, null, null, null, null, null, null, null, null, null),
|
|
|
|
|
@ -397,7 +397,6 @@ public static final org.twopm.laf.Color[] DIFF = {
|
|
|
|
|
};
|
|
|
|
|
//// </editor-fold>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static final HashMap <String, HashMap <String, AttributeSetConfigured>> color_map;
|
|
|
|
|
|
|
|
|
|
static
|
|
|
|
|
@ -414,8 +413,6 @@ static
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private static HashMap <String, AttributeSetConfigured> wrap (AttributeSetConfigured [] data)
|
|
|
|
|
{
|
|
|
|
|
HashMap <String, AttributeSetConfigured> data_map = new HashMap<String, AttributeSetConfigured>();
|
|
|
|
|
@ -426,5 +423,4 @@ private static HashMap <String, AttributeSetConfigured> wrap (AttributeSetConfi
|
|
|
|
|
return data_map;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|