Removed “faces” from the section names.

This commit is contained in:
Greg Pfeil 2011-04-03 18:56:38 +02:00
parent 2e58880df8
commit 647544c312
1 changed files with 7 additions and 7 deletions

View File

@ -61,7 +61,7 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(background-color . ,base03) (background-color . ,base03)
(background-mode . ,mode) (background-mode . ,mode)
(cursor-color . ,base0)) (cursor-color . ,base0))
;; basic faces ;; basic
(default ((t (:foreground ,base0)))) (default ((t (:foreground ,base0))))
(cursor ((t (:foreground ,base0 :background ,base03 :inverse-video t)))) (cursor ((t (:foreground ,base0 :background ,base03 :inverse-video t))))
(escape-glyph-face ((t (:foreground ,red)))) (escape-glyph-face ((t (:foreground ,red))))
@ -82,10 +82,10 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(secondary-selection ((t (:background ,base02)))) (secondary-selection ((t (:background ,base02))))
(trailing-whitespace ((t (:foreground ,red :inverse-video t)))) (trailing-whitespace ((t (:foreground ,red :inverse-video t))))
(vertical-border ((t (:foreground ,base0)))) (vertical-border ((t (:foreground ,base0))))
;; compilation faces ;; compilation
(compilation-info ((t (:forground ,green :bold t)))) (compilation-info ((t (:forground ,green :bold t))))
(compilation-warning ((t (:foreground ,orange :bold t)))) (compilation-warning ((t (:foreground ,orange :bold t))))
;; customize faces ;; customize
(custom-button (custom-button
((t (:background ,base02 :box (:line-width 2 :style released-button))))) ((t (:background ,base02 :box (:line-width 2 :style released-button)))))
(custom-button-mouse ((t (:inherit custom-button :foreground ,base1)))) (custom-button-mouse ((t (:inherit custom-button :foreground ,base1))))
@ -99,15 +99,15 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(custom-link ((t (:foreground ,violet)))) (custom-link ((t (:foreground ,violet))))
(custom-state ((t (:foreground ,green)))) (custom-state ((t (:foreground ,green))))
(custom-variable-tag ((t (:foreground ,orange :bold t)))) (custom-variable-tag ((t (:foreground ,orange :bold t))))
;; diff faces ;; diff
(diff-added ((t (:foreground ,green :inverse-video t)))) (diff-added ((t (:foreground ,green :inverse-video t))))
(diff-changed ((t (:foreground ,yellow :inverse-video t)))) (diff-changed ((t (:foreground ,yellow :inverse-video t))))
(diff-removed ((t (:foreground ,red :inverse-video t)))) (diff-removed ((t (:foreground ,red :inverse-video t))))
;; emacs-wiki faces ;; emacs-wiki
(emacs-wiki-bad-link-face ((t (:foreground ,red :underline t)))) (emacs-wiki-bad-link-face ((t (:foreground ,red :underline t))))
(emacs-wiki-link-face ((t (:foreground ,blue :underline t)))) (emacs-wiki-link-face ((t (:foreground ,blue :underline t))))
(emacs-wiki-verbatim-face ((t (:foreground ,base00 :underline t)))) (emacs-wiki-verbatim-face ((t (:foreground ,base00 :underline t))))
;; font-lock faces ;; font-lock
(font-lock-builtin-face ((t (:foreground ,green)))) (font-lock-builtin-face ((t (:foreground ,green))))
(font-lock-comment-face ((t (:foreground ,base01 :italic t)))) (font-lock-comment-face ((t (:foreground ,base01 :italic t))))
(font-lock-constant-face ((t (:foreground ,cyan)))) (font-lock-constant-face ((t (:foreground ,cyan))))
@ -117,7 +117,7 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(font-lock-type-face ((t (:foregound ,yellow)))) (font-lock-type-face ((t (:foregound ,yellow))))
(font-lock-variable-name-face ((t (:foregound ,blue)))) (font-lock-variable-name-face ((t (:foregound ,blue))))
(font-lock-warning-face ((t (:foreground ,red :bold t)))) (font-lock-warning-face ((t (:foreground ,red :bold t))))
;; info faces ;; info
(info-xref ((t (:foreground ,blue :underline t)))) (info-xref ((t (:foreground ,blue :underline t))))
(info-xref-visited ((t (:inherit info-xref :foreground ,magenta)))) (info-xref-visited ((t (:inherit info-xref :foreground ,magenta))))
;; org ;; org