]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove XEmacs exclusive face from themes
authorStefan Kangas <stefankangas@gmail.com>
Mon, 9 Mar 2020 01:24:55 +0000 (02:24 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 11 Mar 2020 01:57:27 +0000 (02:57 +0100)
* etc/themes/deeper-blue-theme.el (class):
* etc/themes/leuven-theme.el (class):
* etc/themes/manoj-dark-theme.el (manoj-dark):
* etc/themes/whiteboard-theme.el (class): Don't set XEmacs exclusive
face 'font-lock-doc-string-face'.

etc/themes/deeper-blue-theme.el
etc/themes/leuven-theme.el
etc/themes/manoj-dark-theme.el
etc/themes/whiteboard-theme.el

index 8dfe9e3617a59dc5e402cca1d3056ab0fd09e6cd..58c22e403f3e2e1f9c27c4ff289086bf63b0ff2c 100644 (file)
@@ -68,7 +68,6 @@
    `(font-lock-comment-face ((,class (:foreground "gray50"))))
    `(font-lock-constant-face ((,class (:foreground "DarkOliveGreen3"))))
    `(font-lock-doc-face ((,class (:foreground "moccasin"))))
-   `(font-lock-doc-string-face ((,class (:foreground "moccasin"))))
    `(font-lock-function-name-face ((,class (:foreground "goldenrod"))))
    `(font-lock-keyword-face ((,class (:foreground "DeepSkyBlue1"))))
    `(font-lock-preprocessor-face ((,class (:foreground "gold"))))
index 4d8568b7d8ffc295890ac1e629bdecc610b80d5f..0d25ab9c5b66243755bf4b9c114aa20930abbdd2 100644 (file)
@@ -130,7 +130,6 @@ Semantic, and Ansi-Color faces are included -- and much more...")
    `(font-lock-comment-face ((,class (:slant italic :foreground "#8D8D84")))) ; #696969
    `(font-lock-constant-face ((,class (:foreground "#D0372D"))))
    `(font-lock-doc-face ((,class (:foreground "#036A07"))))
-   ;; `(font-lock-doc-string-face ((,class (:foreground "#008000")))) ; XEmacs only, but is used for HTML exports from org2html (and not interactively)
    `(font-lock-function-name-face ((,class (:weight normal :foreground "#006699"))))
    `(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ; #3654DC
    `(font-lock-preprocessor-face ((,class (:foreground "#808080"))))
index 045d44628430350e60d2fc3f2f6d72d108ebe722..337606674cc5ae8315544341dea428a10bcdf899 100644 (file)
@@ -88,7 +88,6 @@ jarring angry fruit salad look to reduce eye fatigue.")
  '(font-lock-comment-face       ((t (:italic t :slant oblique :foreground "chocolate1"))))
  '(font-lock-comment-delimiter-face ((t (:foreground "Salmon"))))
  '(font-lock-doc-face           ((t (:italic t :slant oblique :foreground "LightCoral"))))
- '(font-lock-doc-string-face    ((t (:foreground "Plum"))))
  '(font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold))))
 
  '(cperl-array-face ((t (:foreground "LawnGreen" :background "Black" :bold t))))
index 853479fa9c4ce431b4664821751384871eeecd59..be6c67eff427454ae38ccf32d29c6a70a3e6cda2 100644 (file)
@@ -48,7 +48,6 @@
    `(font-lock-comment-face ((,class (:foreground "gray50"))))
    `(font-lock-constant-face ((,class (:foreground "DarkOliveGreen4"))))
    `(font-lock-doc-face ((,class (:foreground "peru"))))
-   `(font-lock-doc-string-face ((,class (:foreground "peru"))))
    `(font-lock-function-name-face ((,class (:foreground "goldenrod3"))))
    `(font-lock-keyword-face ((,class (:foreground "DodgerBlue2"))))
    `(font-lock-preprocessor-face ((,class (:foreground "gold3"))))