yatex

diff yatexlib.el @ 376:1bbd0c2b340f

When on-the-fly preview activated, overlay indicate its busy state. For overlay visibility, modify some foureground/background faces.
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 04 Jan 2015 00:39:44 +0900
parents e8f95c375526
children f061b37c7542
line diff
     1.1 --- a/yatexlib.el	Mon Dec 29 22:15:11 2014 +0900
     1.2 +++ b/yatexlib.el	Sun Jan 04 00:39:44 2015 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexlib.el --- YaTeX and yahtml common libraries
     1.5  ;;; 
     1.6  ;;; (c)1994-2013 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Mon Dec 29 13:54:17 2014 on sdr
     1.8 +;;; Last modified Sun Jan  4 00:16:04 2015 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -1428,7 +1428,7 @@
    1.13      '((((class static-color)) (:bold t))
    1.14        (((type tty)) (:bold t))
    1.15        (((class color) (background dark)) (:foreground "khaki" :bold t))
    1.16 -      (((class color) (background light)) (:foreground "Goldenrod"))
    1.17 +      (((class color) (background light)) (:foreground "DarkGoldenrod4"))
    1.18        (t (:bold t :underline t)))
    1.19      "Font Lock mode face used to highlight formula."
    1.20      :group 'font-lock-faces)
    1.21 @@ -1438,7 +1438,7 @@
    1.22      '((((class static-color)) (:bold t))
    1.23        (((type tty)) (:bold t))
    1.24        (((class color) (background dark))
    1.25 -       (:foreground "saddlebrown" :background "ivory" :bold t))
    1.26 +       (:foreground "lightyellow3" :background "navy" :bold t))
    1.27        (((class color) (background light)) (:foreground "red"))
    1.28        (t (:bold t :underline t)))
    1.29      "Font Lock mode face used to highlight delimiters."
    1.30 @@ -1451,7 +1451,7 @@
    1.31        (((class color) (background dark))
    1.32         (:foreground "khaki" :bold t :underline t))
    1.33        (((class color) (background light))
    1.34 -       (:foreground "Goldenrod" :underline t))
    1.35 +       (:foreground "DarkGoldenrod4" :underline t))
    1.36        (t (:bold t :underline t)))
    1.37      "Font Lock mode face used to highlight subscripts in formula."
    1.38      :group 'font-lock-faces)
    1.39 @@ -1463,7 +1463,7 @@
    1.40        (((class color) (background dark))
    1.41         (:bold nil :foreground "ivory" :background "lightyellow4"))
    1.42        (((class color) (background light))
    1.43 -       (:underline t :foreground "gold"))
    1.44 +       (:underline t :foreground "DarkGoldenrod3"))
    1.45        (t (:bold t :underline t)))
    1.46      "Font Lock mode face used to highlight superscripts in formula."
    1.47      :group 'font-lock-faces)