diff --git a/src/main/java/istlab/KisoJikken/MyRSJTextArea.java b/src/main/java/istlab/KisoJikken/MyRSJTextArea.java index 02b13f7..9f32700 100644 --- a/src/main/java/istlab/KisoJikken/MyRSJTextArea.java +++ b/src/main/java/istlab/KisoJikken/MyRSJTextArea.java @@ -31,11 +31,11 @@ Style baseStyle = new Style(Color.black); for (int i = 0; i < 39; i++) scheme.setStyle(i, baseStyle); - Style commentStyle = new Style(new Color(0, 128, 0), new Color(255, 255, 0x66), + Style commentStyle = new Style(new Color(0, 128, 0), new Color(255, 255, 0x66), //緑文字、黄色背景 new Font("SansSerif", Font.ITALIC, 14)); - Style commentStyle2 = new Style(new Color(0, 128, 0), new Color(0xcc, 255, 255), + Style commentStyle2 = new Style(new Color(0, 128, 0), new Color(0xcc, 255, 255),// 緑文字、水色背景 new Font("SansSerif", Font.ITALIC, 14)); - Style commentStyle3 = new Style(new Color(0xcc, 0x00, 0xcc), new Color(0xff, 0xcc, 0xff), + Style commentStyle3 = new Style(new Color(0xcc, 0x00, 0xcc), new Color(0xff, 0xcc, 0xff),//マゼンタむらさき文字、ピンク背景 new Font("SansSerif", Font.ITALIC, 14)); Style commentStyle4 = new Style(new Color(0x33, 0x88, 0xcc), new Color(0xee, 0xee, 0xee), new Font("SansSerif", Font.PLAIN, 14));