diff options
| author | Dmitry Gutov | 2019-12-10 02:15:55 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2019-12-10 02:16:44 +0200 |
| commit | ac1b6e97b6a6a87e5f36b0f002b4a2d77381e628 (patch) | |
| tree | cd50365e77055ef81a643393f834e8232a505029 /test/data | |
| parent | 58fb4c3e68a4a42ad491d0fa2c084e5c39942e2b (diff) | |
| download | emacs-ac1b6e97b6a6a87e5f36b0f002b4a2d77381e628.tar.gz emacs-ac1b6e97b6a6a87e5f36b0f002b4a2d77381e628.zip | |
Rename faces used in faces-tests.el
* test/data/themes/faces-test-light-theme.el:
* test/data/themes/faces-test-dark-theme.el: Update accordingly.
* test/lisp/faces-tests.el (faces--test-extend-with-themes):
Don't use the diff-mode faces. Rename the definitions.
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/themes/faces-test-dark-theme.el | 6 | ||||
| -rw-r--r-- | test/data/themes/faces-test-light-theme.el | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/test/data/themes/faces-test-dark-theme.el b/test/data/themes/faces-test-dark-theme.el index 2c114069f9c..f5e41ccdaf9 100644 --- a/test/data/themes/faces-test-dark-theme.el +++ b/test/data/themes/faces-test-dark-theme.el | |||
| @@ -24,9 +24,9 @@ | |||
| 24 | 24 | ||
| 25 | (custom-theme-set-faces | 25 | (custom-theme-set-faces |
| 26 | 'faces-test-dark | 26 | 'faces-test-dark |
| 27 | '(diff-added ((t (:foreground "Green" :extend t)))) | 27 | '(spiff-added ((t (:foreground "Green" :extend t)))) |
| 28 | '(diff-changed-face ((t (:foreground "Khaki")))) | 28 | '(spiff-changed-face ((t (:foreground "Khaki")))) |
| 29 | '(diff-file-header-face ((t (:background "grey20" :foreground "ivory1"))))) | 29 | '(spiff-file-header-face ((t (:background "grey20" :foreground "ivory1"))))) |
| 30 | 30 | ||
| 31 | (provide-theme 'faces-test-dark) | 31 | (provide-theme 'faces-test-dark) |
| 32 | 32 | ||
diff --git a/test/data/themes/faces-test-light-theme.el b/test/data/themes/faces-test-light-theme.el index fc22d47cf8d..cab4f4130b7 100644 --- a/test/data/themes/faces-test-light-theme.el +++ b/test/data/themes/faces-test-light-theme.el | |||
| @@ -24,8 +24,8 @@ | |||
| 24 | 24 | ||
| 25 | (custom-theme-set-faces | 25 | (custom-theme-set-faces |
| 26 | 'faces-test-light | 26 | 'faces-test-light |
| 27 | '(diff-added ((t (:inherit diff-changed :background "light green" :extend t)))) | 27 | '(spiff-added ((t (:inherit diff-changed :background "light green" :extend t)))) |
| 28 | '(diff-changed ((t (:background "light steel blue"))))) | 28 | '(spiff-changed ((t (:background "light steel blue"))))) |
| 29 | 29 | ||
| 30 | (provide-theme 'faces-test-light) | 30 | (provide-theme 'faces-test-light) |
| 31 | 31 | ||