mirror of
https://github.com/processing/processing4.git
synced 2026-02-09 00:29:22 +01:00
fixes for default coloring of errors, etc in the console
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user