solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 6246a57848092fb863d73c00730d1caf1cca48f2
parent 83da874708b3d2d75bf1d8654fc444e5786f9769
Author: Sebastian Wiesner <lunaryorn@gmail.com>
Date:   Wed, 19 Jun 2013 13:01:46 +0200

Fix mispelled face names

Diffstat:
Msolarized.el | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -408,13 +408,13 @@ ;; eshell `(eshell-prompt ((,class (:foreground ,yellow :weight bold)))) `(eshell-ls-archive ((,class (:foreground ,red :weight bold)))) - `(eshell-ls-backup ((,class (:inherit font-lock-comment)))) - `(eshell-ls-clutter ((,class (:inherit font-lock-comment)))) + `(eshell-ls-backup ((,class (:inherit font-lock-comment-face)))) + `(eshell-ls-clutter ((,class (:inherit font-lock-comment-face)))) `(eshell-ls-directory ((,class (:foreground ,blue :weight bold)))) `(eshell-ls-executable ((,class (:foreground ,red :weight bold)))) `(eshell-ls-unreadable ((,class (:foreground ,solarized-fg)))) - `(eshell-ls-missing ((,class (:inherit font-lock-warning)))) - `(eshell-ls-product ((,class (:inherit font-lock-doc)))) + `(eshell-ls-missing ((,class (:inherit font-lock-warning-face)))) + `(eshell-ls-product ((,class (:inherit font-lock-doc-face)))) `(eshell-ls-special ((,class (:foreground ,yellow :weight bold)))) `(eshell-ls-symlink ((,class (:foreground ,cyan :weight bold)))) @@ -469,17 +469,17 @@ `(erc-action-face ((,class (:inherit erc-default-face)))) `(erc-bold-face ((,class (:weight bold)))) `(erc-current-nick-face ((,class (:foreground ,blue :weight bold)))) - `(erc-dangerous-host-face ((,class (:inherit font-lock-warning)))) + `(erc-dangerous-host-face ((,class (:inherit font-lock-warning-face)))) `(erc-default-face ((,class (:foreground ,solarized-fg)))) - `(erc-direct-msg-face ((,class (:inherit erc-default)))) - `(erc-error-face ((,class (:inherit font-lock-warning)))) - `(erc-fool-face ((,class (:inherit erc-default)))) `(erc-highlight-face ((,class (:inherit hover-highlight)))) + `(erc-direct-msg-face ((,class (:inherit erc-default-face)))) + `(erc-error-face ((,class (:inherit font-lock-warning-face)))) + `(erc-fool-face ((,class (:inherit erc-default-face)))) `(erc-input-face ((,class (:foreground ,yellow)))) `(erc-keyword-face ((,class (:foreground ,blue :weight bold)))) `(erc-nick-default-face ((,class (:foreground ,yellow :weight bold)))) `(erc-my-nick-face ((,class (:foreground ,red :weight bold)))) - `(erc-nick-msg-face ((,class (:inherit erc-default)))) + `(erc-nick-msg-face ((,class (:inherit erc-default-face)))) `(erc-notice-face ((,class (:foreground ,green)))) `(erc-pal-face ((,class (:foreground ,orange :weight bold)))) `(erc-prompt-face ((,class (:foreground ,orange :background ,solarized-bg :weight bold)))) @@ -879,7 +879,7 @@ `(org-drawer ((,class (:foreground ,cyan)))) `(org-footnote ((,class (:foreground ,magenta :underline t)))) `(org-latex-and-export-specials ((,class (:foreground ,orange)))) - `(org-mode-line-clock-overrun ((,class (:inherit modeline :background ,red)))) + `(org-mode-line-clock-overrun ((,class (:inherit mode-line :background ,red)))) ;; outline `(outline-1 ((,class (:inherit org-level-1))))