Skip to content

Commit 16ec5f5

Browse files
committed
Remove XEmacs exclusive face from themes
* 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'.
1 parent e003e90 commit 16ec5f5

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

etc/themes/deeper-blue-theme.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
`(font-lock-comment-face ((,class (:foreground "gray50"))))
6969
`(font-lock-constant-face ((,class (:foreground "DarkOliveGreen3"))))
7070
`(font-lock-doc-face ((,class (:foreground "moccasin"))))
71-
`(font-lock-doc-string-face ((,class (:foreground "moccasin"))))
7271
`(font-lock-function-name-face ((,class (:foreground "goldenrod"))))
7372
`(font-lock-keyword-face ((,class (:foreground "DeepSkyBlue1"))))
7473
`(font-lock-preprocessor-face ((,class (:foreground "gold"))))

etc/themes/leuven-theme.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ Semantic, and Ansi-Color faces are included -- and much more...")
130130
`(font-lock-comment-face ((,class (:slant italic :foreground "#8D8D84")))) ; #696969
131131
`(font-lock-constant-face ((,class (:foreground "#D0372D"))))
132132
`(font-lock-doc-face ((,class (:foreground "#036A07"))))
133-
;; `(font-lock-doc-string-face ((,class (:foreground "#008000")))) ; XEmacs only, but is used for HTML exports from org2html (and not interactively)
134133
`(font-lock-function-name-face ((,class (:weight normal :foreground "#006699"))))
135134
`(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ; #3654DC
136135
`(font-lock-preprocessor-face ((,class (:foreground "#808080"))))

etc/themes/manoj-dark-theme.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jarring angry fruit salad look to reduce eye fatigue.")
8888
'(font-lock-comment-face ((t (:italic t :slant oblique :foreground "chocolate1"))))
8989
'(font-lock-comment-delimiter-face ((t (:foreground "Salmon"))))
9090
'(font-lock-doc-face ((t (:italic t :slant oblique :foreground "LightCoral"))))
91-
'(font-lock-doc-string-face ((t (:foreground "Plum"))))
9291
'(font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold))))
9392

9493
'(cperl-array-face ((t (:foreground "LawnGreen" :background "Black" :bold t))))

etc/themes/whiteboard-theme.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
`(font-lock-comment-face ((,class (:foreground "gray50"))))
4949
`(font-lock-constant-face ((,class (:foreground "DarkOliveGreen4"))))
5050
`(font-lock-doc-face ((,class (:foreground "peru"))))
51-
`(font-lock-doc-string-face ((,class (:foreground "peru"))))
5251
`(font-lock-function-name-face ((,class (:foreground "goldenrod3"))))
5352
`(font-lock-keyword-face ((,class (:foreground "DodgerBlue2"))))
5453
`(font-lock-preprocessor-face ((,class (:foreground "gold3"))))

0 commit comments

Comments
 (0)