Boost logo

Boost-Commit :

From: frank.birbacher_at_[hidden]
Date: 2008-05-02 15:40:28


Author: birbacher
Date: 2008-05-02 15:40:27 EDT (Fri, 02 May 2008)
New Revision: 45038
URL: http://svn.boost.org/trac/boost/changeset/45038

Log:
changed colors for syntax highlighting
Text files modified:
   sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/src/org/boost/eclipse/bjam/editor/IColors.java | 8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)

Modified: sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/src/org/boost/eclipse/bjam/editor/IColors.java
==============================================================================
--- sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/src/org/boost/eclipse/bjam/editor/IColors.java (original)
+++ sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/src/org/boost/eclipse/bjam/editor/IColors.java 2008-05-02 15:40:27 EDT (Fri, 02 May 2008)
@@ -9,11 +9,11 @@
 import org.eclipse.swt.graphics.RGB;
 
 public interface IColors {
- RGB SINGLE_COMMENT = new RGB(127, 159, 191);
+ RGB SINGLE_COMMENT = new RGB(73, 115, 255);
     RGB COMMANDS = new RGB(63, 127, 95);
- RGB PROPERTIES = new RGB(73, 115, 255);
- RGB MAIN_TARGET_RULE = new RGB(150, 64, 150);
- RGB PUNCTUATION = new RGB(127, 0, 85);
+ RGB PROPERTIES = new RGB(0, 0, 192);
+ RGB MAIN_TARGET_RULE = new RGB(127, 0, 85);
+ RGB PUNCTUATION = MAIN_TARGET_RULE;
     RGB JAM_BUILTIN = new RGB(191, 127, 95);
     RGB JAM_FLOW = PUNCTUATION;
     RGB JAM_PUNCTUATION = PUNCTUATION;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk