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: Thu, 20 Dec 2007 11:33:55 +0000

CVSROOT:        /cvsroot/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        07/12/20 11:33:55

Modified files:
        .              : qestyles.h 

Log message:
        use transparent background for HTML src styles

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

Patches:
Index: qestyles.h
===================================================================
RCS file: /cvsroot/qemacs/qemacs/qestyles.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- qestyles.h  18 Dec 2007 18:07:03 -0000      1.4
+++ qestyles.h  20 Dec 2007 11:33:55 -0000      1.5
@@ -65,17 +65,17 @@
 
     /* HTML coloring styles */
     STYLE_DEF(QE_STYLE_HTML_COMMENT, "html-comment",
-              QERGB(0xf8, 0x44, 0x00), QERGB(0x00, 0x00, 0x00),
+              QERGB(0xf8, 0x44, 0x00), COLOR_TRANSPARENT,
               0, 0)
     STYLE_DEF(QE_STYLE_HTML_STRING, "html-string",
-              QERGB(0xf8, 0xa0, 0x78), QERGB(0x00, 0x00, 0x00),
+              QERGB(0xf8, 0xa0, 0x78), COLOR_TRANSPARENT,
               0, 0)
     STYLE_DEF(QE_STYLE_HTML_SCRIPT, "html-script",
-              QERGB(0x98, 0xf8, 0x98), QERGB(0x00, 0x00, 0x00),
+              QERGB(0x98, 0xf8, 0x98), COLOR_TRANSPARENT,
               0, 0)
     STYLE_DEF(QE_STYLE_HTML_ENTITY, "html-entity",
-              QERGB(0xe8, 0xdc, 0x80), QERGB(0x00, 0x00, 0x00),
+              QERGB(0xe8, 0xdc, 0x80), COLOR_TRANSPARENT,
               0, 0)
     STYLE_DEF(QE_STYLE_HTML_TAG, "html-tag",
-              QERGB(0x80, 0xcc, 0xf0), QERGB(0x00, 0x00, 0x00),
+              QERGB(0x80, 0xcc, 0xf0), COLOR_TRANSPARENT,
               0, 0)




reply via email to

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