Merge branch 'master' of https://github.com/icathing/solarized into icathing-master

upstream-master
Greg Pfeil 15 years ago
commit b42c5a0bdb
  1. 4
      emacs-color-theme-solarized/color-theme-solarized.el

@ -114,8 +114,8 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(font-lock-function-name-face ((t (:foreground ,blue))))
(font-lock-keyword-face ((t (:foreground ,green))))
(font-lock-string-face ((t (:foreground ,cyan))))
(font-lock-type-face ((t (:foregound ,yellow))))
(font-lock-variable-name-face ((t (:foregound ,blue))))
(font-lock-type-face ((t (:foreground ,yellow))))
(font-lock-variable-name-face ((t (:foreground ,blue))))
(font-lock-warning-face ((t (:foreground ,red :bold t))))
;; info
(info-xref ((t (:foreground ,blue :underline t))))

Loading…
Cancel
Save