1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

Realgud for two more light themes

This commit is contained in:
rocky 2017-07-15 05:23:43 -04:00
parent d23f38e31d
commit 011dfceae3
2 changed files with 19 additions and 1 deletions

View File

@ -4,7 +4,7 @@
;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")>
;; URL: https://github.com/fniessen/emacs-leuven-theme
;; Version: 20140929.1232
;; Version: 20170715.0521
;; Keywords: color theme
;; This file is part of GNU Emacs.
@ -600,6 +600,15 @@ Semantic, and Ansi-Color faces are included -- and much more...")
`(rainbow-delimiters-depth-9-face ((,class (:foreground "#887070"))))
`(rainbow-delimiters-mismatched-face ((,class ,paren-unmatched)))
`(rainbow-delimiters-unmatched-face ((,class ,paren-unmatched)))
`(realgud-overlay-arrow1 ((,class (:foreground "#005522"))))
`(realgud-overlay-arrow2 ((,class (:foreground "#c18401"))))
`(realgud-overlay-arrow3 ((,class (:foreground "#909183"))))
`(realgud-bp-disabled-face ((,class (:foreground "#909183"))))
`(realgud-bp-line-enabled-face ((,class (:underline "red"))))
`(realgud-bp-line-disabled-face ((,class (:underline "#909183"))))
`(realgud-file-name ((,class :foreground "#005522")))
`(realgud-line-number ((,class :foreground "#A535AE")))
`(realgud-backtrace-number ((,class :foreground "#A535AE" :weight bold)))
`(recover-this-file ((,class (:weight bold :background "#FF3F3F"))))
`(rng-error ((,class (:weight bold :foreground "red" :background "#FBE3E4"))))
`(sh-heredoc ((,class (:foreground "blue" :background "#EEF5FE"))))

View File

@ -90,6 +90,15 @@ Used and created by Tassilo Horn.")
'(outline-7 ((t (:inherit font-lock-builtin-face :weight bold))))
'(outline-8 ((t (:inherit font-lock-string-face :weight bold))))
'(rcirc-my-nick ((t (:foreground "LightSkyBlue" :weight bold))))
'(realgud-overlay-arrow1 ((t (:foreground "dark green"))))
'(realgud-overlay-arrow2 ((t (:foreground "#c18401"))))
'(realgud-overlay-arrow3 ((t (:foreground "gray60"))))
'(realgud-bp-disabled-face ((t (:foreground "gray60"))))
'(realgud-bp-line-enabled-face ((t (:underline "red"))))
'(realgud-bp-line-disabled-face ((t (:underline "gray60"))))
'(realgud-file-name ((t :foreground "dark green")))
'(realgud-line-number ((t :foreground "#0184bc")))
'(realgud-backtrace-number ((t :foreground "#0184bc" :weight bold)))
'(region ((t (:background "lightgoldenrod1"))))
'(show-paren-match ((t (:background "Cyan1" :weight bold))))
'(show-paren-mismatch ((t (:background "deep pink" :weight bold))))