qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs qestyles.h


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs qestyles.h
Date: Fri, 30 May 2014 19:56:01 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        14/05/30 19:56:01

Modified files:
        .              : qestyles.h 

Log message:
        add QE_STYLE_ERROR style

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/qestyles.h?cvsroot=qemacs&r1=1.8&r2=1.9

Patches:
Index: qestyles.h
===================================================================
RCS file: /sources/qemacs/qemacs/qestyles.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- qestyles.h  10 Apr 2014 08:03:09 -0000      1.8
+++ qestyles.h  30 May 2014 19:56:01 -0000      1.9
@@ -29,6 +29,8 @@
     STYLE_DEF(QE_STYLE_SELECTION, "selection",
               QERGB(0xff, 0xff, 0xff), QERGB(0x00, 0x00, 0xff),
               0, 0)
+
+    /* Generic syntax coloring styles */
     STYLE_DEF(QE_STYLE_COMMENT, "comment",
               QERGB(0xf8, 0x44, 0x00), COLOR_TRANSPARENT,
               0, 0)
@@ -62,6 +64,9 @@
     STYLE_DEF(QE_STYLE_CSS, "css",
               QERGB(0x98, 0xf8, 0x98), COLOR_TRANSPARENT,
               0, 0)
+    STYLE_DEF(QE_STYLE_ERROR, "error",
+              QERGB(0xff, 0x00, 0x00), COLOR_TRANSPARENT,
+              0, 0)
 
     /* popup / region styles */
     STYLE_DEF(QE_STYLE_REGION_HILITE, "region-hilite",



reply via email to

[Prev in Thread] Current Thread [Next in Thread]