fixes for default coloring of errors, etc in the console

This commit is contained in:
benfry
2003-09-24 16:21:40 +00:00
parent 0fbdd27779
commit bf3a2cb311
4 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ public class PdeEditorConsole extends JScrollPane {
Color fgColorOut = PdeBase.getColor("editor.console.fgcolor.output",
new Color(0xcc, 0xcc, 0xbb));
Color fgColorErr = PdeBase.getColor("editor.console.fgcolor.error",
new Color(0xff, 0xcc, 0x00));
new Color(0xff, 0x30, 0x00));
Font font = PdeBase.getFont("editor.console.font",
new Font("Monospaced", Font.PLAIN, 11));