diff options
| author | Stefan Kangas | 2020-03-09 02:24:55 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-03-11 02:57:27 +0100 |
| commit | 16ec5f5f2ffd9e114262b0a3a717b772ee0350ae (patch) | |
| tree | dbfd5dc73432e010f57a8763eb5f7d12d8183a60 /etc | |
| parent | e003e90c41c0abb357c34eb30553f75148072949 (diff) | |
| download | emacs-16ec5f5f2ffd9e114262b0a3a717b772ee0350ae.tar.gz emacs-16ec5f5f2ffd9e114262b0a3a717b772ee0350ae.zip | |
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'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/themes/deeper-blue-theme.el | 1 | ||||
| -rw-r--r-- | etc/themes/leuven-theme.el | 1 | ||||
| -rw-r--r-- | etc/themes/manoj-dark-theme.el | 1 | ||||
| -rw-r--r-- | etc/themes/whiteboard-theme.el | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/etc/themes/deeper-blue-theme.el b/etc/themes/deeper-blue-theme.el index 8dfe9e3617a..58c22e403f3 100644 --- a/etc/themes/deeper-blue-theme.el +++ b/etc/themes/deeper-blue-theme.el | |||
| @@ -68,7 +68,6 @@ | |||
| 68 | `(font-lock-comment-face ((,class (:foreground "gray50")))) | 68 | `(font-lock-comment-face ((,class (:foreground "gray50")))) |
| 69 | `(font-lock-constant-face ((,class (:foreground "DarkOliveGreen3")))) | 69 | `(font-lock-constant-face ((,class (:foreground "DarkOliveGreen3")))) |
| 70 | `(font-lock-doc-face ((,class (:foreground "moccasin")))) | 70 | `(font-lock-doc-face ((,class (:foreground "moccasin")))) |
| 71 | `(font-lock-doc-string-face ((,class (:foreground "moccasin")))) | ||
| 72 | `(font-lock-function-name-face ((,class (:foreground "goldenrod")))) | 71 | `(font-lock-function-name-face ((,class (:foreground "goldenrod")))) |
| 73 | `(font-lock-keyword-face ((,class (:foreground "DeepSkyBlue1")))) | 72 | `(font-lock-keyword-face ((,class (:foreground "DeepSkyBlue1")))) |
| 74 | `(font-lock-preprocessor-face ((,class (:foreground "gold")))) | 73 | `(font-lock-preprocessor-face ((,class (:foreground "gold")))) |
diff --git a/etc/themes/leuven-theme.el b/etc/themes/leuven-theme.el index 4d8568b7d8f..0d25ab9c5b6 100644 --- a/etc/themes/leuven-theme.el +++ b/etc/themes/leuven-theme.el | |||
| @@ -130,7 +130,6 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 130 | `(font-lock-comment-face ((,class (:slant italic :foreground "#8D8D84")))) ; #696969 | 130 | `(font-lock-comment-face ((,class (:slant italic :foreground "#8D8D84")))) ; #696969 |
| 131 | `(font-lock-constant-face ((,class (:foreground "#D0372D")))) | 131 | `(font-lock-constant-face ((,class (:foreground "#D0372D")))) |
| 132 | `(font-lock-doc-face ((,class (:foreground "#036A07")))) | 132 | `(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) | ||
| 134 | `(font-lock-function-name-face ((,class (:weight normal :foreground "#006699")))) | 133 | `(font-lock-function-name-face ((,class (:weight normal :foreground "#006699")))) |
| 135 | `(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ; #3654DC | 134 | `(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ; #3654DC |
| 136 | `(font-lock-preprocessor-face ((,class (:foreground "#808080")))) | 135 | `(font-lock-preprocessor-face ((,class (:foreground "#808080")))) |
diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el index 045d4462843..337606674cc 100644 --- a/etc/themes/manoj-dark-theme.el +++ b/etc/themes/manoj-dark-theme.el | |||
| @@ -88,7 +88,6 @@ jarring angry fruit salad look to reduce eye fatigue.") | |||
| 88 | '(font-lock-comment-face ((t (:italic t :slant oblique :foreground "chocolate1")))) | 88 | '(font-lock-comment-face ((t (:italic t :slant oblique :foreground "chocolate1")))) |
| 89 | '(font-lock-comment-delimiter-face ((t (:foreground "Salmon")))) | 89 | '(font-lock-comment-delimiter-face ((t (:foreground "Salmon")))) |
| 90 | '(font-lock-doc-face ((t (:italic t :slant oblique :foreground "LightCoral")))) | 90 | '(font-lock-doc-face ((t (:italic t :slant oblique :foreground "LightCoral")))) |
| 91 | '(font-lock-doc-string-face ((t (:foreground "Plum")))) | ||
| 92 | '(font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold)))) | 91 | '(font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold)))) |
| 93 | 92 | ||
| 94 | '(cperl-array-face ((t (:foreground "LawnGreen" :background "Black" :bold t)))) | 93 | '(cperl-array-face ((t (:foreground "LawnGreen" :background "Black" :bold t)))) |
diff --git a/etc/themes/whiteboard-theme.el b/etc/themes/whiteboard-theme.el index 853479fa9c4..be6c67eff42 100644 --- a/etc/themes/whiteboard-theme.el +++ b/etc/themes/whiteboard-theme.el | |||
| @@ -48,7 +48,6 @@ | |||
| 48 | `(font-lock-comment-face ((,class (:foreground "gray50")))) | 48 | `(font-lock-comment-face ((,class (:foreground "gray50")))) |
| 49 | `(font-lock-constant-face ((,class (:foreground "DarkOliveGreen4")))) | 49 | `(font-lock-constant-face ((,class (:foreground "DarkOliveGreen4")))) |
| 50 | `(font-lock-doc-face ((,class (:foreground "peru")))) | 50 | `(font-lock-doc-face ((,class (:foreground "peru")))) |
| 51 | `(font-lock-doc-string-face ((,class (:foreground "peru")))) | ||
| 52 | `(font-lock-function-name-face ((,class (:foreground "goldenrod3")))) | 51 | `(font-lock-function-name-face ((,class (:foreground "goldenrod3")))) |
| 53 | `(font-lock-keyword-face ((,class (:foreground "DodgerBlue2")))) | 52 | `(font-lock-keyword-face ((,class (:foreground "DodgerBlue2")))) |
| 54 | `(font-lock-preprocessor-face ((,class (:foreground "gold3")))) | 53 | `(font-lock-preprocessor-face ((,class (:foreground "gold3")))) |