Skip to content
Snippets Groups Projects
Commit f6d37b06 authored by Letitia Li's avatar Letitia Li
Browse files

Prompt on overwrite

parent 54eddfbf
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ public class ColorManager { ...@@ -127,7 +127,7 @@ public class ColorManager {
public static Color TML_PORT_REQUEST = new Color(196, 166, 122); public static Color TML_PORT_REQUEST = new Color(196, 166, 122);
public static final Color UML_NOTE = Color.lightGray; public static final Color UML_NOTE = Color.lightGray;
public static final Color PRAGMA = Color.orchid; public static final Color PRAGMA = new Color(100, 0, 100);
public static final Color SD_REFERENCE = new Color(104, 229, 255); public static final Color SD_REFERENCE = new Color(104, 229, 255);
public static final Color IOD_REFERENCE = new Color(216, 187, 249); public static final Color IOD_REFERENCE = new Color(216, 187, 249);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment