mirror of
https://github.com/altercation/solarized
synced 2024-11-24 20:53:03 +00:00
Merge branch 'master' of github.com:sellout/solarized
This commit is contained in:
commit
1d215f5e23
1 changed files with 3 additions and 3 deletions
6
color-theme-solarized.el
Normal file → Executable file
6
color-theme-solarized.el
Normal file → Executable file
|
@ -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))))
|
||||
|
@ -136,4 +136,4 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
|
|||
(interactive)
|
||||
(color-theme-solarized 'light))
|
||||
|
||||
(provide 'color-theme-solarized)
|
||||
(provide 'color-theme-solarized)
|
||||
|
|
Loading…
Reference in a new issue