diff options
| author | rocky | 2017-07-15 05:23:43 -0400 |
|---|---|---|
| committer | rocky | 2017-07-15 05:23:43 -0400 |
| commit | 011dfceae38164348079c5dcf198407811554fef (patch) | |
| tree | 21b8799cb55a4e7b9e9095491578d6ce3b1bcd8b | |
| parent | d23f38e31d0adf102526b5b4291a20581418b8eb (diff) | |
| download | emacs-011dfceae38164348079c5dcf198407811554fef.tar.gz emacs-011dfceae38164348079c5dcf198407811554fef.zip | |
Realgud for two more light themes
| -rw-r--r-- | etc/themes/leuven-theme.el | 11 | ||||
| -rw-r--r-- | etc/themes/tsdh-light-theme.el | 9 |
2 files changed, 19 insertions, 1 deletions
diff --git a/etc/themes/leuven-theme.el b/etc/themes/leuven-theme.el index c15bd41bf81..6ec03163653 100644 --- a/etc/themes/leuven-theme.el +++ b/etc/themes/leuven-theme.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> | 5 | ;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> |
| 6 | ;; URL: https://github.com/fniessen/emacs-leuven-theme | 6 | ;; URL: https://github.com/fniessen/emacs-leuven-theme |
| 7 | ;; Version: 20140929.1232 | 7 | ;; Version: 20170715.0521 |
| 8 | ;; Keywords: color theme | 8 | ;; Keywords: color theme |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| @@ -600,6 +600,15 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 600 | `(rainbow-delimiters-depth-9-face ((,class (:foreground "#887070")))) | 600 | `(rainbow-delimiters-depth-9-face ((,class (:foreground "#887070")))) |
| 601 | `(rainbow-delimiters-mismatched-face ((,class ,paren-unmatched))) | 601 | `(rainbow-delimiters-mismatched-face ((,class ,paren-unmatched))) |
| 602 | `(rainbow-delimiters-unmatched-face ((,class ,paren-unmatched))) | 602 | `(rainbow-delimiters-unmatched-face ((,class ,paren-unmatched))) |
| 603 | `(realgud-overlay-arrow1 ((,class (:foreground "#005522")))) | ||
| 604 | `(realgud-overlay-arrow2 ((,class (:foreground "#c18401")))) | ||
| 605 | `(realgud-overlay-arrow3 ((,class (:foreground "#909183")))) | ||
| 606 | `(realgud-bp-disabled-face ((,class (:foreground "#909183")))) | ||
| 607 | `(realgud-bp-line-enabled-face ((,class (:underline "red")))) | ||
| 608 | `(realgud-bp-line-disabled-face ((,class (:underline "#909183")))) | ||
| 609 | `(realgud-file-name ((,class :foreground "#005522"))) | ||
| 610 | `(realgud-line-number ((,class :foreground "#A535AE"))) | ||
| 611 | `(realgud-backtrace-number ((,class :foreground "#A535AE" :weight bold))) | ||
| 603 | `(recover-this-file ((,class (:weight bold :background "#FF3F3F")))) | 612 | `(recover-this-file ((,class (:weight bold :background "#FF3F3F")))) |
| 604 | `(rng-error ((,class (:weight bold :foreground "red" :background "#FBE3E4")))) | 613 | `(rng-error ((,class (:weight bold :foreground "red" :background "#FBE3E4")))) |
| 605 | `(sh-heredoc ((,class (:foreground "blue" :background "#EEF5FE")))) | 614 | `(sh-heredoc ((,class (:foreground "blue" :background "#EEF5FE")))) |
diff --git a/etc/themes/tsdh-light-theme.el b/etc/themes/tsdh-light-theme.el index e8174803e2d..8498fe2bc94 100644 --- a/etc/themes/tsdh-light-theme.el +++ b/etc/themes/tsdh-light-theme.el | |||
| @@ -90,6 +90,15 @@ Used and created by Tassilo Horn.") | |||
| 90 | '(outline-7 ((t (:inherit font-lock-builtin-face :weight bold)))) | 90 | '(outline-7 ((t (:inherit font-lock-builtin-face :weight bold)))) |
| 91 | '(outline-8 ((t (:inherit font-lock-string-face :weight bold)))) | 91 | '(outline-8 ((t (:inherit font-lock-string-face :weight bold)))) |
| 92 | '(rcirc-my-nick ((t (:foreground "LightSkyBlue" :weight bold)))) | 92 | '(rcirc-my-nick ((t (:foreground "LightSkyBlue" :weight bold)))) |
| 93 | '(realgud-overlay-arrow1 ((t (:foreground "dark green")))) | ||
| 94 | '(realgud-overlay-arrow2 ((t (:foreground "#c18401")))) | ||
| 95 | '(realgud-overlay-arrow3 ((t (:foreground "gray60")))) | ||
| 96 | '(realgud-bp-disabled-face ((t (:foreground "gray60")))) | ||
| 97 | '(realgud-bp-line-enabled-face ((t (:underline "red")))) | ||
| 98 | '(realgud-bp-line-disabled-face ((t (:underline "gray60")))) | ||
| 99 | '(realgud-file-name ((t :foreground "dark green"))) | ||
| 100 | '(realgud-line-number ((t :foreground "#0184bc"))) | ||
| 101 | '(realgud-backtrace-number ((t :foreground "#0184bc" :weight bold))) | ||
| 93 | '(region ((t (:background "lightgoldenrod1")))) | 102 | '(region ((t (:background "lightgoldenrod1")))) |
| 94 | '(show-paren-match ((t (:background "Cyan1" :weight bold)))) | 103 | '(show-paren-match ((t (:background "Cyan1" :weight bold)))) |
| 95 | '(show-paren-mismatch ((t (:background "deep pink" :weight bold)))) | 104 | '(show-paren-mismatch ((t (:background "deep pink" :weight bold)))) |