|
|
|
|
@ -61,7 +61,7 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized." |
|
|
|
|
(background-color . ,base03) |
|
|
|
|
(background-mode . ,mode) |
|
|
|
|
(cursor-color . ,base0)) |
|
|
|
|
;; basic faces |
|
|
|
|
;; basic |
|
|
|
|
(default ((t (:foreground ,base0)))) |
|
|
|
|
(cursor ((t (:foreground ,base0 :background ,base03 :inverse-video t)))) |
|
|
|
|
(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)))) |
|
|
|
|
(trailing-whitespace ((t (:foreground ,red :inverse-video t)))) |
|
|
|
|
(vertical-border ((t (:foreground ,base0)))) |
|
|
|
|
;; compilation faces |
|
|
|
|
;; compilation |
|
|
|
|
(compilation-info ((t (:forground ,green :bold t)))) |
|
|
|
|
(compilation-warning ((t (:foreground ,orange :bold t)))) |
|
|
|
|
;; customize faces |
|
|
|
|
;; customize |
|
|
|
|
(custom-button |
|
|
|
|
((t (:background ,base02 :box (:line-width 2 :style released-button))))) |
|
|
|
|
(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-state ((t (:foreground ,green)))) |
|
|
|
|
(custom-variable-tag ((t (:foreground ,orange :bold t)))) |
|
|
|
|
;; diff faces |
|
|
|
|
;; diff |
|
|
|
|
(diff-added ((t (:foreground ,green :inverse-video t)))) |
|
|
|
|
(diff-changed ((t (:foreground ,yellow :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-link-face ((t (:foreground ,blue :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-comment-face ((t (:foreground ,base01 :italic t)))) |
|
|
|
|
(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-variable-name-face ((t (:foregound ,blue)))) |
|
|
|
|
(font-lock-warning-face ((t (:foreground ,red :bold t)))) |
|
|
|
|
;; info faces |
|
|
|
|
;; info |
|
|
|
|
(info-xref ((t (:foreground ,blue :underline t)))) |
|
|
|
|
(info-xref-visited ((t (:inherit info-xref :foreground ,magenta)))) |
|
|
|
|
;; org |
|
|
|
|
|